diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-08-16 13:53:17 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-08-16 14:35:14 +0100 |
commit | a8f37fc15b1136c8285cc572d4e79207eb51be35 (patch) | |
tree | 5f67eb54937c775dadd9fa00f1d66442606ba71f | |
parent | f20f69e63bc1de6082621ae95822fac2522e7f8d (diff) |
opensc: update to version 0.22.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r-- | utils/opensc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/opensc/Makefile b/utils/opensc/Makefile index aecdb2b37..1d84b1f54 100644 --- a/utils/opensc/Makefile +++ b/utils/opensc/Makefile @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=opensc -PKG_VERSION:=0.21.0 +PKG_VERSION:=0.22.0 PKG_RELEASE:=$(AUTORELEASE) -PKG_HASH:=2bfbbb1dcb4b8d8d75685a3e95c30798fb6411d4efab3690fd89d2cb25f3325e +PKG_HASH:=8d4e5347195ebea332be585df61dcc470331c26969e4b0447c851fb0844c7186 PKG_LICENSE:=LGPL-2.1-or-later PKG_LICENSE_FILES:=COPYING |