Browse Source
Merge pull request #7525 from TimelessNL/master
digitemp: bump to version 3.7.2
lilik-openwrt-22.03
Hannu Nyman
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
utils/digitemp/Makefile
|
|
@ -10,12 +10,12 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=digitemp |
|
|
|
PKG_VERSION:=3.7.1 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
PKG_VERSION:=3.7.2 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
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_HASH:=683df4ab5cc53a45fe4f860c698f148d34bcca91b3e0568a342f32d64d12ba24 |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Jasper Scholte <NightNL@outlook.com> |
|
|
|
PKG_LICENSE:=GPL-2.0+ |
|
|
|