diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-08-31 09:11:26 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-08-31 09:11:26 -0400 |
commit | 9643fedd2c2f2da86bb12cf3595ab411e7cd163f (patch) | |
tree | b5ab9dfea0af267c6fa7c3b9c88f928727304868 /media-libs/opusfile | |
parent | media-sound/abcde: update 2.8.1 to EAPI 6 (diff) | |
download | gentoo-9643fedd2c2f2da86bb12cf3595ab411e7cd163f.tar.gz gentoo-9643fedd2c2f2da86bb12cf3595ab411e7cd163f.tar.bz2 gentoo-9643fedd2c2f2da86bb12cf3595ab411e7cd163f.zip |
media-libs/opusfile: use https for HOMEPAGE and SRC_URI
Diffstat (limited to 'media-libs/opusfile')
-rw-r--r-- | media-libs/opusfile/opusfile-0.6.ebuild | 4 | ||||
-rw-r--r-- | media-libs/opusfile/opusfile-0.8.ebuild | 4 | ||||
-rw-r--r-- | media-libs/opusfile/opusfile-0.9.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/media-libs/opusfile/opusfile-0.6.ebuild b/media-libs/opusfile/opusfile-0.6.ebuild index e253de80c57d..28a0f7c7567d 100644 --- a/media-libs/opusfile/opusfile-0.6.ebuild +++ b/media-libs/opusfile/opusfile-0.6.ebuild @@ -4,8 +4,8 @@ EAPI=5 DESCRIPTION="A high-level decoding and seeking API for .opus files" -HOMEPAGE="http://www.opus-codec.org/" -SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz" +HOMEPAGE="https://www.opus-codec.org/" +SRC_URI="https://downloads.xiph.org/releases/opus/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/media-libs/opusfile/opusfile-0.8.ebuild b/media-libs/opusfile/opusfile-0.8.ebuild index fa91f853aba8..2fdf704566f2 100644 --- a/media-libs/opusfile/opusfile-0.8.ebuild +++ b/media-libs/opusfile/opusfile-0.8.ebuild @@ -4,8 +4,8 @@ EAPI=6 DESCRIPTION="A high-level decoding and seeking API for .opus files" -HOMEPAGE="http://www.opus-codec.org/" -SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz" +HOMEPAGE="https://www.opus-codec.org/" +SRC_URI="https://downloads.xiph.org/releases/opus/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/media-libs/opusfile/opusfile-0.9.ebuild b/media-libs/opusfile/opusfile-0.9.ebuild index d7b26eeef53f..a71ac3c1742d 100644 --- a/media-libs/opusfile/opusfile-0.9.ebuild +++ b/media-libs/opusfile/opusfile-0.9.ebuild @@ -4,8 +4,8 @@ EAPI=6 DESCRIPTION="A high-level decoding and seeking API for .opus files" -HOMEPAGE="http://www.opus-codec.org/" -SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz" +HOMEPAGE="https://www.opus-codec.org/" +SRC_URI="https://downloads.xiph.org/releases/opus/${P}.tar.gz" LICENSE="BSD" SLOT="0" |