diff options
author | W. Michael Petullo <mike@flyn.org> | 2020-11-19 13:29:48 -0600 |
---|---|---|
committer | Daniel Golle <dangowrt@users.noreply.github.com> | 2020-11-19 19:47:54 +0000 |
commit | f530dcc1ea1b508cffa0aeab4b21b3977e8384dd (patch) | |
tree | ff2ff15ff98bafdc7b41ffe3565207a349ca4398 | |
parent | 75cb9949b77d89ab241896569c655afec99630a9 (diff) |
libgpg-error: update to 1.39
Signed-off-by: W. Michael Petullo <mike@flyn.org>
-rw-r--r-- | libs/libgpg-error/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/libgpg-error/Makefile b/libs/libgpg-error/Makefile index 868595c35..12fdb03be 100644 --- a/libs/libgpg-error/Makefile +++ b/libs/libgpg-error/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libgpg-error -PKG_VERSION:=1.37 -PKG_RELEASE:=2 +PKG_VERSION:=1.39 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://mirrors.dotsrc.org/gcrypt/libgpg-error \ http://ring.ksc.gr.jp/archives/net/gnupg/libgpg-error \ https://www.gnupg.org/ftp/gcrypt/libgpg-error -PKG_HASH:=b32d6ff72a73cf79797f7f2d039e95e9c6f92f0c1450215410840ab62aea9763 +PKG_HASH:=4a836edcae592094ef1c5a4834908f44986ab2b82e0824a0344b49df8cdb298f PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> PKG_LICENSE:=LGPL-2.1-or-later |