Browse Source

Merge pull request #5859 from diizzyy/utils-ccid

utils/ccid: Update to 1.4.29
lilik-openwrt-22.03
Daniel Golle 6 years ago
committed by GitHub
parent
commit
f87ff14dbb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      utils/ccid/Makefile

+ 4
- 4
utils/ccid/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ccid
PKG_VERSION:=1.4.28
PKG_VERSION:=1.4.29
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://alioth.debian.org/frs/download.php/file/4230
PKG_HASH:=875836ac5d9d952b40dc1a253a726e74361671864d81337285a3260268f8ade0
PKG_SOURCE_URL:=https://ccid.apdu.fr/files/
PKG_HASH:=a5432ae845730493c04e59304b5c0c6103cd0e2c8827df57d69469a3eaaab84d
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
PKG_LICENSE:=LGPL-2.1+
PKG_LICENSE_FILES:=COPYING
@ -28,7 +28,7 @@ define Package/ccid
CATEGORY:=Libraries
DEPENDS:=+libusb-1.0 +libpcsclite
TITLE:=Generic USB CCID smart card reader driver
URL:=http://pcsclite.alioth.debian.org/ccid.html
URL:=https://ccid.apdu.fr/
endef
define Package/ccid/description


Loading…
Cancel
Save