diff options
author | Sam James <sam@gentoo.org> | 2022-04-12 12:04:15 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-12 12:12:48 +0100 |
commit | 2c90242a05120f446f18847965ea21ca4b1b0baa (patch) | |
tree | e9692944ceb6b6ddd0949905a48386b2cce98782 /sys-apps/sg3_utils | |
parent | dev-python/google-api-core: Remove namespace dep (diff) | |
download | gentoo-2c90242a05120f446f18847965ea21ca4b1b0baa.tar.gz gentoo-2c90242a05120f446f18847965ea21ca4b1b0baa.tar.bz2 gentoo-2c90242a05120f446f18847965ea21ca4b1b0baa.zip |
sys-apps/sg3_utils: use HTTPS
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/sg3_utils')
-rw-r--r-- | sys-apps/sg3_utils/sg3_utils-1.46-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/sg3_utils/sg3_utils-1.47.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys-apps/sg3_utils/sg3_utils-1.46-r1.ebuild b/sys-apps/sg3_utils/sg3_utils-1.46-r1.ebuild index adf5be558150..51068d8dc71a 100644 --- a/sys-apps/sg3_utils/sg3_utils-1.46-r1.ebuild +++ b/sys-apps/sg3_utils/sg3_utils-1.46-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" DESCRIPTION="Apps for querying the sg SCSI interface" -HOMEPAGE="http://sg.danny.cz/sg/" +HOMEPAGE="https://sg.danny.cz/sg/" #SRC_URI="https://github.com/hreinecke/sg3_utils/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI="http://sg.danny.cz/sg/p/${P}.tar.xz" +SRC_URI="https://sg.danny.cz/sg/p/${P}.tar.xz" LICENSE="GPL-2" SLOT="0/${PV}" diff --git a/sys-apps/sg3_utils/sg3_utils-1.47.ebuild b/sys-apps/sg3_utils/sg3_utils-1.47.ebuild index 30882f707434..810a9073c7ac 100644 --- a/sys-apps/sg3_utils/sg3_utils-1.47.ebuild +++ b/sys-apps/sg3_utils/sg3_utils-1.47.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Apps for querying the sg SCSI interface" -HOMEPAGE="http://sg.danny.cz/sg/" +HOMEPAGE="https://sg.danny.cz/sg/" #SRC_URI="https://github.com/hreinecke/sg3_utils/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI="http://sg.danny.cz/sg/p/${P}.tar.xz" +SRC_URI="https://sg.danny.cz/sg/p/${P}.tar.xz" LICENSE="GPL-2" SLOT="0/${PV}" |