From: Daniel Golle Date: Thu, 6 Oct 2022 14:24:28 +0000 (+0100) Subject: libksba: update to version 1.6.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=df589ce880bef12a297bfa39738deae84710ed4c;p=openwrt-packages.git libksba: update to version 1.6.1 Update to stable release 1.6.1. See commit log since version 1.6.0 for changes[1]. [1]: https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libksba.git;a=shortlog;h=d3c1e063d708a46ef39152256f8b1ea466b61be0 Signed-off-by: Daniel Golle --- diff --git a/libs/libksba/Makefile b/libs/libksba/Makefile index f91829005..2a9c2677b 100644 --- a/libs/libksba/Makefile +++ b/libs/libksba/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libksba -PKG_VERSION:=1.6.0 +PKG_VERSION:=1.6.1 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://gnupg.org/ftp/gcrypt/$(PKG_NAME) -PKG_HASH:=dad683e6f2d915d880aa4bed5cea9a115690b8935b78a1bbe01669189307a48b +PKG_HASH:=40750864c3ca11fa0833227938db6603661f6c1a3cc267485e81fa140cc6ea04 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=LGPL-3.0-or-later GPL-2.0-or-later