diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-08-27 16:42:38 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-08-27 17:30:03 -0700 |
commit | fb303149132a80f10e11238cd91049285a251374 (patch) | |
tree | 7035c6e6a6edadc7663e2b0bbe898b1ee63ff3e1 /libs/p11-kit/Makefile | |
parent | ede20c7768acf5277cd7a114d6290434c4c7d549 (diff) |
p11-kit: update to 0.23.21
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/p11-kit/Makefile')
-rw-r--r-- | libs/p11-kit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/p11-kit/Makefile b/libs/p11-kit/Makefile index 960c92126..5114242b1 100644 --- a/libs/p11-kit/Makefile +++ b/libs/p11-kit/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=p11-kit -PKG_VERSION:=0.23.20 -PKG_RELEASE:=2 +PKG_VERSION:=0.23.21 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/p11-glue/p11-kit/releases/download/$(PKG_VERSION) -PKG_HASH:=14d86024c3dfd6b967d9bc0b4ec7b2973014fe7423481f4d230a1a63b8aa6104 +PKG_HASH:=f1baa493f05ca0d867f06bcb54cbb5cdb28c756db07207b6e18de18a87b10627 PKG_MAINTAINER:=Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> PKG_LICENSE:=BSD-3-Clause |