wok-6.x diff foomatic-db-nonfree/receipt @ rev 25527

created recipes for libmpack and libmpack-dev 1.0.5
author Hans-G?nter Theisgen
date Sat Feb 25 07:28:19 2023 +0100 (16 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	Sat Feb 25 07:28:19 2023 +0100
     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