summaryrefslogtreecommitdiff
path: root/app-misc/digitemp
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-06-02 22:44:22 +0200
committerAaron Bauman <bman@gentoo.org>2018-06-02 18:37:46 -0400
commit7b3a4eb5cc2090cb5b4dde7e21936eb9d723c3ee (patch)
tree52e8e7d2fd280f4488f52299b74b173ea722254a /app-misc/digitemp
parent24ec0fea8990ca0a208f38c88d36993f17fe85ae (diff)
downloadgentoo-7b3a4eb5cc2090cb5b4dde7e21936eb9d723c3ee.tar.gz
gentoo-7b3a4eb5cc2090cb5b4dde7e21936eb9d723c3ee.tar.xz
app-misc/digitemp: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8695
Diffstat (limited to 'app-misc/digitemp')
-rw-r--r--app-misc/digitemp/digitemp-3.5.0-r2.ebuild6
-rw-r--r--app-misc/digitemp/digitemp-3.7.1.ebuild4
2 files changed, 5 insertions, 5 deletions
diff --git a/app-misc/digitemp/digitemp-3.5.0-r2.ebuild b/app-misc/digitemp/digitemp-3.5.0-r2.ebuild
index b53b52df73d..cd0f7c008a7 100644
--- a/app-misc/digitemp/digitemp-3.5.0-r2.ebuild
+++ b/app-misc/digitemp/digitemp-3.5.0-r2.ebuild
@@ -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"
diff --git a/app-misc/digitemp/digitemp-3.7.1.ebuild b/app-misc/digitemp/digitemp-3.7.1.ebuild
index 477651f361f..718f8d20bbf 100644
--- a/app-misc/digitemp/digitemp-3.7.1.ebuild
+++ b/app-misc/digitemp/digitemp-3.7.1.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=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"