diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-21 20:51:38 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-25 23:59:11 +0200 |
commit | 87174cadef24012b25ac24203ff4af62b4fa5471 (patch) | |
tree | 6a5f10543f1c6df1115e7789a9b4a090596d02e6 /media-libs/stk | |
parent | media-libs/stk: remove old. (diff) | |
download | gentoo-87174cadef24012b25ac24203ff4af62b4fa5471.tar.gz gentoo-87174cadef24012b25ac24203ff4af62b4fa5471.tar.bz2 gentoo-87174cadef24012b25ac24203ff4af62b4fa5471.zip |
media-libs/stk: use HTTPS.
Diffstat (limited to 'media-libs/stk')
-rw-r--r-- | media-libs/stk/stk-4.5.0.ebuild | 6 | ||||
-rw-r--r-- | media-libs/stk/stk-4.5.1-r1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/stk/stk-4.5.1.ebuild | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/media-libs/stk/stk-4.5.0.ebuild b/media-libs/stk/stk-4.5.0.ebuild index 0645fb3db412..3a5a9c740d16 100644 --- a/media-libs/stk/stk-4.5.0.ebuild +++ b/media-libs/stk/stk-4.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 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 eutils autotools DESCRIPTION="Synthesis ToolKit in C++" -HOMEPAGE="http://ccrma.stanford.edu/software/stk/" -SRC_URI="http://ccrma.stanford.edu/software/stk/release/${P}.tar.gz" +HOMEPAGE="https://ccrma.stanford.edu/software/stk/" +SRC_URI="https://ccrma.stanford.edu/software/stk/release/${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/media-libs/stk/stk-4.5.1-r1.ebuild b/media-libs/stk/stk-4.5.1-r1.ebuild index 71f85aada4bb..8d6a4005c324 100644 --- a/media-libs/stk/stk-4.5.1-r1.ebuild +++ b/media-libs/stk/stk-4.5.1-r1.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit eutils autotools DESCRIPTION="Synthesis ToolKit in C++" -HOMEPAGE="http://ccrma.stanford.edu/software/stk/" -SRC_URI="http://ccrma.stanford.edu/software/stk/release/${P}.tar.gz" +HOMEPAGE="https://ccrma.stanford.edu/software/stk/" +SRC_URI="https://ccrma.stanford.edu/software/stk/release/${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/media-libs/stk/stk-4.5.1.ebuild b/media-libs/stk/stk-4.5.1.ebuild index 943ab4560da7..72482af91aa0 100644 --- a/media-libs/stk/stk-4.5.1.ebuild +++ b/media-libs/stk/stk-4.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 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 eutils autotools DESCRIPTION="Synthesis ToolKit in C++" -HOMEPAGE="http://ccrma.stanford.edu/software/stk/" -SRC_URI="http://ccrma.stanford.edu/software/stk/release/${P}.tar.gz" +HOMEPAGE="https://ccrma.stanford.edu/software/stk/" +SRC_URI="https://ccrma.stanford.edu/software/stk/release/${P}.tar.gz" LICENSE="MIT" SLOT="0" |