From: Florian Eckert Date: Mon, 6 May 2024 08:27:33 +0000 (+0200) Subject: zlog: fix version for APK X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5d273f0f5f019692ed96df55c9fe2c1a15fbd2b5;p=openwrt-packages.git zlog: fix version for APK Signed-off-by: Florian Eckert --- diff --git a/libs/zlog/Makefile b/libs/zlog/Makefile index 5769d6718..3c5caaeab 100644 --- a/libs/zlog/Makefile +++ b/libs/zlog/Makefile @@ -1,11 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=zlog -PKG_RELEASE:=1 +PKG_VERSION:=1.2.17 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/HardySimpson/zlog -PKG_SOURCE_VERSION:=1.2.17 +PKG_SOURCE_VERSION:=$(PKG_VERSION) PKG_MIRROR_HASH:=d3f8530751763b83668891fc41744878d9f9af82344e2bada62d2bff9c5ff935 PKG_MAINTAINER:=Marko Ratkaj