app-misc/digitemp: use HTTPs
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 2 Jun 2018 20:44:22 +0000 (22:44 +0200)
committerAaron Bauman <bman@gentoo.org>
Sat, 2 Jun 2018 22:37:46 +0000 (18:37 -0400)
Closes: https://github.com/gentoo/gentoo/pull/8695

app-misc/digitemp/digitemp-3.5.0-r2.ebuild
app-misc/digitemp/digitemp-3.7.1.ebuild

index b53b52df73d23061d36df2e3f5b22cc002537d2f..cd0f7c008a75fcd7023db0ab71485d67ea880a85 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,8 +6,8 @@ EAPI=5
 inherit toolchain-funcs
 
 DESCRIPTION="Temperature logging and reporting using Maxim's iButtons and 1-Wire protocol"
-HOMEPAGE="http://www.digitemp.com/ http://www.ibutton.com/"
-SRC_URI="http://www.digitemp.com/software/linux/${P}.tar.gz"
+HOMEPAGE="https://www.digitemp.com/ https://www.ibutton.com/"
+SRC_URI="https://www.digitemp.com/software/linux/${P}.tar.gz"
 
 IUSE="ds9097 ds9097u ds2490"
 SLOT="0"
index 477651f361f483ab28177967b9edd95da6710599..718f8d20bbf8c1c964a0227dbf1a2e90b031b61e 100644 (file)
@@ -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=5
@@ -6,7 +6,7 @@ EAPI=5
 inherit toolchain-funcs
 
 DESCRIPTION="Temperature logging and reporting using Maxim's iButtons and 1-Wire protocol"
-HOMEPAGE="http://www.digitemp.com/ http://www.ibutton.com/"
+HOMEPAGE="https://www.digitemp.com/ https://www.ibutton.com/"
 SRC_URI="https://github.com/bcl/digitemp/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 IUSE="ds9097 ds9097u ds2490"