diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-01 18:55:52 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-01 20:56:47 -0400 |
commit | 91a9c3fc4ada896825283c7e64faede6f2361630 (patch) | |
tree | 8dcb3d673ce9a425502c527228be7ad8c538c00a /sys-fs/bindfs | |
parent | dev-libs/libusb: use HTTPs (diff) | |
download | gentoo-91a9c3fc4ada896825283c7e64faede6f2361630.tar.gz gentoo-91a9c3fc4ada896825283c7e64faede6f2361630.tar.bz2 gentoo-91a9c3fc4ada896825283c7e64faede6f2361630.zip |
sys-fs/bindfs: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8681
Diffstat (limited to 'sys-fs/bindfs')
-rw-r--r-- | sys-fs/bindfs/bindfs-1.13.8.ebuild | 6 | ||||
-rw-r--r-- | sys-fs/bindfs/bindfs-1.13.9.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys-fs/bindfs/bindfs-1.13.8.ebuild b/sys-fs/bindfs/bindfs-1.13.8.ebuild index 29e8f2b8b808..14f35b43597f 100644 --- a/sys-fs/bindfs/bindfs-1.13.8.ebuild +++ b/sys-fs/bindfs/bindfs-1.13.8.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="FUSE filesystem for bind mounting with altered permissions" -HOMEPAGE="http://bindfs.org/" -SRC_URI="http://bindfs.org/downloads/${P}.tar.gz" +HOMEPAGE="https://bindfs.org/" +SRC_URI="https://bindfs.org/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/sys-fs/bindfs/bindfs-1.13.9.ebuild b/sys-fs/bindfs/bindfs-1.13.9.ebuild index 29e8f2b8b808..14f35b43597f 100644 --- a/sys-fs/bindfs/bindfs-1.13.9.ebuild +++ b/sys-fs/bindfs/bindfs-1.13.9.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="FUSE filesystem for bind mounting with altered permissions" -HOMEPAGE="http://bindfs.org/" -SRC_URI="http://bindfs.org/downloads/${P}.tar.gz" +HOMEPAGE="https://bindfs.org/" +SRC_URI="https://bindfs.org/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |