diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-14 20:35:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-14 20:35:36 +0100 |
commit | 44e2a7e9a5c820b56c46b371c00a10ae165d07bc (patch) | |
tree | 3202cb909db133196f89cb14b8585f478fb1d759 /package/ccid/Makefile | |
parent | 0db7ec2677b921ad578bef95b3278311c69d6aa7 (diff) |
fix download url
Diffstat (limited to 'package/ccid/Makefile')
-rw-r--r-- | package/ccid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ccid/Makefile b/package/ccid/Makefile index d927c4264..185401e79 100644 --- a/package/ccid/Makefile +++ b/package/ccid/Makefile @@ -11,7 +11,7 @@ PKG_DESCR:= a generic USB CCID and ICCD driver PKG_SECTION:= crypto PKG_BUILDDEP:= pcsc-lite PKG_URL:= http://pcsclite.alioth.debian.org/ccid.html -PKG_SITES:= http://alioth.debian.org/frs/download.php/3281/ +PKG_SITES:= http://alioth.debian.org/frs/download.php/3475/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 |