digitemp: Switch to codeload
Simpler and makes version bumps easier. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
f1acc00ce9
commit
7f7170df92
1 changed files with 6 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue