diff options
Diffstat (limited to 'libs/libcap-ng/Makefile')
-rw-r--r-- | libs/libcap-ng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libcap-ng/Makefile b/libs/libcap-ng/Makefile index ab3c6272a..c18d2a903 100644 --- a/libs/libcap-ng/Makefile +++ b/libs/libcap-ng/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libcap-ng PKG_VERSION:=0.8.3 -PKG_RELEASE:=$(AUTORELEASE) +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://people.redhat.com/sgrubb/libcap-ng |