diff options
Diffstat (limited to 'libs/libgcrypt/Makefile')
-rw-r--r-- | libs/libgcrypt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libgcrypt/Makefile b/libs/libgcrypt/Makefile index 457960d55..6b9933b88 100644 --- a/libs/libgcrypt/Makefile +++ b/libs/libgcrypt/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libgcrypt PKG_VERSION:=1.10.1 -PKG_RELEASE:=$(AUTORELEASE) +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://www.gnupg.org/ftp/gcrypt/libgcrypt/ |