diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-04-11 17:28:41 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-04-11 17:33:37 -0400 |
commit | 465b88165fe1b39c32347812b43fc5564da90f19 (patch) | |
tree | de902ffc083cc53a4c1e5808752dbd5f8494bb2d /net-misc/netctl | |
parent | dev-java/telnetd: Clean up old. (diff) | |
download | gentoo-465b88165fe1b39c32347812b43fc5564da90f19.tar.gz gentoo-465b88165fe1b39c32347812b43fc5564da90f19.tar.bz2 gentoo-465b88165fe1b39c32347812b43fc5564da90f19.zip |
net-misc/netctl: Update SRC_URI to point at sources.archlinux.org
Package-Manager: portage-2.2.28_p3
Diffstat (limited to 'net-misc/netctl')
-rw-r--r-- | net-misc/netctl/netctl-1.10.ebuild | 2 | ||||
-rw-r--r-- | net-misc/netctl/netctl-1.9.ebuild | 2 | ||||
-rw-r--r-- | net-misc/netctl/netctl-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/netctl/netctl-1.10.ebuild b/net-misc/netctl/netctl-1.10.ebuild index 4a6ba6fb7d38..869ed0b6b9bb 100644 --- a/net-misc/netctl/netctl-1.10.ebuild +++ b/net-misc/netctl/netctl-1.10.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then inherit git-2 DEPEND="app-text/asciidoc" else - SRC_URI="ftp://ftp.archlinux.org/other/packages/${PN}/${P}.tar.xz" + SRC_URI="https://sources.archlinux.org/other/packages/${PN}/${P}.tar.xz" KEYWORDS="~amd64 ~x86" fi diff --git a/net-misc/netctl/netctl-1.9.ebuild b/net-misc/netctl/netctl-1.9.ebuild index cf44dd20c24c..f51dab4ff30e 100644 --- a/net-misc/netctl/netctl-1.9.ebuild +++ b/net-misc/netctl/netctl-1.9.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then inherit git-2 DEPEND="app-text/asciidoc" else - SRC_URI="ftp://ftp.archlinux.org/other/packages/${PN}/${P}.tar.xz" + SRC_URI="https://sources.archlinux.org/other/packages/${PN}/${P}.tar.xz" KEYWORDS="amd64 x86" fi diff --git a/net-misc/netctl/netctl-9999.ebuild b/net-misc/netctl/netctl-9999.ebuild index d85787dd2937..db0610a6fefb 100644 --- a/net-misc/netctl/netctl-9999.ebuild +++ b/net-misc/netctl/netctl-9999.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then inherit git-2 DEPEND="app-text/asciidoc" else - SRC_URI="ftp://ftp.archlinux.org/other/packages/${PN}/${P}.tar.xz" + SRC_URI="https://sources.archlinux.org/other/packages/${PN}/${P}.tar.xz" KEYWORDS="~amd64 ~x86" fi |