diff options
author | Daniel Golle <dangowrt@users.noreply.github.com> | 2017-06-05 17:05:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-05 17:05:50 +0200 |
commit | a84489134e5af9ea51ffee6ef553c0a513778075 (patch) | |
tree | 067fd6419f2313657f8271e7d831fc559f43db92 | |
parent | af54e301a5660b40bc76e2341e4db3ad7c5f78e8 (diff) | |
parent | 8a0bd8fcd901ed03bf67159babce5f553482fc45 (diff) |
Merge pull request #4417 from diizzyy/patch-51
utils/pcsc-lite: Update to 1.8.21
-rw-r--r-- | utils/pcsc-lite/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/pcsc-lite/Makefile b/utils/pcsc-lite/Makefile index e9ebe6452..6d246bf79 100644 --- a/utils/pcsc-lite/Makefile +++ b/utils/pcsc-lite/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pcsc-lite -PKG_VERSION:=1.8.20 +PKG_VERSION:=1.8.21 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=https://alioth.debian.org/frs/download.php/file/4203 -PKG_MD5SUM:=ec7d0114016c788c1c09859c84860f6cec6c4595436d23245105154b9c046bb2 +PKG_SOURCE_URL:=https://alioth.debian.org/frs/download.php/file/4216 +PKG_HASH:=fe3365eb7d4ce0fe891e2b6d6248351c287435ca502103f1f1431b1710e513ad PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=COPYING |