wok rev 25608

Update some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 20 09:05:42 2023 +0000 (9 months ago)
parents 29df00e1e19d
children d79ed38ace18
files alpine/receipt alsa-lib/receipt antiword/receipt babl/receipt binutils223/receipt cadaver/receipt catfish/receipt chkexploit/receipt digger/receipt dillo/receipt gegl/receipt gimp/receipt goldendict/receipt httping/receipt iso-codes/receipt itstool/receipt jpilot/receipt keyutils/receipt libgdiplus/receipt libhx/receipt libidn/receipt libmatchbox/receipt lshw/receipt mariadb/receipt monkey/receipt mscore/receipt mtpaint/receipt net-snmp/receipt net6/receipt obby/receipt oldrunner/receipt pam/receipt parted/receipt pcsc-tools/receipt procmail/receipt pwsafe/receipt pypar2/receipt pyroom/receipt python-cffi/receipt python-mpd/receipt python-peak-rules/receipt python-serial/receipt rrdtool-lite/receipt rrdtool/receipt ruby/receipt sed/receipt sgmixer/receipt squid/receipt stunnel/receipt sudo-pam/receipt sudo/receipt supertux/receipt tcpreplay/receipt transcode/receipt uget/receipt ussp-push/receipt vym/receipt wqy-bitmapfont/receipt wqy-microhei/receipt wv/receipt wxHexEditor/receipt xarchive/receipt
line diff
     1.1 --- a/alpine/receipt	Wed Jul 19 13:00:59 2023 +0000
     1.2 +++ b/alpine/receipt	Thu Jul 20 09:05:42 2023 +0000
     1.3 @@ -20,7 +20,7 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - http://repo.or.cz/alpine.git/snapshot/ 2>/dev/null | \
     1.8 +	wget -O - http://repo.or.cz/alpine.git/refs 2>/dev/null | \
     1.9  	sed '/Release version/!d;s|.*version ||;s|<.*||;q'
    1.10  }
    1.11  
     2.1 --- a/alsa-lib/receipt	Wed Jul 19 13:00:59 2023 +0000
     2.2 +++ b/alsa-lib/receipt	Thu Jul 20 09:05:42 2023 +0000
     2.3 @@ -16,9 +16,10 @@
     2.4  
     2.5  HOST_ARCH="i486 arm"
     2.6  
     2.7 +# What is the latest version available today?
     2.8  current_version()
     2.9  {
    2.10 -	wget -O - ${WEB_SITE}wiki/Download 2>/dev/null | \
    2.11 +	wget -O - https://www.alsa-project.org/wiki/Download 2>/dev/null | \
    2.12  	sed '/alsa-lib-/!d;s|.*alsa-lib-||;s|.tar.*||;q'
    2.13  }
    2.14  
     3.1 --- a/antiword/receipt	Wed Jul 19 13:00:59 2023 +0000
     3.2 +++ b/antiword/receipt	Thu Jul 20 09:05:42 2023 +0000
     3.3 @@ -14,7 +14,7 @@
     3.4  # What is the latest version available today?
     3.5  current_version()
     3.6  {
     3.7 -	wget -O - http://www.winfield.demon.nl/ 2>/dev/null | \
     3.8 +	wget -O - $WEB_SITE 2>/dev/null | \
     3.9  	sed "/linux\/$PACKAGE/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|"
    3.10  }
    3.11  
     4.1 --- a/babl/receipt	Wed Jul 19 13:00:59 2023 +0000
     4.2 +++ b/babl/receipt	Thu Jul 20 09:05:42 2023 +0000
     4.3 @@ -20,7 +20,7 @@
     4.4  current_version()
     4.5  {
     4.6  	wget -O - https://download.gimp.org/pub/$PACKAGE/ 2>/dev/null | \
     4.7 -	sed "/latest/d;/\[DIR/!d;s|.*href=.\\(.*\\)/.*\".*|https://download.gimp.org/pub/$PACKAGE/\\1|" | \
     4.8 +	sed "/latest/d;/arent dir/d;/>-</!d;s|.*href=.\\(.*\\)/\".*|https://download.gimp.org/pub/$PACKAGE/\\1|" | \
     4.9  	sort -Vr | sed q | xargs wget -O - 2>/dev/null | \
    4.10  	sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    4.11  }
     5.1 --- a/binutils223/receipt	Wed Jul 19 13:00:59 2023 +0000
     5.2 +++ b/binutils223/receipt	Thu Jul 20 09:05:42 2023 +0000
     5.3 @@ -31,7 +31,7 @@
     5.4  current_version()
     5.5  {
     5.6  	wget -O - ${WGET_URL%/*} 2>/dev/null | \
     5.7 -	sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
     5.8 +	sed "/latest/d;/$SOURCE-/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
     5.9  }
    5.10  
    5.11  # Rules to configure and make the package.
     6.1 --- a/cadaver/receipt	Wed Jul 19 13:00:59 2023 +0000
     6.2 +++ b/cadaver/receipt	Thu Jul 20 09:05:42 2023 +0000
     6.3 @@ -7,7 +7,7 @@
     6.4  SHORT_DESC="Command-line WEBDAV client."
     6.5  MAINTAINER="pascal.bellard@slitaz.org"
     6.6  LICENSE="GPL2"
     6.7 -WEB_SITE="http://www.webdav.org/cadaver"
     6.8 +WEB_SITE="https://notroj.github.io/cadaver/"
     6.9  
    6.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    6.11  WGET_URL="$WEB_SITE/$TARBALL"
    6.12 @@ -18,8 +18,8 @@
    6.13  # What is the latest version available today?
    6.14  current_version()
    6.15  {
    6.16 -	wget -O - $WEB_SITE 2>/dev/null | \
    6.17 -	sed "/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q"
    6.18 +	wget -O - https://github.com/notroj/cadaver/tags 2>/dev/null | \
    6.19 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    6.20  }
    6.21  
    6.22  # Rules to configure and make the package.
     7.1 --- a/catfish/receipt	Wed Jul 19 13:00:59 2023 +0000
     7.2 +++ b/catfish/receipt	Thu Jul 20 09:05:42 2023 +0000
     7.3 @@ -16,8 +16,8 @@
     7.4  # What is the latest version available today?
     7.5  current_version()
     7.6  {
     7.7 -	wget -O - $WEB_SITE 2>/dev/null | \
     7.8 -	sed '/catfish-[0-9]/!d;s|.*catfish-||;s|.tar.*||;q'
     7.9 +	wget -O - https://gitlab.xfce.org/apps/catfish/-/tags?sort=updated_desc 2>/dev/null | \
    7.10 +	sed '/item-title/!d;s|.*fish-||;s|<.*||;q'
    7.11  }
    7.12  
    7.13  # Rules to configure and make the package.
     8.1 --- a/chkexploit/receipt	Wed Jul 19 13:00:59 2023 +0000
     8.2 +++ b/chkexploit/receipt	Thu Jul 20 09:05:42 2023 +0000
     8.3 @@ -13,7 +13,7 @@
     8.4  # What is the latest version available today?
     8.5  current_version()
     8.6  {
     8.7 -	wget -O - http://ftp.pangeia.com.br/download.htm 2>/dev/null | \
     8.8 +	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
     8.9  	sed '/chkexploit-/!d;/tar/!d;s|.*chkexploit-||;s|.tar.*||' | sort -Vr | sed q
    8.10  }
    8.11  
     9.1 --- a/digger/receipt	Wed Jul 19 13:00:59 2023 +0000
     9.2 +++ b/digger/receipt	Thu Jul 20 09:05:42 2023 +0000
     9.3 @@ -23,8 +23,8 @@
     9.4  {
     9.5  	mkdir -p $fs/usr/share/applications $fs/var/www/digger \
     9.6  		 $install/usr/share/doc
     9.7 -	cp -a $src/digger*/README.md $install/usr/share/doc
     9.8 -	cp -a $src/digger*/index.html $fs/var/www/digger
     9.9 +	cp -a $src/README.md $install/usr/share/doc
    9.10 +	cp -a $src/index.html $fs/var/www/digger
    9.11  	dos2unix $fs/var/www/digger/*
    9.12  	cat > $fs/usr/share/applications/digger.desktop <<EOT
    9.13  [Desktop Entry]
    10.1 --- a/dillo/receipt	Wed Jul 19 13:00:59 2023 +0000
    10.2 +++ b/dillo/receipt	Thu Jul 20 09:05:42 2023 +0000
    10.3 @@ -20,8 +20,8 @@
    10.4  # What is the latest version available today?
    10.5  current_version()
    10.6  {
    10.7 -	wget -O - https://www.dillo.org/download/ 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 '/latest one/!d;s|.*dillo-||;s|<.*||;q'
   10.11  }
   10.12  
   10.13  # Rules to configure and make the package.
    11.1 --- a/gegl/receipt	Wed Jul 19 13:00:59 2023 +0000
    11.2 +++ b/gegl/receipt	Thu Jul 20 09:05:42 2023 +0000
    11.3 @@ -19,7 +19,7 @@
    11.4  current_version()
    11.5  {
    11.6  	wget -O - https://download.gimp.org/pub/$PACKAGE/ 2>/dev/null | \
    11.7 -	sed "/latest/d;/\[DIR/!d;s|.*href=.\\(.*\\)/.*\".*|https://download.gimp.org/pub/$PACKAGE/\\1/|" | \
    11.8 +	sed "/latest/d;/arent dir/d;/>-</!d;s|.*href=.\\(.*\\)/\".*|https://download.gimp.org/pub/$PACKAGE/\\1|" | \
    11.9  	sort -Vr | sed q | xargs wget -O - 2>/dev/null | \
   11.10  	sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   11.11  }
    12.1 --- a/gimp/receipt	Wed Jul 19 13:00:59 2023 +0000
    12.2 +++ b/gimp/receipt	Thu Jul 20 09:05:42 2023 +0000
    12.3 @@ -22,7 +22,7 @@
    12.4  current_version()
    12.5  {
    12.6  	wget -O - https://download.gimp.org/pub/$PACKAGE/ 2>/dev/null | \
    12.7 -	sed "/latest/d;/\[DIR/!d;/v[0-9]/!d;s|.*href=.\\(.*\\)/.*\".*|https://download.gimp.org/pub/$PACKAGE/\\1|" | \
    12.8 +	sed "/v[0-9]/!d;/>-</!d;s|.*href=.\\(.*\\)/\".*|https://download.gimp.org/pub/$PACKAGE/\\1|" | \
    12.9  	sort -Vr | sed q | xargs wget -O - 2>/dev/null | \
   12.10  	sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   12.11  }
    13.1 --- a/goldendict/receipt	Wed Jul 19 13:00:59 2023 +0000
    13.2 +++ b/goldendict/receipt	Thu Jul 20 09:05:42 2023 +0000
    13.3 @@ -19,7 +19,8 @@
    13.4  {
    13.5  	wget -O - https://sourceforge.net/projects/goldendict/files/goldendict/ 2>/dev/null | \
    13.6  	sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \
    13.7 -	sed '/scope="row/!d;/-src/!d;s|.*/goldendict-||;s|-src.*||;q'
    13.8 +	sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \
    13.9 +	sed '/scope="row/!d;s|.*ict-||;s|[_-].*||;q'
   13.10  }
   13.11  
   13.12  # Rules to configure and make the package.
    14.1 --- a/httping/receipt	Wed Jul 19 13:00:59 2023 +0000
    14.2 +++ b/httping/receipt	Thu Jul 20 09:05:42 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 - ${WGET_URL%/*} 2>/dev/null | \
    14.8 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tgz/!d;s|.*$PACKAGE-\\(.*\\).tgz.*|\\1|" | sort -Vr | sed q
    14.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   14.10 +	sed '/httping-/!d;s|.*httping-||;s|.t.*||;q'
   14.11  }
   14.12  
   14.13  # Rules to configure and make the package.
    15.1 --- a/iso-codes/receipt	Wed Jul 19 13:00:59 2023 +0000
    15.2 +++ b/iso-codes/receipt	Thu Jul 20 09:05:42 2023 +0000
    15.3 @@ -17,8 +17,8 @@
    15.4  # What is the latest version available today?
    15.5  current_version()
    15.6  {
    15.7 -	wget -O - ${WGET_URL%/*} 2>/dev/null | \
    15.8 -	sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    15.9 +	wget -O - https://salsa.debian.org/iso-codes-team/iso-codes/-/tags?sort=updated_desc 2>/dev/null | \
   15.10 +	sed '/item-title/!d;s|.*tags/v||;s|".*||;q'
   15.11  }
   15.12  
   15.13  # Rules to configure and make the package.
    16.1 --- a/itstool/receipt	Wed Jul 19 13:00:59 2023 +0000
    16.2 +++ b/itstool/receipt	Thu Jul 20 09:05:42 2023 +0000
    16.3 @@ -17,8 +17,8 @@
    16.4  # What is the latest version available today?
    16.5  current_version()
    16.6  {
    16.7 -	wget -O - ${WGET_URL%/*} 2>/dev/null | \
    16.8 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    16.9 +	wget -O - ${WEB_SITE}download.html 2>/dev/null | \
   16.10 +	sed '/itstool-/!d;s|.tar.*||;s|.*itstool-||;q'
   16.11  }
   16.12  
   16.13  # Rules to configure and make the package.
    17.1 --- a/jpilot/receipt	Wed Jul 19 13:00:59 2023 +0000
    17.2 +++ b/jpilot/receipt	Thu Jul 20 09:05:42 2023 +0000
    17.3 @@ -16,8 +16,8 @@
    17.4  # What is the latest version available today?
    17.5  current_version()
    17.6  {
    17.7 -	wget -O - ${WGET_URL%/*} 2>/dev/null | \
    17.8 -	sed '/latest/d;/release-/!d;s|.*/release-||;s|/.*||' | sort -Vr | sed q
    17.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   17.10 +	sed '/version/!d;s|.*version ||;s|<.*||;q'
   17.11  }
   17.12  
   17.13  # Rules to configure and make the package.
    18.1 --- a/keyutils/receipt	Wed Jul 19 13:00:59 2023 +0000
    18.2 +++ b/keyutils/receipt	Thu Jul 20 09:05:42 2023 +0000
    18.3 @@ -16,10 +16,11 @@
    18.4  
    18.5  CONFIG_FILES="/etc/request-key.conf /etc/request-key.d"
    18.6  
    18.7 +# What is the latest version available today?
    18.8  current_version()
    18.9  {
   18.10 -	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   18.11 -	sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   18.12 +	wget -O - $WEB_SITE 2>/dev/null | \
   18.13 +	sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q
   18.14  }
   18.15  
   18.16  # Rules to configure and make the package.
    19.1 --- a/libgdiplus/receipt	Wed Jul 19 13:00:59 2023 +0000
    19.2 +++ b/libgdiplus/receipt	Thu Jul 20 09:05:42 2023 +0000
    19.3 @@ -27,9 +27,8 @@
    19.4  # What is the latest version available today?
    19.5  current_version()
    19.6  {
    19.7 -	wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
    19.8 +	wget -O - https://github.com/mono/libgdiplus/tags 2>/dev/null | \
    19.9  	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   19.10 -#	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   19.11  }
   19.12  
   19.13  # Rules to configure and make the package.
    20.1 --- a/libhx/receipt	Wed Jul 19 13:00:59 2023 +0000
    20.2 +++ b/libhx/receipt	Thu Jul 20 09:05:42 2023 +0000
    20.3 @@ -18,8 +18,8 @@
    20.4  # What is the latest version available today?
    20.5  current_version()
    20.6  {
    20.7 -	wget -O - https://sourceforge.net/projects/libhx/files/libHX/ 2>/dev/null | \
    20.8 -	sed '/scope="row/!d;s|.*/libHX-||;s|.tar.*||;q'
    20.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   20.10 +	sed '/atest release/!d;s|.*release: <b>||;s|<.*||;q'
   20.11  }
   20.12  
   20.13  # Rules to configure and make the package.
    21.1 --- a/libidn/receipt	Wed Jul 19 13:00:59 2023 +0000
    21.2 +++ b/libidn/receipt	Thu Jul 20 09:05:42 2023 +0000
    21.3 @@ -15,9 +15,10 @@
    21.4  
    21.5  HOST_ARCH="i486 arm"
    21.6  
    21.7 +# What is the latest version available today?
    21.8  current_version()
    21.9  {
   21.10 -	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   21.11 +	wget -O - https://ftp.gnu.org/gnu/libidn/ 2>/dev/null | \
   21.12  	sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   21.13  }
   21.14  
    22.1 --- a/libmatchbox/receipt	Wed Jul 19 13:00:59 2023 +0000
    22.2 +++ b/libmatchbox/receipt	Thu Jul 20 09:05:42 2023 +0000
    22.3 @@ -18,7 +18,7 @@
    22.4  current_version()
    22.5  {
    22.6  	wget -O - https://git.yoctoproject.org/libmatchbox/ 2>/dev/null | \
    22.7 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/zip/!d;s|.*$PACKAGE-||;s|.zip.*||" | sort -Vr | sed q
    22.8 +	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q
    22.9  }
   22.10  
   22.11  # Rules to configure and make the package.
    23.1 --- a/lshw/receipt	Wed Jul 19 13:00:59 2023 +0000
    23.2 +++ b/lshw/receipt	Thu Jul 20 09:05:42 2023 +0000
    23.3 @@ -17,7 +17,7 @@
    23.4  current_version()
    23.5  {
    23.6  	wget -O - https://ezix.org/src/pkg/lshw/tags 2>/dev/null | \
    23.7 -	sed '/src\/tag/!d;s|.*">||;s|<.*||;q'
    23.8 +	sed '/src\/pkg/!d;/archive/!d;/tar/!d;s|.*lshw/archive/||;s|.tar.*||;q'
    23.9  }
   23.10  
   23.11  # Rules to configure and make the package.
    24.1 --- a/mariadb/receipt	Wed Jul 19 13:00:59 2023 +0000
    24.2 +++ b/mariadb/receipt	Thu Jul 20 09:05:42 2023 +0000
    24.3 @@ -24,8 +24,8 @@
    24.4  # What is the latest version available today?
    24.5  current_version()
    24.6  {
    24.7 -	wget -O - $WEB_SITE 2>/dev/null | \
    24.8 -	sed '/Latest M/!d;s|<a href|\n&|g' | sed '/rc/d;/rel=/!d;s|.*rel=||;s|\&.*||;q'
    24.9 +	wget -O - https://github.com/MariaDB/server/tags 2>/dev/null | \
   24.10 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
   24.11  }
   24.12  
   24.13  # Rules to configure and make the package.
    25.1 --- a/monkey/receipt	Wed Jul 19 13:00:59 2023 +0000
    25.2 +++ b/monkey/receipt	Thu Jul 20 09:05:42 2023 +0000
    25.3 @@ -16,8 +16,8 @@
    25.4  # What is the latest version available today?
    25.5  current_version()
    25.6  {
    25.7 -	wget -O - http://monkey-project.com/downloads/ 2>/dev/null | \
    25.8 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    25.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   25.10 +	sed '/releases/!d;s|.*monkey-||;s|.tar.*||;q'
   25.11  }
   25.12  
   25.13  # Rules to configure and make the package.
    26.1 --- a/mscore/receipt	Wed Jul 19 13:00:59 2023 +0000
    26.2 +++ b/mscore/receipt	Thu Jul 20 09:05:42 2023 +0000
    26.3 @@ -21,7 +21,7 @@
    26.4  {
    26.5  	wget -O - https://sourceforge.net/projects/mscore/files/mscore/ 2>/dev/null | \
    26.6  	sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \
    26.7 -	sed '/scope="row/!d;s|.*Score-||;s|\.[a-z]*/.*||;q'
    26.8 +	sed '/scope="row/!d;s|.*Score-||;s|\.[a-z]*/.*||;s|.[a-z].*||;q'
    26.9  }
   26.10  
   26.11  # Rules to configure and make the package.
    27.1 --- a/mtpaint/receipt	Wed Jul 19 13:00:59 2023 +0000
    27.2 +++ b/mtpaint/receipt	Thu Jul 20 09:05:42 2023 +0000
    27.3 @@ -20,7 +20,7 @@
    27.4  # What is the latest version available today?
    27.5  current_version()
    27.6  {
    27.7 -	wget -O - https://sourceforge.net/projects/mtpaint/download.html 2>/dev/null | \
    27.8 +	wget -O - https://mtpaint.sourceforge.net/download.html 2>/dev/null | \
    27.9  	sed '/HERE/!d;s|.*files.mtpaint.||;s|.">.*||'
   27.10  }
   27.11  
    28.1 --- a/net-snmp/receipt	Wed Jul 19 13:00:59 2023 +0000
    28.2 +++ b/net-snmp/receipt	Thu Jul 20 09:05:42 2023 +0000
    28.3 @@ -20,7 +20,7 @@
    28.4  {
    28.5  	wget -O - https://sourceforge.net/projects/net-snmp/files/net-snmp/ 2>/dev/null | \
    28.6  	sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \
    28.7 -	sed '/scope="row/!d;s|.*/net-snmp/||;s|/.*||;q'
    28.8 +	sed '/scope="row/!d;s|.*/net-snmp/||;s|/.*||;s|-[a-z].*||;q'
    28.9  }
   28.10  
   28.11  # Rules to configure and make the package.
    29.1 --- a/net6/receipt	Wed Jul 19 13:00:59 2023 +0000
    29.2 +++ b/net6/receipt	Thu Jul 20 09:05:42 2023 +0000
    29.3 @@ -17,8 +17,8 @@
    29.4  # What is the latest version available today?
    29.5  current_version()
    29.6  {
    29.7 -	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    29.8 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    29.9 +	wget -O - https://github.com/gobby/net6/releases 2>/dev/null | \
   29.10 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   29.11  }
   29.12  
   29.13  # Rules to configure and make the package.
    30.1 --- a/obby/receipt	Wed Jul 19 13:00:59 2023 +0000
    30.2 +++ b/obby/receipt	Thu Jul 20 09:05:42 2023 +0000
    30.3 @@ -20,8 +20,8 @@
    30.4  # What is the latest version available today?
    30.5  current_version()
    30.6  {
    30.7 -	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    30.8 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    30.9 +	wget -O - https://github.com/gobby/gobby/tags 2>/dev/null | \
   30.10 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   30.11  }
   30.12  
   30.13  # Rules to configure and make the package.
    31.1 --- a/oldrunner/receipt	Wed Jul 19 13:00:59 2023 +0000
    31.2 +++ b/oldrunner/receipt	Thu Jul 20 09:05:42 2023 +0000
    31.3 @@ -16,8 +16,8 @@
    31.4  # What is the latest version available today?
    31.5  current_version()
    31.6  {
    31.7 -	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    31.8 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    31.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   31.10 +	sed '/tar.gz/!d;s|.*oldrunner-||;s|.tar.*||;q'
   31.11  }
   31.12  
   31.13  # Rules to configure and make the package.
    32.1 --- a/pam/receipt	Wed Jul 19 13:00:59 2023 +0000
    32.2 +++ b/pam/receipt	Thu Jul 20 09:05:42 2023 +0000
    32.3 @@ -19,7 +19,7 @@
    32.4  current_version()
    32.5  {
    32.6  	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    32.7 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    32.8 +	sed "/latest/d;/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    32.9  }
   32.10  
   32.11  # Rules to configure and make the package.
    33.1 --- a/parted/receipt	Wed Jul 19 13:00:59 2023 +0000
    33.2 +++ b/parted/receipt	Thu Jul 20 09:05:42 2023 +0000
    33.3 @@ -17,10 +17,11 @@
    33.4  hfsprogs jfsutils util-linux lvm2 nilfs-utils ntfsprogs reiser4progs \
    33.5  reiserfsprogs xfsprogs"
    33.6  
    33.7 +# What is the latest version available today?
    33.8  current_version()
    33.9  {
   33.10 -	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   33.11 -	sed '/parted-/!d;s|.*parted-||;s|.tar.*||' | sed '$!d'
   33.12 +	wget -O - https://ftp.gnu.org/gnu/parted/ 2>/dev/null | \
   33.13 +	sed '/parted-/!d;s|.*parted-||;s|.tar.*||' | sort -Vr | sed q
   33.14  }
   33.15  
   33.16  # Rules to configure and make the package.
    34.1 --- a/pcsc-tools/receipt	Wed Jul 19 13:00:59 2023 +0000
    34.2 +++ b/pcsc-tools/receipt	Thu Jul 20 09:05:42 2023 +0000
    34.3 @@ -6,7 +6,7 @@
    34.4  SHORT_DESC="PC/SC Architecture smartcard tools."
    34.5  MAINTAINER="pankso@slitaz.org"
    34.6  LICENSE="GPL2"
    34.7 -WEB_SITE="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/"
    34.8 +WEB_SITE="https://pcsc-tools.apdu.fr/"
    34.9  
   34.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   34.11  WGET_URL="https://salsa.debian.org/rousseau/$PACKAGE/-/archive/$VERSION/$TARBALL"
   34.12 @@ -17,8 +17,8 @@
   34.13  # What is the latest version available today?
   34.14  current_version()
   34.15  {
   34.16 -	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
   34.17 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
   34.18 +	wget -O - $WEB_SITE 2>/dev/null | \
   34.19 +	sed '/pcsc-tools-/!d;s|.*pcsc-tools-||;s|.t.*||;q'
   34.20  }
   34.21  
   34.22  # Rules to configure and make the package.
    35.1 --- a/procmail/receipt	Wed Jul 19 13:00:59 2023 +0000
    35.2 +++ b/procmail/receipt	Thu Jul 20 09:05:42 2023 +0000
    35.3 @@ -14,8 +14,8 @@
    35.4  # What is the latest version available today?
    35.5  current_version()
    35.6  {
    35.7 -	wget -O - https://en.wikipedia.org/wiki/Procmail 2>/dev/null | \
    35.8 -	sed '/Final release/!d;s|.*release.*">||'
    35.9 +	wget -O - https://github.com/BuGlessRB/procmail/tags 2>/dev/null | \
   35.10 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   35.11  }
   35.12  
   35.13  # Rules to configure and make the package.
    36.1 --- a/pwsafe/receipt	Wed Jul 19 13:00:59 2023 +0000
    36.2 +++ b/pwsafe/receipt	Thu Jul 20 09:05:42 2023 +0000
    36.3 @@ -17,8 +17,8 @@
    36.4  # What is the latest version available today?
    36.5  current_version()
    36.6  {
    36.7 -	wget -O - https://github.com/nsd20463/pwsafe/releases 2>/dev/null | \
    36.8 -	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    36.9 +	wget -O - https://github.com/nsd20463/pwsafe/tags 2>/dev/null | \
   36.10 +	sed '/tag\//!d;s|.*tag/[a-z_]*||;s|".*||;s|_|.|g;q'
   36.11  }
   36.12  
   36.13  # Rules to configure and make the package.
    37.1 --- a/pypar2/receipt	Wed Jul 19 13:00:59 2023 +0000
    37.2 +++ b/pypar2/receipt	Thu Jul 20 09:05:42 2023 +0000
    37.3 @@ -17,7 +17,7 @@
    37.4  current_version()
    37.5  {
    37.6  	wget -O - https://tracker.debian.org/pkg/pypar2 2>/dev/null | \
    37.7 -	sed '/changelog-/!d;s|.*changelog-||;s|-.*||;q'
    37.8 +	sed '/Accepted/!d;s|.*pypar2 ||;s| .*||;q'
    37.9  }
   37.10  
   37.11  # Rules to configure and make the package.
    38.1 --- a/pyroom/receipt	Wed Jul 19 13:00:59 2023 +0000
    38.2 +++ b/pyroom/receipt	Thu Jul 20 09:05:42 2023 +0000
    38.3 @@ -16,8 +16,8 @@
    38.4  # What is the latest version available today?
    38.5  current_version()
    38.6  {
    38.7 -	wget -O - http://pyroom.org/ 2>/dev/null | \
    38.8 -	sed '/PyRoom [0-9]/!d;s|.*Room ||;s| released.*||;q'
    38.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   38.10 +	sed '/atest version/!d;s|.*is ||;q'
   38.11  }
   38.12  
   38.13  # Rules to configure and make the package.
    39.1 --- a/python-cffi/receipt	Wed Jul 19 13:00:59 2023 +0000
    39.2 +++ b/python-cffi/receipt	Thu Jul 20 09:05:42 2023 +0000
    39.3 @@ -20,7 +20,7 @@
    39.4  current_version()
    39.5  {
    39.6  	wget -O - $WEB_SITE 2>/dev/null | \
    39.7 -	sed '/html#v/!d;s|.*>v||;s|<.*||;q'
    39.8 +	sed '/cffi-/!d;/tar.gz/!d;s|.*cffi-||;s|.tar.*||;q'
    39.9  }
   39.10  
   39.11  # Rules to configure and make the package.
    40.1 --- a/python-mpd/receipt	Wed Jul 19 13:00:59 2023 +0000
    40.2 +++ b/python-mpd/receipt	Thu Jul 20 09:05:42 2023 +0000
    40.3 @@ -17,8 +17,8 @@
    40.4  # What is the latest version available today?
    40.5  current_version()
    40.6  {
    40.7 -	wget -O - https://pypi.org/project/$SOURCE/ 2>/dev/null | \
    40.8 -	sed "/$SOURCE-/!d;/tar/!d;s|.*$SOURCE-||;s|.tar.*||;q"
    40.9 +	wget -O - https://pypi.org/project/$PACKAGE/ 2>/dev/null | \
   40.10 +	sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||;q"
   40.11  }
   40.12  
   40.13  # Rules to configure and make the package.
    41.1 --- a/python-peak-rules/receipt	Wed Jul 19 13:00:59 2023 +0000
    41.2 +++ b/python-peak-rules/receipt	Thu Jul 20 09:05:42 2023 +0000
    41.3 @@ -6,6 +6,7 @@
    41.4  SHORT_DESC="Generic functions and business rules support systems"
    41.5  MAINTAINER="al.bobylev@gmail.com"
    41.6  LICENSE="ZPL2.1"
    41.7 +SOURCE="PEAK-Rules"
    41.8  WEB_SITE="https://pypi.python.org/pypi/PEAK-Rules"
    41.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   41.10  WGET_URL="http://peak.telecommunity.com/snapshots/PEAK-Rules-$VERSION.tar.gz"
   41.11 @@ -17,7 +18,7 @@
   41.12  current_version()
   41.13  {
   41.14  	wget -O - https://pypi.org/project/$SOURCE/ 2>/dev/null | \
   41.15 -	sed "/$SOURCE-/!d;/tar/!d;s|.*$SOURCE-||;s|.tar.*||;q"
   41.16 +	sed "/$SOURCE\/[0-9]/!d;s|.*$SOURCE/||;s|/.*||;q"
   41.17  }
   41.18  
   41.19  # Rules to configure and make the package.
    42.1 --- a/python-serial/receipt	Wed Jul 19 13:00:59 2023 +0000
    42.2 +++ b/python-serial/receipt	Thu Jul 20 09:05:42 2023 +0000
    42.3 @@ -21,7 +21,7 @@
    42.4  # What is the latest version available today?
    42.5  current_version()
    42.6  {
    42.7 -	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
    42.8 +	wget -O - $WEB_SITE 2>/dev/null | sed "/serial [0-9]/!d;s|.*serial ||;s|<.*||"
    42.9  }
   42.10  
   42.11  # Rules to configure and make the package.
    43.1 --- a/rrdtool-lite/receipt	Wed Jul 19 13:00:59 2023 +0000
    43.2 +++ b/rrdtool-lite/receipt	Thu Jul 20 09:05:42 2023 +0000
    43.3 @@ -21,8 +21,8 @@
    43.4  # What is the latest version available today?
    43.5  current_version()
    43.6  {
    43.7 -	wget -O - ${WGET_URL%/*} 2>/dev/null | \
    43.8 -	sed "/latest/d;/$SOURCE-/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    43.9 +	wget -O - https://github.com/oetiker/rrdtool-1.x/tags 2>/dev/null | \
   43.10 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   43.11  }
   43.12  
   43.13  # Rules to configure and make the package.
    44.1 --- a/rrdtool/receipt	Wed Jul 19 13:00:59 2023 +0000
    44.2 +++ b/rrdtool/receipt	Thu Jul 20 09:05:42 2023 +0000
    44.3 @@ -21,8 +21,8 @@
    44.4  # What is the latest version available today?
    44.5  current_version()
    44.6  {
    44.7 -	wget -O - ${WGET_URL%/*} 2>/dev/null | \
    44.8 -	sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    44.9 +	wget -O - https://github.com/oetiker/rrdtool-1.x/tags 2>/dev/null | \
   44.10 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   44.11  }
   44.12  
   44.13  # Rules to configure and make the package.
    45.1 --- a/ruby/receipt	Wed Jul 19 13:00:59 2023 +0000
    45.2 +++ b/ruby/receipt	Thu Jul 20 09:05:42 2023 +0000
    45.3 @@ -24,7 +24,7 @@
    45.4  current_version()
    45.5  {
    45.6  	wget -O - $WEB_SITE/en/ 2>/dev/null | \
    45.7 -	sed '/eleased/!d;s|.*Ruby ||;s| .*||;q'
    45.8 +	sed '/Released/!d;/preview/d;s|.*Ruby ||;s| .*||;q'
    45.9  }
   45.10  
   45.11  # Handle cross compilation.
    46.1 --- a/sed/receipt	Wed Jul 19 13:00:59 2023 +0000
    46.2 +++ b/sed/receipt	Thu Jul 20 09:05:42 2023 +0000
    46.3 @@ -18,7 +18,7 @@
    46.4  # What is the latest version available today?
    46.5  current_version()
    46.6  {
    46.7 -	wget -O - ${WGET_URL%/*} 2>/dev/null | \
    46.8 +	wget -O - https://ftp.gnu.org/gnu/sed/ 2>/dev/null | \
    46.9  	sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   46.10  }
   46.11  
    47.1 --- a/sgmixer/receipt	Wed Jul 19 13:00:59 2023 +0000
    47.2 +++ b/sgmixer/receipt	Thu Jul 20 09:05:42 2023 +0000
    47.3 @@ -17,8 +17,8 @@
    47.4  # What is the latest version available today?
    47.5  current_version()
    47.6  {
    47.7 -	wget -O - ${WGET_URL%/*}/ 2>/dev/null | sed 's|<LI>|\n&|g' | \
    47.8 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    47.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   47.10 +	sed '/sgmixer-/!d;s|.*xer-||;q'
   47.11  }
   47.12  
   47.13  # Rules to configure and make the package.
    48.1 --- a/squid/receipt	Wed Jul 19 13:00:59 2023 +0000
    48.2 +++ b/squid/receipt	Thu Jul 20 09:05:42 2023 +0000
    48.3 @@ -18,10 +18,11 @@
    48.4  
    48.5  CONFIG_FILES="/etc/squid"
    48.6  
    48.7 +# What is the latest version available today?
    48.8  current_version()
    48.9  {
   48.10 -	wget -O - $WEB_SITE/Versions 2>/dev/null | \
   48.11 -	sed '1,/suitable for production use/d;/href/!d;s|.*[0-9]/">||;s|href.*||;s|.*[0-9]</td><td>||;s|<.*||;q'
   48.12 +	wget -O - https://github.com/squid-cache/squid/tags 2>/dev/null | \
   48.13 +	sed '/tag\//!d;s|.*tag/[A-Z_]*||;s|".*||;s|_|.|g;q'
   48.14  }
   48.15  
   48.16  # Rules to configure and make the package.
    49.1 --- a/stunnel/receipt	Wed Jul 19 13:00:59 2023 +0000
    49.2 +++ b/stunnel/receipt	Thu Jul 20 09:05:42 2023 +0000
    49.3 @@ -19,8 +19,8 @@
    49.4  # What is the latest version available today?
    49.5  current_version()
    49.6  {
    49.7 -	wget -O - ${WGET_URL%/*}.html 2>/dev/null | \
    49.8 -	sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    49.9 +	wget -O - https://www.stunnel.org/downloads.html 2>/dev/null | \
   49.10 +	sed '/stunnel-/!d;/tar/!d;/latest/d;s|.*stunnel-||;s|.tar.*||;q'
   49.11  }
   49.12  
   49.13  # Rules to configure and make the package.
    50.1 --- a/sudo-pam/receipt	Wed Jul 19 13:00:59 2023 +0000
    50.2 +++ b/sudo-pam/receipt	Thu Jul 20 09:05:42 2023 +0000
    50.3 @@ -16,10 +16,11 @@
    50.4  DEPENDS="pam"
    50.5  BUILD_DEPENDS="pam-dev"
    50.6  
    50.7 +# What is the latest version available today?
    50.8  current_version()
    50.9  {
   50.10  	wget -O - $WEB_SITE 2>/dev/null | \
   50.11 -	grep -A 1 'The current' | sed '/>sudo/!d;s|.*>sudo *||;s|<.*||;q'
   50.12 +	grep -C 9 'The current' | sed '/>sudo/!d;s|.*>sudo *||;s|<.*||;q'
   50.13  }
   50.14  
   50.15  # Rules to configure and make the package.
    51.1 --- a/sudo/receipt	Wed Jul 19 13:00:59 2023 +0000
    51.2 +++ b/sudo/receipt	Thu Jul 20 09:05:42 2023 +0000
    51.3 @@ -17,7 +17,7 @@
    51.4  current_version()
    51.5  {
    51.6  	wget -O - $WEB_SITE 2>/dev/null | \
    51.7 -	grep -A 1 'The current' | sed '/>sudo/!d;s|.*>sudo *||;s|<.*||;q'
    51.8 +	grep -C 9 'The current' | sed '/>sudo/!d;s|.*>sudo *||;s|<.*||;q'
    51.9  }
   51.10  
   51.11  # Rules to configure and make the package.
    52.1 --- a/supertux/receipt	Wed Jul 19 13:00:59 2023 +0000
    52.2 +++ b/supertux/receipt	Thu Jul 20 09:05:42 2023 +0000
    52.3 @@ -19,8 +19,8 @@
    52.4  # What is the latest version available today?
    52.5  current_version()
    52.6  {
    52.7 -	wget -O - http://supertux.github.io/index.html 2>/dev/null | \
    52.8 -	sed '/SuperTux [0-9]/!d;s|.*SuperTux ||;s|<.*||;q'
    52.9 +	wget -O - https://github.com/SuperTux/supertux/releases 2>/dev/null | \
   52.10 +	sed '/tag\//!d;s|.*tag/[A-Za-z ]*||;s|".*||;q'
   52.11  }
   52.12  
   52.13  # Rules to configure and make the package.
    53.1 --- a/tcpreplay/receipt	Wed Jul 19 13:00:59 2023 +0000
    53.2 +++ b/tcpreplay/receipt	Thu Jul 20 09:05:42 2023 +0000
    53.3 @@ -18,7 +18,7 @@
    53.4  {
    53.5  	wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \
    53.6  	sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \
    53.7 -	sed 's| |\n|g' | sed '/^"tcpreplay\//!d;s|^"|https://sourceforge.net/projects/tcpreplay/files/|;s|",||;q' | xargs wget -O - 2>/dev/null | \
    53.8 +	sed '/th scope="row/!d;s|.*a href="|https://sourceforge.net/|;s|".*||;q'  | xargs wget -O - 2>/dev/null | \
    53.9  	sed '/tcpreplay-/!d;/asc/!d;s|.*tcpreplay-||;s|.[zt].*||;s|_|.|g;q' 
   53.10  }
   53.11  
    54.1 --- a/transcode/receipt	Wed Jul 19 13:00:59 2023 +0000
    54.2 +++ b/transcode/receipt	Thu Jul 20 09:05:42 2023 +0000
    54.3 @@ -18,7 +18,7 @@
    54.4  # What is the latest version available today?
    54.5  current_version()
    54.6  {
    54.7 -	wget -O - https://sources.archlinux.org/other/community/transcode/ 2>/dev/null | \
    54.8 +	wget -O - ${WGET_URL%/*} 2>/dev/null | \
    54.9  	sed '/transcode-/!d;s|.*transcode-||;s|.tar.*||'
   54.10  }
   54.11  
    55.1 --- a/uget/receipt	Wed Jul 19 13:00:59 2023 +0000
    55.2 +++ b/uget/receipt	Thu Jul 20 09:05:42 2023 +0000
    55.3 @@ -18,8 +18,9 @@
    55.4  # What is the latest version available today?
    55.5  current_version()
    55.6  {
    55.7 -	wget --no-check-certificate -O - ${WEB_SITE}downloads/ 2>/dev/null | \
    55.8 -	sed '/Latest Stable/!d;s|.*sion: ||;s|<.*||'
    55.9 +	wget -O - https://sourceforge.net/projects/urlget/files/uget%20%28stable%29/ 2>/dev/null | \
   55.10 +	sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \
   55.11 +	sed '/scope="row/!d;/tar/!d;s|.*/uget-||;s|.tar.*||;q'
   55.12  }
   55.13  
   55.14  # Rules to configure and make the package.
    56.1 --- a/ussp-push/receipt	Wed Jul 19 13:00:59 2023 +0000
    56.2 +++ b/ussp-push/receipt	Thu Jul 20 09:05:42 2023 +0000
    56.3 @@ -17,7 +17,7 @@
    56.4  # What is the latest version available today?
    56.5  current_version()
    56.6  {
    56.7 -	wget -O - http://xmailserver.org/ussp-push.html 2>/dev/null | \
    56.8 +	wget -O - $WEB_SITE 2>/dev/null | \
    56.9  	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
   56.10  }
   56.11  
    57.1 --- a/vym/receipt	Wed Jul 19 13:00:59 2023 +0000
    57.2 +++ b/vym/receipt	Thu Jul 20 09:05:42 2023 +0000
    57.3 @@ -18,7 +18,7 @@
    57.4  {
    57.5  	wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \
    57.6  	sed '/Development/d;/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \
    57.7 -	sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;q"
    57.8 +	sed "/$PACKAGE-/!d;s|.*$PACKAGE-||;s|\.[a-z].*||;q"
    57.9  }
   57.10  
   57.11  # Rules to configure and make the package.
    58.1 --- a/wqy-bitmapfont/receipt	Wed Jul 19 13:00:59 2023 +0000
    58.2 +++ b/wqy-bitmapfont/receipt	Thu Jul 20 09:05:42 2023 +0000
    58.3 @@ -16,7 +16,7 @@
    58.4  {
    58.5  	wget -O - https://sourceforge.net/projects/wqy/files/ 2>/dev/null | \
    58.6  	sed '/scope="row/!d;/wqy-bitmapfont\//!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \
    58.7 -	sed 's| |\n|g' | sed '/http/!d;/download/!d;s|^"||;s|/download",|/|;q' | xargs wget -O - 2>/dev/null | \
    58.8 +	sed 's|,|\n|g' | sed '/http/!d;/download/!d;s|.*:"||;s|/download"|/|;q' | xargs wget -O - 2>/dev/null | \
    58.9  	sed '/tar/!d;/-pcf-/!d;s|.*pcf-||;s|.tar.*||;q'
   58.10  }
   58.11  
    59.1 --- a/wqy-microhei/receipt	Wed Jul 19 13:00:59 2023 +0000
    59.2 +++ b/wqy-microhei/receipt	Thu Jul 20 09:05:42 2023 +0000
    59.3 @@ -17,7 +17,7 @@
    59.4  {
    59.5  	wget -O - https://sourceforge.net/projects/wqy/files/ 2>/dev/null | \
    59.6  	sed '/scope="row/!d;/wqy-microhei\//!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \
    59.7 -	sed 's| |\n|g' | sed '/http/!d;/download/!d;s|^"||;s|/download",|/|;q' | xargs wget -O - 2>/dev/null | \
    59.8 +	sed 's|,|\n|g' | sed '/http/!d;/download/!d;s|.*:"||;s|/download"|/|;q' | xargs wget -O - 2>/dev/null | \
    59.9  	sed '/tar/!d;/wqy-microhei/!d;s|.*wqy-microhei-||;s|.tar.*||;q'
   59.10  }
   59.11  
    60.1 --- a/wv/receipt	Wed Jul 19 13:00:59 2023 +0000
    60.2 +++ b/wv/receipt	Thu Jul 20 09:05:42 2023 +0000
    60.3 @@ -16,7 +16,7 @@
    60.4  # What is the latest version available today?
    60.5  current_version()
    60.6  {
    60.7 -	wget -O - http://www.abisource.com/downloads/wv/ 2>/dev/null | \
    60.8 +	wget -O - ${WGET_URL%wv/*}wv/ 2>/dev/null | \
    60.9  	sed '/\[DIR/!d;/arent/d;s|.*ref="||;s|/.*||' | sort -Vr | sed q
   60.10  }
   60.11  
    61.1 --- a/wxHexEditor/receipt	Wed Jul 19 13:00:59 2023 +0000
    61.2 +++ b/wxHexEditor/receipt	Thu Jul 20 09:05:42 2023 +0000
    61.3 @@ -20,7 +20,7 @@
    61.4  {
    61.5  	wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \
    61.6  	sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \
    61.7 -	sed 's| |\n|g' | sed '/http/!d;/download/!d;s|^"||;s|/download",||;q' | xargs wget -O - 2>/dev/null | \
    61.8 +	sed 's|,|\n|g' | sed '/http/!d;/download/!d;s|.*:"||;s|/download"|/|;q' | xargs wget -O - 2>/dev/null | \
    61.9  	sed '/src.tar..z/!d;s|.*wxHexEditor-v||;s|-src.*||;q'
   61.10  }
   61.11  
    62.1 --- a/xarchive/receipt	Wed Jul 19 13:00:59 2023 +0000
    62.2 +++ b/xarchive/receipt	Thu Jul 20 09:05:42 2023 +0000
    62.3 @@ -20,7 +20,7 @@
    62.4  {
    62.5  	wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \
    62.6  	sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \
    62.7 -	sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;q"
    62.8 +	sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-[a-z-]*\\(.*\\).tar.*|\\1|;s|-i.*||;q"
    62.9  }
   62.10  
   62.11  # Rules to configure and make the package.ls sr