From 9b45e4c9a1b003aa4e0f68210d369966e3cb8463 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Mon, 4 Sep 2023 14:43:11 +0530 Subject: [PATCH] stunc: 1.3.1 --- stunc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stunc/Makefile b/stunc/Makefile index f2fe5c236..38e5cfa49 100755 --- a/stunc/Makefile +++ b/stunc/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=stunc PKG_RELEASE:=1 -PKG_VERSION:=1.3.0 +PKG_VERSION:=1.3.1 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/stunc.git -PKG_SOURCE_VERSION:=8bf66ef0fac9dcbc63cb2b98cbce787d23059cd1 +PKG_SOURCE_VERSION:=3e56818cd219f285263d6d1a7d41f751bbb0fe08 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif