diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-08-31 09:20:02 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-08-31 09:20:02 -0400 |
commit | 0d52b37c6e3be7179b2260d12727de038c3a372d (patch) | |
tree | b2f1f0381982244a6365b1d1acb0a26b49ae5bd2 /media-sound | |
parent | media-sound/opus-tools: remove old (diff) | |
download | gentoo-0d52b37c6e3be7179b2260d12727de038c3a372d.tar.gz gentoo-0d52b37c6e3be7179b2260d12727de038c3a372d.tar.bz2 gentoo-0d52b37c6e3be7179b2260d12727de038c3a372d.zip |
media-sound/opus-tools: use https for HOMEPAGE, SRC_URI, and git repo
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/opus-tools/opus-tools-0.1.10.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/opus-tools/opus-tools-0.1.10.ebuild b/media-sound/opus-tools/opus-tools-0.1.10.ebuild index aaca61a106f3..652f98ca9693 100644 --- a/media-sound/opus-tools/opus-tools-0.1.10.ebuild +++ b/media-sound/opus-tools/opus-tools-0.1.10.ebuild @@ -5,15 +5,15 @@ EAPI=6 inherit autotools DESCRIPTION="Royalty-free, highly versatile audio codec" -HOMEPAGE="http://opus-codec.org/" +HOMEPAGE="https://opus-codec.org/" if [[ ${PV} == *9999 ]] ; then - inherit git-2 - EGIT_REPO_URI="git://git.opus-codec.org/${PN}.git" + inherit git-r3 + EGIT_REPO_URI="https://git.xiph.org/opus-tools.git" elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot SRC_URI="https://dev.gentoo.org/~lu_zero/${PN}/${P}.tar.xz" else # Official release - SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz" + SRC_URI="https://downloads.xiph.org/releases/opus/${P}.tar.gz" fi LICENSE="BSD-2" |