wok diff opensc/receipt @ rev 23440
linux-zram: autostart
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 02 12:22:43 2020 +0200 (2020-04-02) |
parents | 6d00a8a36741 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/opensc/receipt Tue May 28 16:41:09 2019 +0100 1.2 +++ b/opensc/receipt Thu Apr 02 12:22:43 2020 +0200 1.3 @@ -9,7 +9,7 @@ 1.4 WEB_SITE="https://github.com/OpenSC/OpenSC/wiki" 1.5 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.8 +WGET_URL="https://github.com/OpenSc/OpenSc/releases/download/$VERSION/$TARBALL" 1.9 1.10 DEPENDS="libcrypto zlib" 1.11 BUILD_DEPENDS="openssl-dev pcsc-lite-dev"