diff options
Diffstat (limited to 'libs/zlog/Makefile')
-rw-r--r-- | libs/zlog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/zlog/Makefile b/libs/zlog/Makefile index b1e62619e..03b69c9d1 100644 --- a/libs/zlog/Makefile +++ b/libs/zlog/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=zlog PKG_VERSION:=1.2.15 -PKG_RELEASE:=$(AUTORELEASE) +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/HardySimpson/$(PKG_NAME)/archive/refs/tags/$(PKG_VERSION).tar.gz? |