wok diff pcsc-tools/receipt @ rev 25626
opendkim: add opendkim.conf
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Nov 09 09:26:20 2023 +0000 (12 months ago) |
parents | 2b0142c9f248 |
children |
line diff
1.1 --- a/pcsc-tools/receipt Tue May 10 07:46:30 2022 +0000 1.2 +++ b/pcsc-tools/receipt Thu Nov 09 09:26:20 2023 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="PC/SC Architecture smartcard tools." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 LICENSE="GPL2" 1.7 -WEB_SITE="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/" 1.8 +WEB_SITE="https://pcsc-tools.apdu.fr/" 1.9 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WGET_URL="https://salsa.debian.org/rousseau/$PACKAGE/-/archive/$VERSION/$TARBALL" 1.12 @@ -17,8 +17,8 @@ 1.13 # What is the latest version available today? 1.14 current_version() 1.15 { 1.16 - wget -O - ${WGET_URL%/*}/ 2>/dev/null | \ 1.17 - sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q 1.18 + wget -O - $WEB_SITE 2>/dev/null | \ 1.19 + sed '/pcsc-tools-/!d;s|.*pcsc-tools-||;s|.t.*||;q' 1.20 } 1.21 1.22 # Rules to configure and make the package.