diff options
Diffstat (limited to 'libs/jose/Makefile')
-rw-r--r-- | libs/jose/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/jose/Makefile b/libs/jose/Makefile index 1be469718..419519727 100644 --- a/libs/jose/Makefile +++ b/libs/jose/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=jose PKG_VERSION:=11 -PKG_RELEASE:=$(AUTORELEASE) +PKG_RELEASE:=6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/latchset/$(PKG_NAME)/releases/download/v$(PKG_VERSION)/ |