projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a02a828
)
zlog: fix version for APK
author
Florian Eckert
<fe@dev.tdt.de>
Mon, 6 May 2024 08:27:33 +0000
(10:27 +0200)
committer
Florian Eckert
<fe@dev.tdt.de>
Mon, 6 May 2024 10:10:42 +0000
(12:10 +0200)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
libs/zlog/Makefile
patch
|
blob
|
history
diff --git
a/libs/zlog/Makefile
b/libs/zlog/Makefile
index 5769d6718f2cda0c74984efaf1c5d58ca61b6f4d..3c5caaeabfe9b9306be0d177deb425985e8ea8a6 100644
(file)
--- 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 <markoratkaj@gmail.com>