diff options
author | Daniel Golle <dangowrt@users.noreply.github.com> | 2017-11-01 13:26:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-01 13:26:02 +0100 |
commit | 4ac1f9a3aa2503a5903440c1758d27913f3e26c2 (patch) | |
tree | 9fda032df1c56dde3bf42fc399cecc45c845ce64 /utils | |
parent | 288a54b17fd2fce9f15a5fdde4c509b441d7f3ef (diff) | |
parent | 6fc160715bd65cef401c824a25031bc6cd8025a1 (diff) |
Merge pull request #4964 from diizzyy/patch-98
utils/ccid: Update to 1.4.28
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ccid/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/ccid/Makefile b/utils/ccid/Makefile index 25b4cf23f..9b05f6efa 100644 --- a/utils/ccid/Makefile +++ b/utils/ccid/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ccid -PKG_VERSION:=1.4.27 +PKG_VERSION:=1.4.28 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=https://alioth.debian.org/frs/download.php/file/4218 -PKG_HASH:=a660e269606986cb94840ad5ba802ffb0cd23dd12b98f69a35035e0deb9dd137 +PKG_SOURCE_URL:=https://alioth.debian.org/frs/download.php/file/4230 +PKG_HASH:=875836ac5d9d952b40dc1a253a726e74361671864d81337285a3260268f8ade0 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> PKG_LICENSE:=LGPL-2.1+ PKG_LICENSE_FILES:=COPYING |