Browse Source
Merge pull request #6244 from neheb/patch-8
opensc: Update to 0.18.0
lilik-openwrt-22.03
Daniel Golle
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
utils/opensc/Makefile
|
|
@ -8,9 +8,9 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=opensc |
|
|
|
PKG_VERSION:=0.17.0 |
|
|
|
PKG_VERSION:=0.18.0 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
PKG_HASH:=be73c6816867ab4721e6a9ae7dba8e890c5f169f0a2cbb4bf354e0f30a948300 |
|
|
|
PKG_HASH:=9bc0ff030dd1c10f646d54415eae1bb2b1c72dda710378343f027e17cd8c3757 |
|
|
|
|
|
|
|
PKG_LICENSE:=LGPL-2.1+ |
|
|
|
PKG_LICENSE_FILES:=COPYING |
|
|
|