diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-09-19 01:15:48 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-09-25 11:04:51 -0700 |
commit | 0c4325fb0b6dc8b943e86aa25558eb5c95b1d47a (patch) | |
tree | ced11890358dbb14d8aa510c20f2f8ccd9e81aab | |
parent | 0eae8ee969a7abbb7aaa9912048282acef37e58d (diff) |
libgcrypt: update to 1.9.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
-rw-r--r-- | libs/libgcrypt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libgcrypt/Makefile b/libs/libgcrypt/Makefile index 3fa05758b..7feaa1ca7 100644 --- a/libs/libgcrypt/Makefile +++ b/libs/libgcrypt/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libgcrypt -PKG_VERSION:=1.9.3 +PKG_VERSION:=1.9.4 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://www.gnupg.org/ftp/gcrypt/libgcrypt/ -PKG_HASH:=97ebe4f94e2f7e35b752194ce15a0f3c66324e0ff6af26659bbfb5ff2ec328fd +PKG_HASH:=ea849c83a72454e3ed4267697e8ca03390aee972ab421e7df69dfe42b65caaf7 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> PKG_CPE_ID:=cpe:/a:gnupg:libgcrypt |