wok diff foomatic-db/receipt @ rev 25697

dool: reduced size of package
author Hans-G?nter Theisgen
date Sun May 12 07:10:04 2024 +0100 (4 weeks ago)
parents e1d0a02a021e
children
line diff
     1.1 --- a/foomatic-db/receipt	Tue Nov 15 16:37:39 2022 +0000
     1.2 +++ b/foomatic-db/receipt	Sun May 12 07:10:04 2024 +0100
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="foomatic-db"
     1.7 -VERSION="4.0-20221114" 
     1.8 +VERSION="4.0-20221117" 
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Database used by foomatic-db-engine to generate PPD files"
    1.11  MAINTAINER="jozee@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.14  WEB_SITE="http://www.linuxprinting.org/foomatic.html"
    1.15 -WGET_URL="https://www.openprinting.org/download/foomatic/$TARBALL"
    1.16 +WGET_URL="https://web.archive.org/web/20221118084846/https://www.openprinting.org/download/foomatic/$TARBALL"
    1.17  TAGS="printer driver printing"
    1.18  
    1.19  DEPENDS="ghostscript perl libxml2"
    1.20 @@ -17,7 +17,7 @@
    1.21  # What is the latest version available today?
    1.22  current_version()
    1.23  {
    1.24 -	wget -O - ${WGET_URL%/*} 2>/dev/null | \
    1.25 +	wget -O - https://www.openprinting.org/download/foomatic/ 2>/dev/null | \
    1.26  	sed "/current/d;/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    1.27  }
    1.28