wok rev 25610

Update some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jul 21 17:16:04 2023 +0000 (10 months ago)
parents d79ed38ace18
children cb71c3a76f5a
files Geomyidae/receipt TiMidity++/receipt android-build-tools/receipt backup-manager/receipt drbl/receipt ebtables/receipt evas/receipt fontconfig-infinality/receipt glza/receipt grsync/receipt hydroxygen-iconset/receipt icecast/receipt japanes-theme/receipt lshw/receipt lsscsi/receipt lzip/receipt lziprecover/receipt madeirado-theme/receipt mysqlsniffer/receipt mytop/receipt neonview/receipt nethack/receipt pam/receipt paper-icon-theme/receipt phpfm/receipt python-netifaces/receipt rgzip/receipt rinetd/receipt sarg/receipt tree/receipt unixODBC/receipt vidalia/receipt zsh/receipt
line diff
     1.1 --- a/Geomyidae/receipt	Thu Jul 20 14:03:05 2023 +0000
     1.2 +++ b/Geomyidae/receipt	Fri Jul 21 17:16:04 2023 +0000
     1.3 @@ -13,10 +13,11 @@
     1.4  #WGET_URL="${WEB_SITE}src/$PACKAGE/$TARBALL"
     1.5  WGET_URL="ftp://bitreich.org/releases/$SOURCE/$TARBALL"
     1.6  
     1.7 +# What is the latest version available today?
     1.8  current_version()
     1.9  {
    1.10  	wget -O - http://r-36.net/scm/geomyidae/refs.html 2> /dev/null | \
    1.11 -	sed '/<td>/!d;s|.*v||;s|<.*||' | sed '$!d'
    1.12 +	sed '/<td>/!d;s|.*v||;s|<.*||;/^[0-9]/!d;q'
    1.13  }
    1.14  
    1.15  # Rules to configure and make the package.
     2.1 --- a/TiMidity++/receipt	Thu Jul 20 14:03:05 2023 +0000
     2.2 +++ b/TiMidity++/receipt	Fri Jul 21 17:16:04 2023 +0000
     2.3 @@ -19,7 +19,7 @@
     2.4  # What is the latest version available today?
     2.5  current_version()
     2.6  {
     2.7 -	wget -O - $WEB_SITE/files/ 2>/dev/null | sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | \
     2.8 +	wget -O - $WEB_SITE/files/ 2>/dev/null | sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | \
     2.9  	xargs wget -O - 2>/dev/null | sed "/${PACKAGE}-/!d;s|.*${PACKAGE}-\\([0-9\\.]*\\)*\".*|\\1|" | sed '/^[0-9]/!d;q'
    2.10  }
    2.11  
     3.1 --- a/android-build-tools/receipt	Thu Jul 20 14:03:05 2023 +0000
     3.2 +++ b/android-build-tools/receipt	Fri Jul 21 17:16:04 2023 +0000
     3.3 @@ -18,7 +18,7 @@
     3.4  current_version()
     3.5  {
     3.6  	wget -O - https://developer.android.com/studio/releases/build-tools 2>/dev/null | \
     3.7 -	sed '/Build Tools,/!d;/ rc/d;s|.*evision ||;s| .*||;q'
     3.8 +	sed '/Build Tools,/!d;/ rc/d;s|.*evision |r|;s| .*||;q'
     3.9  }
    3.10  
    3.11  # Rules to gen a SliTaz package suitable for Tazpkg.
     4.1 --- a/backup-manager/receipt	Thu Jul 20 14:03:05 2023 +0000
     4.2 +++ b/backup-manager/receipt	Fri Jul 21 17:16:04 2023 +0000
     4.3 @@ -22,7 +22,7 @@
     4.4  current_version()
     4.5  {
     4.6  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
     4.7 -	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
     4.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||' | sort -Vr | sed q
     4.9  }
    4.10  
    4.11  # Rules to configure and make the package.
     5.1 --- a/drbl/receipt	Thu Jul 20 14:03:05 2023 +0000
     5.2 +++ b/drbl/receipt	Fri Jul 21 17:16:04 2023 +0000
     5.3 @@ -9,8 +9,6 @@
     5.4  WEB_SITE="https://drbl.org/"
     5.5  
     5.6  TARBALL="$PACKAGE-$VERSION.tar.xz"
     5.7 -#WGET_URL="http://free.nchc.org.tw/$PACKAGE-core/src/stable/$TARBALL"
     5.8 -#https://sourceforge.net/projects/drbl/files/drbl_stable/2.25.10/drbl-2.25.10.tar.xz/download
     5.9  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    5.10  
    5.11  DEPENDS="bash bc binutils dialog disktype dmidecode e2fsprogs ethtool expect \
    5.12 @@ -21,8 +19,9 @@
    5.13  # What is the latest version available today?
    5.14  current_version()
    5.15  {
    5.16 -	wget -O - https://sourceforge.net/p/drbl/news/ 2>/dev/null | \
    5.17 -	sed '/released/!d;/table/!d;s|.*(||;s|).*||;q'
    5.18 +	wget -O - https://sourceforge.net/projects/drbl/files/drbl_stable/ 2>/dev/null | \
    5.19 +	sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \
    5.20 +	sed '/scope="row/!d;s|.*/drbl-||;s|-.*||;q'
    5.21  }
    5.22  
    5.23  # Rules to configure and make the package.
     6.1 --- a/ebtables/receipt	Thu Jul 20 14:03:05 2023 +0000
     6.2 +++ b/ebtables/receipt	Fri Jul 21 17:16:04 2023 +0000
     6.3 @@ -17,9 +17,8 @@
     6.4  # What is the latest version available today?
     6.5  current_version()
     6.6  {
     6.7 -	wget -O - https://sourceforge.net/projects/ebtables/files/ebtables/ 2>/dev/null | \
     6.8 -	sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \
     6.9 -	sed '/scope="row/!d;/tar/!d;s|.*-v||;s|.tar.*||'
    6.10 +	wget -O - https://git.netfilter.org/ebtables/ 2>/dev/null | \
    6.11 +	sed '/ebtables-/!d;s|.*ebtables-||;s|<.*||;q'
    6.12  }
    6.13  
    6.14  # Rules to configure and make the package.
     7.1 --- a/evas/receipt	Thu Jul 20 14:03:05 2023 +0000
     7.2 +++ b/evas/receipt	Fri Jul 21 17:16:04 2023 +0000
     7.3 @@ -22,8 +22,8 @@
     7.4  # What is the latest version available today?
     7.5  current_version()
     7.6  {
     7.7 -	wget -O - https://git.enlightenment.org/legacy/evas.git/ 2>/dev/null | \
     7.8 -	sed '/h=v[0-9]/!d;s|.*>v||;s|<.*||;q'
     7.9 +	wget -O - http://download.enlightenment.org/rel/libs/evas_generic_loaders/ 2>/dev/null | \
    7.10 +	sed '/evas_generic_loaders-[0-9]/!d;/a[0-9].tar/d;s|.*loaders-||;s|.tar.*||' | sort -Vr | sed q
    7.11  }
    7.12  
    7.13  # Rules to configure and make the package.
     8.1 --- a/fontconfig-infinality/receipt	Thu Jul 20 14:03:05 2023 +0000
     8.2 +++ b/fontconfig-infinality/receipt	Fri Jul 21 17:16:04 2023 +0000
     8.3 @@ -17,8 +17,8 @@
     8.4  # What is the latest version available today?
     8.5  current_version()
     8.6  {
     8.7 -	wget -O - https://github.com/bohoomil/fontconfig-ultimate/releases 2>/dev/null | \
     8.8 -	sed '/tag\//!d;s|.*tag/v*||;s|".*||;s|-||g;q'
     8.9 +	wget -O - https://github.com/bohoomil/fontconfig-ultimate/commits/master 2>/dev/null | \
    8.10 +	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    8.11  }
    8.12  
    8.13  # Rules to gen a SliTaz package suitable for Tazpkg.
     9.1 --- a/glza/receipt	Thu Jul 20 14:03:05 2023 +0000
     9.2 +++ b/glza/receipt	Fri Jul 21 17:16:04 2023 +0000
     9.3 @@ -6,7 +6,7 @@
     9.4  SHORT_DESC="Lossless compressor."
     9.5  MAINTAINER="pascal.bellard@slitaz.org"
     9.6  LICENSE="Apache"
     9.7 -WEB_SITE="https://encode.su/threads/1909-Tree-alpha-v0-1-download?p=55433"
     9.8 +WEB_SITE="https://encode.su/threads/1909-Tree-alpha-v0-1-download/page30"
     9.9  TARBALL="$PACKAGE-$VERSION.zip"
    9.10  WGET_URL="https://encode.su/attachment.php?attachmentid=8099&d=1606032483"
    9.11  
    9.12 @@ -14,6 +14,7 @@
    9.13  
    9.14  BUILD_DEPENDS="gcc49"
    9.15  
    9.16 +# What is the latest version available today?
    9.17  current_version()
    9.18  {
    9.19  	wget -O - $WEB_SITE 2>/dev/null | \
    10.1 --- a/grsync/receipt	Thu Jul 20 14:03:05 2023 +0000
    10.2 +++ b/grsync/receipt	Fri Jul 21 17:16:04 2023 +0000
    10.3 @@ -18,8 +18,8 @@
    10.4  # What is the latest version available today?
    10.5  current_version()
    10.6  {
    10.7 -	wget -O - http://www.opbyte.it/grsync/download.html 2>/dev/null | \
    10.8 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    10.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   10.10 +	sed '/New version/!d;s|>New|>\nNew|g' | sed '/^New/!d;s|New version ||;s|<.*||;q'
   10.11  }
   10.12  
   10.13  # Rules to configure and make the package.
    11.1 --- a/hydroxygen-iconset/receipt	Thu Jul 20 14:03:05 2023 +0000
    11.2 +++ b/hydroxygen-iconset/receipt	Fri Jul 21 17:16:04 2023 +0000
    11.3 @@ -17,7 +17,7 @@
    11.4  current_version()
    11.5  {
    11.6  	wget -O - $WEB_SITE 2>/dev/null | \
    11.7 -	sed 's|}|}\n|g;s|</|</\n|g' | sed '/dateTime=/!d;s|.*dateTime=.||;s|T.*||;s|-||g;q'
    11.8 +	sed 's|}|}\n|g;s|</|</\n|g' | sed '/dateTime=/!d;s|.*dateTime=.||;s|T.*||;s|-||g' | tail -n1
    11.9  }
   11.10  
   11.11  # Rules to configure and make the package.
    12.1 --- a/icecast/receipt	Thu Jul 20 14:03:05 2023 +0000
    12.2 +++ b/icecast/receipt	Fri Jul 21 17:16:04 2023 +0000
    12.3 @@ -18,7 +18,7 @@
    12.4  current_version()
    12.5  {
    12.6  	wget -O - 'https://gitlab.xiph.org/xiph/icecast-server/-/tags?sort=updated_desc' 2>/dev/null | \
    12.7 -	sed '/beta/d;/item-title/!d;s|.*">v||;s|<.*||;q'
    12.8 +	sed '/item-title/!d;s|.*">v||;s|<.*||;q'
    12.9  }
   12.10  
   12.11  # Rules to configure and make the package.
    13.1 --- a/japanes-theme/receipt	Thu Jul 20 14:03:05 2023 +0000
    13.2 +++ b/japanes-theme/receipt	Fri Jul 21 17:16:04 2023 +0000
    13.3 @@ -19,7 +19,7 @@
    13.4  current_version()
    13.5  {
    13.6  	wget -O - $WEB_SITE 2>/dev/null | \
    13.7 -	sed 's|}|}\n|g;s|</|</\n|g' | sed '/dateTime=/!d;s|.*dateTime=.||;s|T.*||;s|-||g;q'
    13.8 +	sed 's|}|}\n|g;s|</|</\n|g' | sed '/dateTime=/!d;s|.*dateTime=.||;s|T.*||;s|-||g' | tail -n1
    13.9  }
   13.10  
   13.11  # Rules to configure and make the package.
    14.1 --- a/lshw/receipt	Thu Jul 20 14:03:05 2023 +0000
    14.2 +++ b/lshw/receipt	Fri Jul 21 17:16:04 2023 +0000
    14.3 @@ -16,8 +16,8 @@
    14.4  # What is the latest version available today?
    14.5  current_version()
    14.6  {
    14.7 -	wget -O - https://ezix.org/src/pkg/lshw/tags 2>/dev/null | \
    14.8 -	sed '/src\/pkg/!d;/archive/!d;/tar/!d;s|.*lshw/archive/||;s|.tar.*||;q'
    14.9 +	wget -O - https://ezix.org/software/files/ 2>/dev/null | \
   14.10 +	sed '/lshw-B/!d;s|.*lshw-||;s|.tar.*||' | tail -n1
   14.11  }
   14.12  
   14.13  # Rules to configure and make the package.
    15.1 --- a/lsscsi/receipt	Thu Jul 20 14:03:05 2023 +0000
    15.2 +++ b/lsscsi/receipt	Fri Jul 21 17:16:04 2023 +0000
    15.3 @@ -15,7 +15,7 @@
    15.4  current_version()
    15.5  {
    15.6  	wget -O - ${WGET_URL%/*} 2>/dev/null | \
    15.7 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    15.8 +	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;/\./!d" | sort -Vr | sed q
    15.9  }
   15.10  
   15.11  # Rules to configure and make the package.
    16.1 --- a/lzip/receipt	Thu Jul 20 14:03:05 2023 +0000
    16.2 +++ b/lzip/receipt	Fri Jul 21 17:16:04 2023 +0000
    16.3 @@ -19,7 +19,7 @@
    16.4  current_version()
    16.5  {
    16.6  	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    16.7 -	sed '/>lzip-/!d;/tar/!d;s|.*lzip-||;s|.tar.*||' | sort -Vr | sed q
    16.8 +	sed '/>lzip-/!d;/tar/!d;/-rc[1-9]/d;s|.*lzip-||;s|.tar.*||' | sort -Vr | sed q
    16.9  }
   16.10  
   16.11  # Rules to configure and make the package.
    17.1 --- a/lziprecover/receipt	Thu Jul 20 14:03:05 2023 +0000
    17.2 +++ b/lziprecover/receipt	Fri Jul 21 17:16:04 2023 +0000
    17.3 @@ -15,10 +15,11 @@
    17.4  
    17.5  HOST_ARCH="i486 arm"
    17.6  
    17.7 +# What is the latest version available today?
    17.8  current_version()
    17.9  {
   17.10  	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   17.11 -	sed '/tar/!d;s|.*recover-\(.*\).tar.*".*|\1|' | sed '$!d'
   17.12 +	sed  '/>lziprecover-/!d;/tar/!d;s|.*lziprecover-||;s|.tar.*||' | sort -Vr | sed q
   17.13  }
   17.14  
   17.15  # Rules to configure and make the package.
    18.1 --- a/madeirado-theme/receipt	Thu Jul 20 14:03:05 2023 +0000
    18.2 +++ b/madeirado-theme/receipt	Fri Jul 21 17:16:04 2023 +0000
    18.3 @@ -19,7 +19,7 @@
    18.4  current_version()
    18.5  {
    18.6  	wget -O - $WEB_SITE 2>/dev/null | \
    18.7 -	sed 's|}|}\n|g;s|</|</\n|g' | sed '/dateTime=/!d;s|.*dateTime=.||;s|T.*||;s|-||g;q'
    18.8 +	sed 's|}|}\n|g;s|</|</\n|g' | sed '/dateTime=/!d;s|.*dateTime=.||;s|T.*||;s|-||g' | tail -n1
    18.9  }
   18.10  
   18.11  # Rules to configure and make the package.
    19.1 --- a/mysqlsniffer/receipt	Thu Jul 20 14:03:05 2023 +0000
    19.2 +++ b/mysqlsniffer/receipt	Fri Jul 21 17:16:04 2023 +0000
    19.3 @@ -2,7 +2,7 @@
    19.4  
    19.5  PACKAGE="mysqlsniffer"
    19.6  GITHASH="37410e18bc8a407be59a19a0cbf10c8ab4469fa2"
    19.7 -VERSION="20210626"
    19.8 +VERSION="20210625"
    19.9  CATEGORY="network"
   19.10  SHORT_DESC="Watch MySQL traffic on a TCP/IP network"
   19.11  MAINTAINER="pascal.bellard@slitaz.org"
    20.1 --- a/mytop/receipt	Thu Jul 20 14:03:05 2023 +0000
    20.2 +++ b/mytop/receipt	Fri Jul 21 17:16:04 2023 +0000
    20.3 @@ -9,7 +9,8 @@
    20.4  WEB_SITE="http://jeremy.zawodny.com/mysql/mytop/"
    20.5  
    20.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
    20.7 -WGET_URL="https://web.archive.org/web/20150602163826if_/http://www.mysqlfanboy.com/mytop-3/$TARBALL"
    20.8 +#WGET_URL="https://web.archive.org/web/20150602163826if_/http://www.mysqlfanboy.com/mytop-3/$TARBALL"
    20.9 +WGET_URL="http://www.mysqlfanboy.com/mytop-3/$TARBALL"
   20.10  
   20.11  DEPENDS="perl-dbd-mysql perl-dbi perl-term-readkey"
   20.12  BUILD_DEPENDS="$DEPENDS"
   20.13 @@ -17,8 +18,8 @@
   20.14  # What is the latest version available today?
   20.15  current_version()
   20.16  {
   20.17 -	wget -O - $WEB_SITE 2>/dev/null | \
   20.18 -	sed '/mytop-[0-9]/!d;s|.*top-||;s|.t.*||;q'
   20.19 +	wget -O - ${WGET_URL%/*} 2>/dev/null | \
   20.20 +	sed '/Version/!d;s|.*Version ||;s|<.*||;q'
   20.21  }
   20.22  
   20.23  # Rules to configure and make the package.
    21.1 --- a/neonview/receipt	Thu Jul 20 14:03:05 2023 +0000
    21.2 +++ b/neonview/receipt	Fri Jul 21 17:16:04 2023 +0000
    21.3 @@ -6,7 +6,7 @@
    21.4  SHORT_DESC="Free, lightweight image viewer."
    21.5  MAINTAINER="al.bobylev@gmail.com"
    21.6  LICENSE="GPL2"
    21.7 -WEB_SITE="https://www.tuxarena.com/neonview/"
    21.8 +WEB_SITE="https://www.tuxarena.com/intro/neonview.php"
    21.9  
   21.10  TARBALL="$PACKAGE-$VERSION-src.tar.gz"
   21.11  WGET_URL="https://www.tuxarena.com/intro/files/$TARBALL"
   21.12 @@ -17,8 +17,8 @@
   21.13  # What is the latest version available today?
   21.14  current_version()
   21.15  {
   21.16 -	wget -O - http://www.tuxarena.com/neonview/download/ 2>/dev/null | \
   21.17 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-||;s|.[a-z].*||" | sort -Vr | sed q
   21.18 +	wget -O - $WEB_SITE 2>/dev/null | \
   21.19 +	sed '/neonview-/!d;/tar/!d;s|.*neonview-||;s|-.*||;q'
   21.20  }
   21.21  
   21.22  # Rules to configure and make the package.
    22.1 --- a/nethack/receipt	Thu Jul 20 14:03:05 2023 +0000
    22.2 +++ b/nethack/receipt	Fri Jul 21 17:16:04 2023 +0000
    22.3 @@ -17,7 +17,7 @@
    22.4  current_version()
    22.5  {
    22.6  	wget -O - $WEB_SITE 2>/dev/null | \
    22.7 -	sed '/version/!d;s|.*sion ||;s|<.*||'
    22.8 +	sed '/version/!d;s|.*sion ||;s|<.*||;q'
    22.9  }
   22.10  
   22.11  # Rules to configure and make the package.
    23.1 --- a/pam/receipt	Thu Jul 20 14:03:05 2023 +0000
    23.2 +++ b/pam/receipt	Fri Jul 21 17:16:04 2023 +0000
    23.3 @@ -18,8 +18,8 @@
    23.4  # What is the latest version available today?
    23.5  current_version()
    23.6  {
    23.7 -	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    23.8 -	sed "/latest/d;/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    23.9 +	wget -O - https://github.com/linux-pam/linux-pam/releases 2>/dev/null | \
   23.10 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   23.11  }
   23.12  
   23.13  # Rules to configure and make the package.
    24.1 --- a/paper-icon-theme/receipt	Thu Jul 20 14:03:05 2023 +0000
    24.2 +++ b/paper-icon-theme/receipt	Fri Jul 21 17:16:04 2023 +0000
    24.3 @@ -18,7 +18,7 @@
    24.4  current_version()
    24.5  {
    24.6  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    24.7 -	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    24.8 +	sed '/tag\//!d;s|.*tag/v*\.*||;s|".*||;q'
    24.9  }
   24.10  
   24.11  # Rules to configure and make the package.
    25.1 --- a/phpfm/receipt	Thu Jul 20 14:03:05 2023 +0000
    25.2 +++ b/phpfm/receipt	Fri Jul 21 17:16:04 2023 +0000
    25.3 @@ -17,8 +17,8 @@
    25.4  # What is the latest version available today?
    25.5  current_version()
    25.6  {
    25.7 -	wget -O - https://sourceforge.net/projects/phpfm/files/phpFileManager/ 2>/dev/null | \
    25.8 -	sed '/Click to/!d;s|.*version ||;s|".*||;q'
    25.9 +	wget -O - https://github.com/dulldusk/phpfm/releases 2>/dev/null | \
   25.10 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   25.11  }
   25.12  
   25.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    26.1 --- a/python-netifaces/receipt	Thu Jul 20 14:03:05 2023 +0000
    26.2 +++ b/python-netifaces/receipt	Fri Jul 21 17:16:04 2023 +0000
    26.3 @@ -19,7 +19,7 @@
    26.4  # What is the latest version available today?
    26.5  current_version()
    26.6  {
    26.7 -	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
    26.8 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||;q"
    26.9  }
   26.10  
   26.11  # Rules to configure and make the package.
    27.1 --- a/rgzip/receipt	Thu Jul 20 14:03:05 2023 +0000
    27.2 +++ b/rgzip/receipt	Fri Jul 21 17:16:04 2023 +0000
    27.3 @@ -1,7 +1,7 @@
    27.4  # SliTaz package receipt.
    27.5  
    27.6  PACKAGE="rgzip"
    27.7 -VERSION="0"
    27.8 +VERSION="19991119"
    27.9  CATEGORY="system-tools"
   27.10  SHORT_DESC="Rsync friendly gzip."
   27.11  MAINTAINER="pascal.bellard@slitaz.org"
    28.1 --- a/rinetd/receipt	Thu Jul 20 14:03:05 2023 +0000
    28.2 +++ b/rinetd/receipt	Fri Jul 21 17:16:04 2023 +0000
    28.3 @@ -14,8 +14,8 @@
    28.4  # What is the latest version available today?
    28.5  current_version()
    28.6  {
    28.7 -	wget -O - https://raw.githubusercontent.com/boutell/rinetd/master/CHANGES 2>/dev/null | \
    28.8 -	sed '/^Version /!d;s|.*ersion ||;s|:.*||' | sort -Vr | sed q
    28.9 +	wget -O - https://github.com/samhocevar/rinetd 2>/dev/null | \
   28.10 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   28.11  }
   28.12  
   28.13  # Rules to configure and make the package.
    29.1 --- a/sarg/receipt	Thu Jul 20 14:03:05 2023 +0000
    29.2 +++ b/sarg/receipt	Fri Jul 21 17:16:04 2023 +0000
    29.3 @@ -15,7 +15,7 @@
    29.4  current_version()
    29.5  {
    29.6  	wget -O - https://sourceforge.net/projects/sarg/files/sarg/ 2>/dev/null | \
    29.7 -	sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \
    29.8 +	sed '/pre[0-9]/d;/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \
    29.9  	sed '/scope="row/!d;s|.*/sarg-||;s|.tar.*||;q'
   29.10  }
   29.11  
    30.1 --- a/tree/receipt	Thu Jul 20 14:03:05 2023 +0000
    30.2 +++ b/tree/receipt	Fri Jul 21 17:16:04 2023 +0000
    30.3 @@ -18,8 +18,8 @@
    30.4  # What is the latest version available today?
    30.5  current_version()
    30.6  {
    30.7 -	wget -O - $WEB_SITE/tags 2>/dev/null | \
    30.8 -	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    30.9 +	wget -O - https://gitlab.com/OldManProgrammer/unix-tree/-/tags?sort=updated_desc 2>/dev/null | \
   30.10 +	sed '/item-title/!d;s|.*tags/||;s|".*||;q'
   30.11  }
   30.12  
   30.13  # Rules to configure and make the package.
    31.1 --- a/unixODBC/receipt	Thu Jul 20 14:03:05 2023 +0000
    31.2 +++ b/unixODBC/receipt	Fri Jul 21 17:16:04 2023 +0000
    31.3 @@ -23,7 +23,7 @@
    31.4  current_version()
    31.5  {
    31.6  	wget -O - http://www.unixodbc.org/unixODBC.html 2>/dev/null | \
    31.7 -	sed '/Released/!d;s|^[ \t]*||;s| .*||;q'
    31.8 +	sed 's|After.*finally \(.*\)|\1 Released|;s|And now \(.*\)|\1 Released|;/Released/!d;s|^[ \t]*||;s|[ <].*||;q'
    31.9  }
   31.10  
   31.11  # Rules to configure and make the package.
    32.1 --- a/vidalia/receipt	Thu Jul 20 14:03:05 2023 +0000
    32.2 +++ b/vidalia/receipt	Fri Jul 21 17:16:04 2023 +0000
    32.3 @@ -17,8 +17,8 @@
    32.4  # What is the latest version available today?
    32.5  current_version()
    32.6  {
    32.7 -	wget -O - https://github.com/BrentonEarl/vidalia/tags 2>/dev/null | \
    32.8 -	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
    32.9 +	wget -O - https://archive.torproject.org/tor-package-archive/vidalia/ 2>/dev/null | \
   32.10 +	sed '/vidalia-[0-9]/!d;/tar/!d;s|.*vidalia-||;s|.tar.*||' | sort -Vr | sed q
   32.11  }
   32.12  
   32.13  # Rules to configure and make the package.
    33.1 --- a/zsh/receipt	Thu Jul 20 14:03:05 2023 +0000
    33.2 +++ b/zsh/receipt	Fri Jul 21 17:16:04 2023 +0000
    33.3 @@ -19,7 +19,7 @@
    33.4  current_version()
    33.5  {
    33.6  	wget -O - ${WGET_URL%/*} 2>/dev/null | \
    33.7 -	sed "/$PACKAGE-/!d;s|.*$PACKAGE-||;s|.tar.*||" | tail -n1
    33.8 +	sed "/$PACKAGE-/!d;/doc/d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q
    33.9  }
   33.10  
   33.11  # Rules to configure and make the package.