diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:35:05 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:35:41 +0200 |
commit | 769c75f84ac0d1be61ecaeaff0fcc8c509063ec5 (patch) | |
tree | b2ac9f34d4991495f829bd5db62f51c7579e4a4e /sys-fs/exfat-utils | |
parent | sys-cluster/util-vserver: Version bump. Fixes bug 541750. (diff) | |
download | gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.gz gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.bz2 gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.zip |
Enable https for all google URIs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sys-fs/exfat-utils')
-rw-r--r-- | sys-fs/exfat-utils/exfat-utils-1.0.1.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/exfat-utils/exfat-utils-1.1.0.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/exfat-utils/exfat-utils-1.1.1.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sys-fs/exfat-utils/exfat-utils-1.0.1.ebuild b/sys-fs/exfat-utils/exfat-utils-1.0.1.ebuild index 9f67f8425203..c24af53d03fa 100644 --- a/sys-fs/exfat-utils/exfat-utils-1.0.1.ebuild +++ b/sys-fs/exfat-utils/exfat-utils-1.0.1.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit scons-utils toolchain-funcs DESCRIPTION="exFAT filesystem utilities" -HOMEPAGE="http://code.google.com/p/exfat/" +HOMEPAGE="https://code.google.com/p/exfat/" SRC_URI="http://exfat.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-3" diff --git a/sys-fs/exfat-utils/exfat-utils-1.1.0.ebuild b/sys-fs/exfat-utils/exfat-utils-1.1.0.ebuild index 4782ed1f3a20..4ff5e45ae6a9 100644 --- a/sys-fs/exfat-utils/exfat-utils-1.1.0.ebuild +++ b/sys-fs/exfat-utils/exfat-utils-1.1.0.ebuild @@ -6,8 +6,8 @@ EAPI=5 inherit scons-utils toolchain-funcs DESCRIPTION="exFAT filesystem utilities" -HOMEPAGE="http://code.google.com/p/exfat/" -SRC_URI="http://docs.google.com/uc?export=download&id=0B7CLI-REKbE3bnR2WHowZXNtUVU -> ${P}.tar.gz" +HOMEPAGE="https://code.google.com/p/exfat/" +SRC_URI="https://docs.google.com/uc?export=download&id=0B7CLI-REKbE3bnR2WHowZXNtUVU -> ${P}.tar.gz" LICENSE="GPL-2+" # COPYING is GPL-2 but ChangeLog says "Relicensed the project from GPLv3+ to GPLv2+" SLOT="0" diff --git a/sys-fs/exfat-utils/exfat-utils-1.1.1.ebuild b/sys-fs/exfat-utils/exfat-utils-1.1.1.ebuild index cf2b9f43c1c0..74f7e870c149 100644 --- a/sys-fs/exfat-utils/exfat-utils-1.1.1.ebuild +++ b/sys-fs/exfat-utils/exfat-utils-1.1.1.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit scons-utils toolchain-funcs DESCRIPTION="exFAT filesystem utilities" -HOMEPAGE="http://code.google.com/p/exfat/" +HOMEPAGE="https://code.google.com/p/exfat/" SRC_URI="https://docs.google.com/uc?export=download&id=0B7CLI-REKbE3UzNtSkRvdHBpdjQ -> ${P}.tar.gz" LICENSE="GPL-2+" # COPYING is GPL-2 but ChangeLog says "Relicensed the project from GPLv3+ to GPLv2+" |