From fc723123c19df7ae8e4c847f697b0759805b2974 Mon Sep 17 00:00:00 2001 From: TimelessNL Date: Tue, 27 Nov 2018 11:34:36 +0100 Subject: [PATCH] digitemp: bump to version 3.7.2 Signed-off-by: Jasper Scholte --- utils/digitemp/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/digitemp/Makefile b/utils/digitemp/Makefile index ed843f131..268d80024 100644 --- a/utils/digitemp/Makefile +++ b/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 PKG_LICENSE:=GPL-2.0+