wok diff foomatic-db-nonfree/receipt @ rev 25558

Up libqcow (20221124)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 24 09:03:56 2023 +0000 (14 months ago)
parents 32f22d8fdc89
children
line diff
     1.1 --- a/foomatic-db-nonfree/receipt	Thu Nov 17 12:13:24 2022 +0000
     1.2 +++ b/foomatic-db-nonfree/receipt	Mon Apr 24 09:03:56 2023 +0000
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="other"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WEB_SITE="http://www.linuxprinting.org/foomatic.html"
     1.7 -WGET_URL="https://www.openprinting.org/download/foomatic/$TARBALL"
     1.8 +WGET_URL="https://web.archive.org/web/20221117121727/https://www.openprinting.org/download/foomatic/$TARBALL"
     1.9  TAGS="printer driver printing"
    1.10  
    1.11  DEPENDS="perl libxml2 foomatic-db"
    1.12 @@ -17,7 +17,7 @@
    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 +	wget -O - https://www.openprinting.org/download/foomatic/ 2>/dev/null | \
    1.18  	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    1.19  }
    1.20