diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2018-04-01 17:13:38 +0200 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2018-04-08 16:24:35 +0800 |
commit | 4b29cce5c93fbde643e21139e6483fdd35e7adcf (patch) | |
tree | 252d6a4d0d7855e97bc041e0b6dbebe7322d9ad2 /utils/pcsc-lite | |
parent | 1c520db1f7eaeaa0ec9874912549f305c64d1a55 (diff) |
utils/pcsc-lite: Update URLs
New URLs
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'utils/pcsc-lite')
-rw-r--r-- | utils/pcsc-lite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/pcsc-lite/Makefile b/utils/pcsc-lite/Makefile index c8218f2aa..9e41612da 100644 --- a/utils/pcsc-lite/Makefile +++ b/utils/pcsc-lite/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.8.23 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=https://alioth.debian.org/frs/download.php/file/4235 +PKG_SOURCE_URL:=https://pcsclite.apdu.fr/files/ PKG_HASH:=5a27262586eff39cfd5c19aadc8891dd71c0818d3d629539bd631b958be689c9 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> PKG_LICENSE:=BSD-3-Clause @@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk define Package/pcsc-lite/Default TITLE:=Access a smart card using SCard API (PC/SC) - URL:=http://pcsclite.alioth.debian.org/ + URL:=https://pcsclite.apdu.fr/ endef define Package/pcsc-lite/Default/description |