diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-11 14:58:06 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-13 15:18:17 -0400 |
commit | c10528c3927d856ac75ade2ada01a5d0cc1f4c93 (patch) | |
tree | 3cfeea7da2a2d34e6382ada19e2f8842f522ac05 /media-libs/libao | |
parent | media-libs/chromaprint: use HTTPS (diff) | |
download | gentoo-c10528c3927d856ac75ade2ada01a5d0cc1f4c93.tar.gz gentoo-c10528c3927d856ac75ade2ada01a5d0cc1f4c93.tar.bz2 gentoo-c10528c3927d856ac75ade2ada01a5d0cc1f4c93.zip |
media-libs/libao: use HTTPS
Diffstat (limited to 'media-libs/libao')
-rw-r--r-- | media-libs/libao/libao-1.2.0.ebuild | 6 | ||||
-rw-r--r-- | media-libs/libao/libao-1.2.2.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/media-libs/libao/libao-1.2.0.ebuild b/media-libs/libao/libao-1.2.0.ebuild index 8997776bba3e..7c008568f790 100644 --- a/media-libs/libao/libao-1.2.0.ebuild +++ b/media-libs/libao/libao-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit libtool multilib multilib-minimal eutils DESCRIPTION="The Audio Output library" -HOMEPAGE="http://www.xiph.org/ao/" -SRC_URI="http://downloads.xiph.org/releases/ao/${P}.tar.gz" +HOMEPAGE="https://www.xiph.org/ao/" +SRC_URI="https://downloads.xiph.org/releases/ao/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/media-libs/libao/libao-1.2.2.ebuild b/media-libs/libao/libao-1.2.2.ebuild index edfef6719d97..e6d756ab0e1d 100644 --- a/media-libs/libao/libao-1.2.2.ebuild +++ b/media-libs/libao/libao-1.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit autotools libtool multilib multilib-minimal DESCRIPTION="The Audio Output library" -HOMEPAGE="http://www.xiph.org/ao/" -#SRC_URI="http://downloads.xiph.org/releases/ao/${P}.tar.gz" +HOMEPAGE="https://www.xiph.org/ao/" +#SRC_URI="https://downloads.xiph.org/releases/ao/${P}.tar.gz" #SRC_URI="https://git.xiph.org/?p=libao.git;a=snapshot;h=refs/tags/${PV};sf=tgz -> ${P}.tar.gz" SRC_URI="https://github.com/xiph/libao/archive/${PV}.tar.gz -> ${P}.tar.gz" |