net-dialup/rp-pppoe: use HTTPS for links to samba.org (bug #636916)

This commit is contained in:
Francesco Turco
2017-09-09 18:24:37 +02:00
committed by Mike Gilbert
parent 829d2f52d4
commit 2b1a669fb9
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -10,7 +10,7 @@ PPP_P="ppp-2.4.7"
DESCRIPTION="A user-mode PPPoE client and server suite for Linux"
HOMEPAGE="https://www.roaringpenguin.com/products/pppoe"
SRC_URI="http://www.roaringpenguin.com/files/download/${P}.tar.gz
ftp://ftp.samba.org/pub/ppp/${PPP_P}.tar.gz"
https://www.samba.org/ftp/pub/ppp/${PPP_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"

View File

@@ -10,7 +10,7 @@ PPP_P="ppp-2.4.7"
DESCRIPTION="A user-mode PPPoE client and server suite for Linux"
HOMEPAGE="https://www.roaringpenguin.com/products/pppoe"
SRC_URI="http://www.roaringpenguin.com/files/download/${P}.tar.gz
ftp://ftp.samba.org/pub/ppp/${PPP_P}.tar.gz"
https://www.samba.org/ftp/pub/ppp/${PPP_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"