diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-04 22:14:23 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-07 15:20:12 -0400 |
commit | 229b9318234d54c2b01928747950ac057e3b3118 (patch) | |
tree | fe080f1df72247edb27f75a79a99ab6166078393 /dev-php | |
parent | dev-php/suhosin: use HTTPs (diff) | |
download | gentoo-229b9318234d54c2b01928747950ac057e3b3118.tar.gz gentoo-229b9318234d54c2b01928747950ac057e3b3118.tar.bz2 gentoo-229b9318234d54c2b01928747950ac057e3b3118.zip |
dev-php/smarty: use HTTPs
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/smarty/smarty-3.1.30.ebuild | 6 | ||||
-rw-r--r-- | dev-php/smarty/smarty-3.1.31.ebuild | 6 | ||||
-rw-r--r-- | dev-php/smarty/smarty-3.1.32.ebuild | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/dev-php/smarty/smarty-3.1.30.ebuild b/dev-php/smarty/smarty-3.1.30.ebuild index 77b161474216..8d68f8465a42 100644 --- a/dev-php/smarty/smarty-3.1.30.ebuild +++ b/dev-php/smarty/smarty-3.1.30.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,9 +6,9 @@ EAPI=6 DOC_PV="3.1.14" DESCRIPTION="A template engine for PHP" -HOMEPAGE="http://www.smarty.net/" +HOMEPAGE="https://www.smarty.net/" SRC_URI="https://github.com/smarty-php/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz - doc? ( http://www.smarty.net/files/docs/manual-en.${DOC_PV}.zip )" + doc? ( https://www.smarty.net/files/docs/manual-en.${DOC_PV}.zip )" LICENSE="LGPL-3" SLOT="0" diff --git a/dev-php/smarty/smarty-3.1.31.ebuild b/dev-php/smarty/smarty-3.1.31.ebuild index d0f0c4c87fc3..c1b265f15ead 100644 --- a/dev-php/smarty/smarty-3.1.31.ebuild +++ b/dev-php/smarty/smarty-3.1.31.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,9 +6,9 @@ EAPI=6 DOC_PV="3.1.14" DESCRIPTION="A template engine for PHP" -HOMEPAGE="http://www.smarty.net/" +HOMEPAGE="https://www.smarty.net/" SRC_URI="https://github.com/smarty-php/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz - doc? ( http://www.smarty.net/files/docs/manual-en.${DOC_PV}.zip )" + doc? ( https://www.smarty.net/files/docs/manual-en.${DOC_PV}.zip )" LICENSE="LGPL-3" SLOT="0" diff --git a/dev-php/smarty/smarty-3.1.32.ebuild b/dev-php/smarty/smarty-3.1.32.ebuild index d1a7a62bef98..c1b265f15ead 100644 --- a/dev-php/smarty/smarty-3.1.32.ebuild +++ b/dev-php/smarty/smarty-3.1.32.ebuild @@ -6,9 +6,9 @@ EAPI=6 DOC_PV="3.1.14" DESCRIPTION="A template engine for PHP" -HOMEPAGE="http://www.smarty.net/" +HOMEPAGE="https://www.smarty.net/" SRC_URI="https://github.com/smarty-php/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz - doc? ( http://www.smarty.net/files/docs/manual-en.${DOC_PV}.zip )" + doc? ( https://www.smarty.net/files/docs/manual-en.${DOC_PV}.zip )" LICENSE="LGPL-3" SLOT="0" |