diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-08-31 08:23:57 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-08-31 08:23:57 -0400 |
commit | 75ff4b09546c584ed8962ecf98ff8c4bc502f542 (patch) | |
tree | 50ef63099811f477e20be4d27af7e276e5aeb80b /media-libs/libsoundtouch | |
parent | media-gfx/ufraw: remove old (diff) | |
download | gentoo-75ff4b09546c584ed8962ecf98ff8c4bc502f542.tar.gz gentoo-75ff4b09546c584ed8962ecf98ff8c4bc502f542.tar.bz2 gentoo-75ff4b09546c584ed8962ecf98ff8c4bc502f542.zip |
media-libs/libsoundtouch: use https for SRC_URI and HOMEPAGE
Diffstat (limited to 'media-libs/libsoundtouch')
-rw-r--r-- | media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/libsoundtouch/libsoundtouch-1.9.2.ebuild | 4 | ||||
-rw-r--r-- | media-libs/libsoundtouch/libsoundtouch-2.0.0.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild index 9b27f340a7a6..622e5152d3a6 100644 --- a/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild @@ -7,8 +7,8 @@ inherit autotools eutils flag-o-matic multilib-minimal MY_PN=${PN/lib} DESCRIPTION="Audio processing library for changing tempo, pitch and playback rates" -HOMEPAGE="http://www.surina.net/soundtouch/" -SRC_URI="http://www.surina.net/soundtouch/${P/lib}.tar.gz" +HOMEPAGE="https://www.surina.net/soundtouch/" +SRC_URI="https://www.surina.net/soundtouch/${P/lib}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" diff --git a/media-libs/libsoundtouch/libsoundtouch-1.9.2.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.9.2.ebuild index fc5b227091b4..a086c0f67693 100644 --- a/media-libs/libsoundtouch/libsoundtouch-1.9.2.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-1.9.2.ebuild @@ -7,8 +7,8 @@ inherit autotools eutils flag-o-matic multilib-minimal MY_PN=${PN/lib} DESCRIPTION="Audio processing library for changing tempo, pitch and playback rates" -HOMEPAGE="http://www.surina.net/soundtouch/" -SRC_URI="http://www.surina.net/soundtouch/${P/lib}.tar.gz" +HOMEPAGE="https://www.surina.net/soundtouch/" +SRC_URI="https://www.surina.net/soundtouch/${P/lib}.tar.gz" LICENSE="LGPL-2.1" # subslot = libSoundTouch.so soname diff --git a/media-libs/libsoundtouch/libsoundtouch-2.0.0.ebuild b/media-libs/libsoundtouch/libsoundtouch-2.0.0.ebuild index c108d0f9e424..c95ddf7bd4b3 100644 --- a/media-libs/libsoundtouch/libsoundtouch-2.0.0.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-2.0.0.ebuild @@ -7,8 +7,8 @@ inherit autotools flag-o-matic ltprune multilib-minimal MY_PN="${PN/lib}" DESCRIPTION="Audio processing library for changing tempo, pitch and playback rates" -HOMEPAGE="http://www.surina.net/soundtouch/" -SRC_URI="http://www.surina.net/soundtouch/${P/lib}.tar.gz" +HOMEPAGE="https://www.surina.net/soundtouch/" +SRC_URI="https://www.surina.net/soundtouch/${P/lib}.tar.gz" LICENSE="LGPL-2.1" # subslot = libSoundTouch.so soname |