aboutsummaryrefslogtreecommitdiff
path: root/utils/digitemp
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2018-08-04 16:32:30 -0700
committerRosen Penev <rosenp@gmail.com>2018-08-04 16:32:30 -0700
commit7f7170df92d4863cd7b59518d314e80729b5de9b (patch)
treeafe449b3e6c48940ea510177aaf0865f822a8c69 /utils/digitemp
parentf1acc00ce91838e79314803de34e699417ca36c7 (diff)
digitemp: Switch to codeload
Simpler and makes version bumps easier. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/digitemp')
-rw-r--r--utils/digitemp/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/utils/digitemp/Makefile b/utils/digitemp/Makefile
index e0b3350b6..ed843f131 100644
--- a/utils/digitemp/Makefile
+++ b/utils/digitemp/Makefile
@@ -11,16 +11,14 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=digitemp
PKG_VERSION:=3.7.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
+
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
+PKG_SOURCE_URL:=https://codeload.github.com/bcl/digitemp/tar.gz/v$(PKG_VERSION)?
+PKG_HASH:=6fa4d965350d5501b6ca73ee8a09276ca4f65b6d85dae62f0a796239bae5000e
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_URL:=https://github.com/bcl/digitemp.git
-PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=be824bbbc81189931bf4b130a8acc39288d75662
PKG_MAINTAINER:=Jasper Scholte <NightNL@outlook.com>
PKG_LICENSE:=GPL-2.0+
-PKG_MIRROR_HASH:=490f9c94c671aa74ce0ef4fbc95231644f3aa7023d2b947714ed55fd712672f2
include $(INCLUDE_DIR)/package.mk
@@ -28,7 +26,7 @@ define Package/digitemp/Default
SECTION:=utils
CATEGORY:=Utilities
TITLE:=DigiTemp is a simple to use program for reading values from 1-wire devices.
- URL:=http://www.digitemp.com
+ URL:=https://www.digitemp.com
endef
define Package/digitemp/Default/description