wok rev 24614

Update some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 06 21:04:14 2022 +0000 (2022-03-06)
parents 089bb2dd630f
children 26cb224c35b6
files abiword/receipt babl/receipt cairo-clock/receipt cddetect/receipt chkexploit/receipt chkrootkit/receipt dhid/receipt dialog/receipt erlang/receipt eudev/receipt fdupes/receipt figlet/receipt flac/receipt freeradius/receipt gegl/receipt ghex/receipt giac/receipt gimp/receipt git-gui/receipt gvim/receipt hfsutils/receipt hylafax/receipt iptraf/receipt javascript-boulderdash/receipt libogg/receipt libsdl-perl/receipt libupnp/receipt libvorbis/receipt libwrap/receipt libxml2/receipt lshw/receipt luafilesystem/receipt magicpoint/receipt mesa-demos/receipt mesa/receipt mesa7/receipt mindi/receipt mondo/receipt mp3info/receipt mpd/receipt mtr/receipt mutt/receipt mysql/receipt ncftp/receipt openconnect/receipt openldap/receipt openvpn/receipt opus-tools/receipt opus/receipt opusfile/receipt proftpd-tls/receipt proftpd/receipt snapper/receipt speakup-utils/receipt syslinux/stuff/iso2exe/iso2exe.sh tacacs+/receipt tree/receipt tzdata/receipt vanessa_adt/receipt vanessa_logger/receipt vorbis-tools/receipt xcursor-comix/receipt
line diff
     1.1 --- a/abiword/receipt	Sun Mar 06 17:15:50 2022 +0100
     1.2 +++ b/abiword/receipt	Sun Mar 06 21:04:14 2022 +0000
     1.3 @@ -24,10 +24,11 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - http://www.abisource.com/downloads/abiword/$( \ 
     1.8  	wget -O - http://www.abisource.com/downloads/abiword/ 2>/dev/null | \
     1.9 -	sed "/latest/d;/\[DIR/!d;s|.*href=.\\([0-9\.]*\\)/.*|\\1|" | sort -Vr | sed q)/source/ 2>/dev/null | \
    1.10 +	sed "/latest/d;/\[DIR/!d;s|.*href=.\\([0-9\.]*\\)/.*|http://www.abisource.com/downloads/abiword/\\1/source/|" | sort -Vr | sed q > /tmp/url$$
    1.11 +	cat /tmp/url$$ | xargs wget -O - 2>/dev/null | \
    1.12  	sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    1.13 +	rm -f /tmp/url$$
    1.14  }
    1.15  
    1.16  # Rules to configure and make the package.
     2.1 --- a/babl/receipt	Sun Mar 06 17:15:50 2022 +0100
     2.2 +++ b/babl/receipt	Sun Mar 06 21:04:14 2022 +0000
     2.3 @@ -19,10 +19,11 @@
     2.4  # What is the latest version available today?
     2.5  current_version()
     2.6  {
     2.7 -	wget -O - https://download.gimp.org/pub/$PACKAGE/$( \ 
     2.8  	wget -O - https://download.gimp.org/pub/$PACKAGE/ 2>/dev/null | \
     2.9 -	sed "/latest/d;/\[DIR/!d;s|.*href=.\\(.*\\)/.*\".*|\\1|" | sort -Vr | sed q) 2>/dev/null | \
    2.10 +	sed "/latest/d;/\[DIR/!d;s|.*href=.\\(.*\\)/.*\".*|https://download.gimp.org/pub/$PACKAGE/\\1|" | sort -Vr | sed q > /tmp/url$$
    2.11 +	cat /tmp/url$$ | xargs wget -O - 2>/dev/null | \
    2.12  	sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    2.13 +	rm -f /tmp/url$$
    2.14  }
    2.15  
    2.16  # Rules to configure and make the package.
     3.1 --- a/cairo-clock/receipt	Sun Mar 06 17:15:50 2022 +0100
     3.2 +++ b/cairo-clock/receipt	Sun Mar 06 21:04:14 2022 +0000
     3.3 @@ -19,7 +19,7 @@
     3.4  current_version()
     3.5  {
     3.6  	wget -O - ${WGET_URL%/*} 2>/dev/null | \
     3.7 -	sed "/${PACKAGE}_/!d;/orig/!d;s|.*${PACKAGE}_\\(.*\\).tar.*\".*|\\1|;q"
     3.8 +	sed "/${PACKAGE}_/!d;/orig/!d;s|.*${PACKAGE}_\\(.*\\).orig.tar.*\".*|\\1|;q"
     3.9  }
    3.10  
    3.11  # Rules to configure and make the package.
     4.1 --- a/cddetect/receipt	Sun Mar 06 17:15:50 2022 +0100
     4.2 +++ b/cddetect/receipt	Sun Mar 06 21:04:14 2022 +0000
     4.3 @@ -14,8 +14,8 @@
     4.4  # What is the latest version available today?
     4.5  current_version()
     4.6  {
     4.7 -	wget -O - $WEB_SITE 2>/dev/null | \
     4.8 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
     4.9 +	wget -O - http://www.bellut.net/projects.html 2>/dev/null | \
    4.10 +	sed '/cddetect-[0-9]/!d;s|.*cddetect-||;s|.t.*||;q'
    4.11  }
    4.12  
    4.13  # Rules to configure and make the package.
     5.1 --- a/chkexploit/receipt	Sun Mar 06 17:15:50 2022 +0100
     5.2 +++ b/chkexploit/receipt	Sun Mar 06 21:04:14 2022 +0000
     5.3 @@ -13,7 +13,7 @@
     5.4  # What is the latest version available today?
     5.5  current_version()
     5.6  {
     5.7 -	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
     5.8 +	wget -O - http://ftp.pangeia.com.br/download.htm 2>/dev/null | \
     5.9  	sed '/chkexploit-/!d;/tar/!d;s|.*chkexploit-||;s|.tar.*||' | sort -Vr | sed q
    5.10  }
    5.11  
     6.1 --- a/chkrootkit/receipt	Sun Mar 06 17:15:50 2022 +0100
     6.2 +++ b/chkrootkit/receipt	Sun Mar 06 21:04:14 2022 +0000
     6.3 @@ -13,8 +13,8 @@
     6.4  # What is the latest version available today?
     6.5  current_version()
     6.6  {
     6.7 -	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
     6.8 -	sed '/chkrootkit-/!d;/tar/!d;s|.*chkrootkit-||;s|.tar.*||' | sort -Vr | sed q
     6.9 +	wget -O - http://www.chkrootkit.org/README 2>/dev/null | \
    6.10 +	sed '/- Version/!d; s|.*Version ||;s|[ ,].*||' | tail -n1
    6.11  }
    6.12  
    6.13  # Rules to configure and make the package.
     7.1 --- a/dhid/receipt	Sun Mar 06 17:15:50 2022 +0100
     7.2 +++ b/dhid/receipt	Sun Mar 06 21:04:14 2022 +0000
     7.3 @@ -18,8 +18,8 @@
     7.4  # What is the latest version available today?
     7.5  current_version()
     7.6  {
     7.7 -	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
     7.8 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
     7.9 +	wget -O - 'http://dhis.org/WebEngine.ipo?context=dhis.website.downloads' 2>/dev/null | \
    7.10 +	sed '/dhid-[0-9]/!d;s|.*dhid-||;s|<.*||;q'
    7.11  }
    7.12  
    7.13  # Handle cross comilation
     8.1 --- a/dialog/receipt	Sun Mar 06 17:15:50 2022 +0100
     8.2 +++ b/dialog/receipt	Sun Mar 06 21:04:14 2022 +0000
     8.3 @@ -16,10 +16,11 @@
     8.4  
     8.5  HOST_ARCH="i486 arm"
     8.6  
     8.7 +# What is the latest version available today?
     8.8  current_version()
     8.9  {
    8.10 -	wget -O - ftp://ftp.invisible-island.net/dialog/ 2>/dev/null | \
    8.11 -	sed '/gz"/!d;s|.*dialog-||;s|.tgz.*||;s|-|_|' | sed '$!d'
    8.12 +	wget -O - ${WGET_URL%/*} 2>/dev/null | \
    8.13 +	sed '/dialog-/!d;/gz"/!d;s|.*dialog-||;s|.t.*||;s|-|_|' | sort -Vr | sed q
    8.14  }
    8.15  
    8.16  # Rules to configure and make the package.
     9.1 --- a/erlang/receipt	Sun Mar 06 17:15:50 2022 +0100
     9.2 +++ b/erlang/receipt	Sun Mar 06 21:04:14 2022 +0000
     9.3 @@ -16,10 +16,11 @@
     9.4  BUILD_DEPENDS="autoconf gcc+gcj icedtea6-jdk libxslt ncurses-dev 
     9.5  	openssl-dev perl unixODBC-dev wxWidgets-dev"
     9.6  
     9.7 +# What is the latest version available today?
     9.8  current_version()
     9.9  {
    9.10 -	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    9.11 -	sed '/otp_src_[0-9]/!d;/tar/!d;/-rc/d;s|.*otp_src_\(.*\).tar.*".*|\1|' | sort -Vr | sed q
    9.12 +	wget -O - https://github.com/erlang/otp/releases 2>/dev/null | \
    9.13 +	sed '/archive.*tar/!d;s|.*/[A-Za-z-]*\(.*\).tar.*|\1|;q'
    9.14  }
    9.15  
    9.16  # Rules to configure and make the package.
    10.1 --- a/eudev/receipt	Sun Mar 06 17:15:50 2022 +0100
    10.2 +++ b/eudev/receipt	Sun Mar 06 21:04:14 2022 +0000
    10.3 @@ -16,10 +16,11 @@
    10.4  BUILD_DEPENDS="acl-dev automake dbus-dev gperf kmod-dev libtool libxslt
    10.5  	pcre-dev pkg-config util-linux-blkid-dev util-linux-uuid-dev"
    10.6  
    10.7 +# What is the latest version available today?
    10.8  current_version()
    10.9  {
   10.10 -	wget -O - ${WGET_URL%/*} 2>/dev/null | \
   10.11 -	sed '/tar.gz</!d;s|.*HREF=eudev-||;s|.tar.gz.*||' | sort -Vr | sed q
   10.12 +	wget -O - https://github.com/eudev-project/eudev/releases 2>/dev/null | \
   10.13 +	sed '/archive.*tar/!d;s|.*/[A-Za-z-]*\(.*\).tar.*|\1|;q'
   10.14  }
   10.15  
   10.16  # Rules to configure and make the package.
    11.1 --- a/fdupes/receipt	Sun Mar 06 17:15:50 2022 +0100
    11.2 +++ b/fdupes/receipt	Sun Mar 06 21:04:14 2022 +0000
    11.3 @@ -14,9 +14,10 @@
    11.4  DEPENDS="ncursesw pcre2"
    11.5  BUILD_DEPENDS="automake ncurses-dev pcre2-dev"
    11.6  
    11.7 +# What is the latest version available today?
    11.8  current_version()
    11.9  {
   11.10 -	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   11.11 +	wget -O - https://github.com/adrianlopezroche/fdupes/releases 2>/dev/null | \
   11.12  	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   11.13  }
   11.14  
    12.1 --- a/figlet/receipt	Sun Mar 06 17:15:50 2022 +0100
    12.2 +++ b/figlet/receipt	Sun Mar 06 21:04:14 2022 +0000
    12.3 @@ -13,8 +13,8 @@
    12.4  # What is the latest version available today?
    12.5  current_version()
    12.6  {
    12.7 -	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    12.8 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    12.9 +	wget -O - https://github.com/cmatsuoka/figlet/tags 2>/dev/null | \
   12.10 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   12.11  }
   12.12  
   12.13  # Rules to configure and make the package.
    13.1 --- a/flac/receipt	Sun Mar 06 17:15:50 2022 +0100
    13.2 +++ b/flac/receipt	Sun Mar 06 21:04:14 2022 +0000
    13.3 @@ -20,7 +20,7 @@
    13.4  # What is the latest version available today?
    13.5  current_version()
    13.6  {
    13.7 -	wget -O - ftp://ftp.osuosl.org/pub/xiph/releases/flac/ 2>/dev/null | \
    13.8 +	wget -O - https://ftp.osuosl.org/pub/xiph/releases/flac/ 2>/dev/null | \
    13.9  	sed '/flac-/!d;/zip/d;s|.*flac-||;s|.tar.*||' | sort -Vr | sed q
   13.10  }
   13.11  
    14.1 --- a/freeradius/receipt	Sun Mar 06 17:15:50 2022 +0100
    14.2 +++ b/freeradius/receipt	Sun Mar 06 21:04:14 2022 +0000
    14.3 @@ -23,8 +23,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;/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    14.9 +	wget -O - https://github.com/FreeRADIUS/freeradius-server/releases 2>/dev/null | \
   14.10 +	sed '/archive.*tar/!d;s|.*/[a-z_]*\(.*\).tar.*|\1|;s|_|.|g;q'	
   14.11  }
   14.12  
   14.13  # Rules to configure and make the package.
    15.1 --- a/gegl/receipt	Sun Mar 06 17:15:50 2022 +0100
    15.2 +++ b/gegl/receipt	Sun Mar 06 21:04:14 2022 +0000
    15.3 @@ -18,10 +18,11 @@
    15.4  # What is the latest version available today?
    15.5  current_version()
    15.6  {
    15.7 -	wget -O - https://download.gimp.org/pub/$PACKAGE/$( \ 
    15.8  	wget -O - https://download.gimp.org/pub/$PACKAGE/ 2>/dev/null | \
    15.9 -	sed "/latest/d;/\[DIR/!d;s|.*href=.\\(.*\\)/.*\".*|\\1|" | sort -Vr | sed q) 2>/dev/null | \
   15.10 +	sed "/latest/d;/\[DIR/!d;s|.*href=.\\(.*\\)/.*\".*|https://download.gimp.org/pub/$PACKAGE/\\1/|" | sort -Vr | sed q > /tmp/url$$
   15.11 +	cat /tmp/url$$ | xargs wget -O - 2>/dev/null | \
   15.12  	sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   15.13 +	rm -f /tmp/url$$
   15.14  }
   15.15  
   15.16  # Rules to configure and make the package.
    16.1 --- a/ghex/receipt	Sun Mar 06 17:15:50 2022 +0100
    16.2 +++ b/ghex/receipt	Sun Mar 06 21:04:14 2022 +0000
    16.3 @@ -20,8 +20,8 @@
    16.4  # What is the latest version available today?
    16.5  current_version()
    16.6  {
    16.7 -	wget -O - $WEB_SITE 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 - https://gitlab.gnome.org/GNOME/ghex/-/tags 2>/dev/null | \
   16.10 +	sed '/item-title/!d;/alpha/d;/beta/d;/rc/d;s|.*">||;s|<.*||;q'
   16.11  }
   16.12  
   16.13  # Rules to configure and make the package.
    17.1 --- a/giac/receipt	Sun Mar 06 17:15:50 2022 +0100
    17.2 +++ b/giac/receipt	Sun Mar 06 21:04:14 2022 +0000
    17.3 @@ -21,7 +21,7 @@
    17.4  current_version()
    17.5  {
    17.6  	wget -O - ${WGET_URL%/*} 2>/dev/null | \
    17.7 -	sed "/latest/d;/${PACKAGE}_/!d;/tar/!d;s|.*${PACKAGE}_\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    17.8 +	sed "/latest/d;/${PACKAGE}_/!d;/tar/!d;s|.*${PACKAGE}_\\(.*\\).tar.*\".*|\\1|;s|-|.|g" | sort -Vr | sed q
    17.9  }
   17.10  
   17.11  # Rules to configure and make the package.
    18.1 --- a/gimp/receipt	Sun Mar 06 17:15:50 2022 +0100
    18.2 +++ b/gimp/receipt	Sun Mar 06 21:04:14 2022 +0000
    18.3 @@ -21,10 +21,11 @@
    18.4  # What is the latest version available today?
    18.5  current_version()
    18.6  {
    18.7 -	wget -O - https://download.gimp.org/pub/$PACKAGE/$( \ 
    18.8  	wget -O - https://download.gimp.org/pub/$PACKAGE/ 2>/dev/null | \
    18.9 -	sed "/latest/d;/\[DIR/!d;/v[0-9]/!d;s|.*href=.\\(.*\\)/.*\".*|\\1|" | sort -Vr | sed q) 2>/dev/null | \
   18.10 +	sed "/latest/d;/\[DIR/!d;/v[0-9]/!d;s|.*href=.\\(.*\\)/.*\".*|https://download.gimp.org/pub/$PACKAGE/\\1|" | sort -Vr | sed q > /tmp/url$$
   18.11 +	cat /tmp/url$$ | xargs wget -O - 2>/dev/null | \
   18.12  	sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   18.13 +	rm -f /tmp/url$$
   18.14  }
   18.15  
   18.16  # Rules to configure and make the package.
    19.1 --- a/git-gui/receipt	Sun Mar 06 17:15:50 2022 +0100
    19.2 +++ b/git-gui/receipt	Sun Mar 06 21:04:14 2022 +0000
    19.3 @@ -1,4 +1,5 @@
    19.4  # SliTaz package receipt.
    19.5 +
    19.6  PACKAGE="git-gui"
    19.7  VERSION="0.21.0"
    19.8  CATEGORY="development"
    19.9 @@ -17,7 +18,7 @@
   19.10  # What is the latest version available today?
   19.11  current_version()
   19.12  {
   19.13 -	wget -O - $WEB_SITE/shortlog 2>/dev/null | \
   19.14 +	wget -O - https://repo.or.cz/git-gui.git/shortlog 2>/dev/null | \
   19.15  	sed '/<td title=/!d;s|.*<i>||;s|</.*||;s|-||g;q'
   19.16  }
   19.17  
    20.1 --- a/gvim/receipt	Sun Mar 06 17:15:50 2022 +0100
    20.2 +++ b/gvim/receipt	Sun Mar 06 21:04:14 2022 +0000
    20.3 @@ -11,7 +11,7 @@
    20.4  
    20.5  SOURCE="vim"
    20.6  TARBALL="$SOURCE-$VERSION.tar.bz2"
    20.7 -WGET_URL="ftp://ftp.vim.org/pub/vim/unix/$TARBALL"
    20.8 +WGET_URL="https://ftp.nluug.nl/pub/vim/unix/$TARBALL"
    20.9  
   20.10  PROVIDES="xxd"
   20.11  DEPENDS="gtk+ ncurses xorg-libXau xorg-libXdmcp xorg-libXt"
    21.1 --- a/hfsutils/receipt	Sun Mar 06 17:15:50 2022 +0100
    21.2 +++ b/hfsutils/receipt	Sun Mar 06 21:04:14 2022 +0000
    21.3 @@ -13,8 +13,8 @@
    21.4  # What is the latest version available today?
    21.5  current_version()
    21.6  {
    21.7 -	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    21.8 -	sed '/hfsutils-[0-9]/!d;/tar/!d;s|.*hfsutils-||;s|.tar.*||;q'
    21.9 +	wget -O - ${WEB_SITE}version.html 2>/dev/null | \
   21.10 +	sed '/has been released/!d;s| has.*||;s|^[ \t]*||;q'
   21.11  }
   21.12  
   21.13  # Rules to configure and make the package.
    22.1 --- a/hylafax/receipt	Sun Mar 06 17:15:50 2022 +0100
    22.2 +++ b/hylafax/receipt	Sun Mar 06 21:04:14 2022 +0000
    22.3 @@ -17,8 +17,8 @@
    22.4  # What is the latest version available today?
    22.5  current_version()
    22.6  {
    22.7 -	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    22.8 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    22.9 +	wget -O - http://git.hylafax.org/HylaFAX 2>/dev/null | \
   22.10 +	sed '/>log</!d;/HYLAFAX/!d;s|.*HYLAFAX-||;s|".*||;s|_|.|g;q'
   22.11  }
   22.12  
   22.13  # Rules to configure and make the package.
    23.1 --- a/iptraf/receipt	Sun Mar 06 17:15:50 2022 +0100
    23.2 +++ b/iptraf/receipt	Sun Mar 06 21:04:14 2022 +0000
    23.3 @@ -18,7 +18,7 @@
    23.4  current_version()
    23.5  {
    23.6  	wget -O - http://iptraf.seul.org/download.html 2>/dev/null | \
    23.7 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    23.8 +	sed "/bin/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    23.9  }
   23.10  
   23.11  # Rules to configure and make the package.
    24.1 --- a/javascript-boulderdash/receipt	Sun Mar 06 17:15:50 2022 +0100
    24.2 +++ b/javascript-boulderdash/receipt	Sun Mar 06 21:04:14 2022 +0000
    24.3 @@ -15,7 +15,7 @@
    24.4  current_version()
    24.5  {
    24.6  	wget -O - https://github.com/jakesgordon/javascript-boulderdash/commits/master 2>/dev/null | \
    24.7 -	sed '/commits_list_item/!d;s|.*commits/\(.......\).*|\1|;q'
    24.8 +	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y -d
    24.9  }
   24.10  
   24.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    25.1 --- a/libogg/receipt	Sun Mar 06 17:15:50 2022 +0100
    25.2 +++ b/libogg/receipt	Sun Mar 06 21:04:14 2022 +0000
    25.3 @@ -18,7 +18,7 @@
    25.4  # What is the latest version available today?
    25.5  current_version()
    25.6  {
    25.7 -	wget -O - ftp://ftp.osuosl.org/pub/xiph/releases/ogg/ 2>/dev/null | \
    25.8 +	wget -O - https://ftp.osuosl.org/pub/xiph/releases/ogg/ 2>/dev/null | \
    25.9  	sed '/libogg-/!d;/zip/d;s|.*libogg-||;s|.tar.*||' | sort -Vr | sed q
   25.10  }
   25.11  
    26.1 --- a/libsdl-perl/receipt	Sun Mar 06 17:15:50 2022 +0100
    26.2 +++ b/libsdl-perl/receipt	Sun Mar 06 21:04:14 2022 +0000
    26.3 @@ -21,7 +21,7 @@
    26.4  current_version()
    26.5  {
    26.6  	wget -O - ${WGET_URL%/*} 2>/dev/null | \
    26.7 -	sed '/SDL_Perl/!d;/tar/!d;s|.*l-v*||;s|.tar.*||' | sort -Vr | sed q
    26.8 +	sed '/SDL_Perl/!d;/tar/!d;s|.*l-v*||;s|.tar.*||;s|_|.|g' | sort -Vr | sed q
    26.9  }
   26.10  
   26.11  # Rules to configure and make the package.
    27.1 --- a/libupnp/receipt	Sun Mar 06 17:15:50 2022 +0100
    27.2 +++ b/libupnp/receipt	Sun Mar 06 21:04:14 2022 +0000
    27.3 @@ -18,7 +18,7 @@
    27.4  current_version()
    27.5  {
    27.6  	wget -O - https://github.com/pupnp/pupnp/releases 2>/dev/null | \
    27.7 -	sed '/archive.*tar/!d;s|.*/[a-z]*\(.*\).tar.*|\1|;q'
    27.8 +	sed '/archive.*tar/!d;s|.*/[a-z-]*\(.*\).tar.*|\1|;q'
    27.9  }
   27.10  
   27.11  # Rules to configure and make the package.
    28.1 --- a/libvorbis/receipt	Sun Mar 06 17:15:50 2022 +0100
    28.2 +++ b/libvorbis/receipt	Sun Mar 06 21:04:14 2022 +0000
    28.3 @@ -19,7 +19,7 @@
    28.4  # What is the latest version available today?
    28.5  current_version()
    28.6  {
    28.7 -	wget -O - ftp://ftp.osuosl.org/pub/xiph/releases/vorbis/ 2>/dev/null | \
    28.8 +	wget -O - https://ftp.osuosl.org/pub/xiph/releases/vorbis/ 2>/dev/null | \
    28.9  	sed '/libvorbis-/!d;/zip/d;s|.*libvorbis-||;s|.tar.*||' | sort -Vr | sed q
   28.10  }
   28.11  
    29.1 --- a/libwrap/receipt	Sun Mar 06 17:15:50 2022 +0100
    29.2 +++ b/libwrap/receipt	Sun Mar 06 21:04:14 2022 +0000
    29.3 @@ -8,15 +8,15 @@
    29.4  LICENSE="BSD"
    29.5  SOURCE="tcp_wrappers"
    29.6  TARBALL="${SOURCE}_${VERSION}.tar.gz"
    29.7 -WEB_SITE="ftp://ftp.porcupine.org/pub/security/index.html"
    29.8 +WEB_SITE="http://ftp.porcupine.org/pub/security/index.html"
    29.9  WGET_URL="ftp://ftp.porcupine.org/pub/security/$TARBALL"
   29.10  HOST_ARCH="i486 arm"
   29.11  
   29.12  # What is the latest version available today?
   29.13  current_version()
   29.14  {
   29.15 -	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
   29.16 -	sed "/latest/d;/${SOURCE}_[0-9]/!d;/tar/!d;/ipv6/d;s|.*${SOURCE}_\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
   29.17 +	wget -O - $WEB_SITE 2>/dev/null | \
   29.18 +	sed '/tcp_wrappers_[0-9]/!d;s|.*tcp_wrappers_||;s|.t.*||;q'
   29.19  }
   29.20  
   29.21  # Rules to configure and make the package.
    30.1 --- a/libxml2/receipt	Sun Mar 06 17:15:50 2022 +0100
    30.2 +++ b/libxml2/receipt	Sun Mar 06 21:04:14 2022 +0000
    30.3 @@ -25,10 +25,11 @@
    30.4  		ARCH_ARGS="--without-lzma" ;;
    30.5  esac
    30.6  
    30.7 +# What is the latest version available today?
    30.8  current_version()
    30.9  {
   30.10 -	wget -O - $WEB_SITE/news.html 2>/dev/null | \
   30.11 -	sed '/<h3>v/!d;s|.*<h3>v||;s|:.*||;q'
   30.12 +	wget -O - "https://gitlab.gnome.org/GNOME/libxml2/-/tags/?sort=updated_desc" 2>/dev/null | \
   30.13 +	sed '/item-title/!d;s|.*">v*||;s|<.*||;q'
   30.14  }
   30.15  
   30.16  # Rules to configure and make the package.
    31.1 --- a/lshw/receipt	Sun Mar 06 17:15:50 2022 +0100
    31.2 +++ b/lshw/receipt	Sun Mar 06 21:04:14 2022 +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 '/lshw-/!d;s|.*lshw-||;s|.tar.*||' | sort -Vr | sed q
    31.9 +	wget -O - https://ezix.org/src/pkg/lshw/tags 2>/dev/null | \
   31.10 +	sed '/src\/tag/!d;s|.*">||;s|<.*||;q'
   31.11  }
   31.12  
   31.13  # Rules to configure and make the package.
    32.1 --- a/luafilesystem/receipt	Sun Mar 06 17:15:50 2022 +0100
    32.2 +++ b/luafilesystem/receipt	Sun Mar 06 21:04:14 2022 +0000
    32.3 @@ -15,7 +15,7 @@
    32.4  current_version()
    32.5  {
    32.6  	wget -O - $WEB_SITE/tags 2>/dev/null | \
    32.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
    32.8 +	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;s|_|.|g;q'
    32.9  }
   32.10  
   32.11  SUGGESTED="lua"
    33.1 --- a/magicpoint/receipt	Sun Mar 06 17:15:50 2022 +0100
    33.2 +++ b/magicpoint/receipt	Sun Mar 06 21:04:14 2022 +0000
    33.3 @@ -22,8 +22,8 @@
    33.4  # What is the latest version available today?
    33.5  current_version()
    33.6  {
    33.7 -	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    33.8 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    33.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   33.10 +	sed '/magicpoint-[0-9]/!d;s|.*magicpoint-||;s|.tar.*||'
   33.11  }
   33.12  
   33.13  # Rules to configure and make the package.
    34.1 --- a/mesa-demos/receipt	Sun Mar 06 17:15:50 2022 +0100
    34.2 +++ b/mesa-demos/receipt	Sun Mar 06 21:04:14 2022 +0000
    34.3 @@ -16,8 +16,8 @@
    34.4  # What is the latest version available today?
    34.5  current_version()
    34.6  {
    34.7 -	wget -O - ${WGET_URL%/*/*}/ 2>/dev/null | \
    34.8 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    34.9 +	wget -O - 'https://gitlab.freedesktop.org/mesa/demos/-/tags?sort=updated_desc' 2>/dev/null | \
   34.10 +	sed '/item-title/!d;s|.*">[a-z-]*||;s|<.*||;q'
   34.11  }
   34.12  
   34.13  # Rules to configure and make the package.
    35.1 --- a/mesa/receipt	Sun Mar 06 17:15:50 2022 +0100
    35.2 +++ b/mesa/receipt	Sun Mar 06 21:04:14 2022 +0000
    35.3 @@ -25,8 +25,8 @@
    35.4  # What is the latest version available today?
    35.5  current_version()
    35.6  {
    35.7 -	wget -O - ftp://ftp.freedesktop.org/pub/mesa/ 2>/dev/null | \
    35.8 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    35.9 +	wget -O - 'https://gitlab.freedesktop.org/mesa/mesa/-/tags?sort=updated_desc' 2>/dev/null | \
   35.10 +	sed '/item-title/!d;/-rc/d;s|.*">[a-z-]*||;s|<.*||;q'
   35.11  }
   35.12  
   35.13  # Rules to configure and make the package.
    36.1 --- a/mesa7/receipt	Sun Mar 06 17:15:50 2022 +0100
    36.2 +++ b/mesa7/receipt	Sun Mar 06 21:04:14 2022 +0000
    36.3 @@ -23,8 +23,8 @@
    36.4  # What is the latest version available today?
    36.5  current_version()
    36.6  {
    36.7 -	wget -O - ${WGET_URL%/*/*}/ 2>/dev/null | \
    36.8 -	sed '/7.x\/7/!d;s|.*/7.x/||;s|/.*||' | sort -Vr | sed q
    36.9 +	wget -O - 'https://gitlab.freedesktop.org/mesa/mesa/-/tags?sort=updated_desc&search=mesa-7' 2>/dev/null | \
   36.10 +	sed '/item-title/!d;/-rc/d;s|.*">[a-z-]*||;s|<.*||;q'
   36.11  }
   36.12  
   36.13  # Rules to configure and make the package.
    37.1 --- a/mindi/receipt	Sun Mar 06 17:15:50 2022 +0100
    37.2 +++ b/mindi/receipt	Sun Mar 06 21:04:14 2022 +0000
    37.3 @@ -8,7 +8,7 @@
    37.4  LICENSE="GPL2"
    37.5  WEB_SITE="http://www.mondorescue.org/"
    37.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
    37.7 -WGET_URL="ftp://ftp.mondorescue.org/src/$TARBALL"
    37.8 +WGET_URL="http://www.mondorescue.org/ftp/src/$TARBALL"
    37.9  
   37.10  DEPENDS="syslinux syslinux-extra"
   37.11  BUILD_DEPENDS=""
    38.1 --- a/mondo/receipt	Sun Mar 06 17:15:50 2022 +0100
    38.2 +++ b/mondo/receipt	Sun Mar 06 21:04:14 2022 +0000
    38.3 @@ -9,7 +9,7 @@
    38.4  WEB_SITE="http://www.mondorescue.org/"
    38.5  
    38.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
    38.7 -WGET_URL="ftp://ftp.mondorescue.org/src/$TARBALL"
    38.8 +WGET_URL="http://www.mondorescue.org/ftp/src/$TARBALL"
    38.9  
   38.10  DEPENDS="afio coreutils-disk gawk mindi newt"
   38.11  BUILD_DEPENDS="newt-dev"
    39.1 --- a/mp3info/receipt	Sun Mar 06 17:15:50 2022 +0100
    39.2 +++ b/mp3info/receipt	Sun Mar 06 21:04:14 2022 +0000
    39.3 @@ -16,8 +16,8 @@
    39.4  # What is the latest version available today?
    39.5  current_version()
    39.6  {
    39.7 -	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    39.8 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tgz/!d;s|.*$PACKAGE-\\(.*\\).tgz.*|\\1|" | sort -Vr | sed q
    39.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   39.10 +	sed '/mp3info-/!d;s|.*mp3info-||;s|.t.*||;q'
   39.11  }
   39.12  
   39.13  # Rules to configure and make the package.
    40.1 --- a/mpd/receipt	Sun Mar 06 17:15:50 2022 +0100
    40.2 +++ b/mpd/receipt	Sun Mar 06 21:04:14 2022 +0000
    40.3 @@ -21,10 +21,11 @@
    40.4  
    40.5  HOST_ARCH="i486 arm"
    40.6  
    40.7 +# What is the latest version available today?
    40.8  current_version()
    40.9  {
   40.10  	wget -O - $WEB_SITE 2>/dev/null | \
   40.11 -	sed '/released/!d;s|.*MPD ||;s| .*||;q'
   40.12 +	sed '/released/!d;/MPD [0-9]/!d;s|.*MPD ||;s| .*||;q'
   40.13  }
   40.14  
   40.15  # Handle SliTaz arch
    41.1 --- a/mtr/receipt	Sun Mar 06 17:15:50 2022 +0100
    41.2 +++ b/mtr/receipt	Sun Mar 06 21:04:14 2022 +0000
    41.3 @@ -17,8 +17,8 @@
    41.4  # What is the latest version available today?
    41.5  current_version()
    41.6  {
    41.7 -	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    41.8 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    41.9 +	wget -O - https://github.com/traviscross/mtr/tags 2>/dev/null | \
   41.10 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   41.11  }
   41.12  
   41.13  # Rules to configure and make the package.
    42.1 --- a/mutt/receipt	Sun Mar 06 17:15:50 2022 +0100
    42.2 +++ b/mutt/receipt	Sun Mar 06 21:04:14 2022 +0000
    42.3 @@ -19,8 +19,8 @@
    42.4  # What is the latest version available today?
    42.5  current_version()
    42.6  {
    42.7 -	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    42.8 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    42.9 +	wget -O - https://gitlab.com/muttmua/mutt/-/tags 2>/dev/null | \
   42.10 +	sed '/item-title/!d;s|.*">[a-z-]*||;s|-rel<.*||;s|-|.|;q'
   42.11  }
   42.12  
   42.13  # Rules to configure and make the package.
    43.1 --- a/mysql/receipt	Sun Mar 06 17:15:50 2022 +0100
    43.2 +++ b/mysql/receipt	Sun Mar 06 21:04:14 2022 +0000
    43.3 @@ -22,7 +22,7 @@
    43.4  current_version()
    43.5  {
    43.6  	wget -O - https://github.com/mysql/mysql-server/tags 2>/dev/null | \
    43.7 -	sed '/mysql-[0-9]/!d;/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    43.8 +	sed '/mysql-[0-9]/!d;/archive.*tar/!d;s|.*/[a-z-]*\(.*\).tar.*|\1|;q'
    43.9  }
   43.10  
   43.11  # Rules to configure and make the package.
    44.1 --- a/ncftp/receipt	Sun Mar 06 17:15:50 2022 +0100
    44.2 +++ b/ncftp/receipt	Sun Mar 06 21:04:14 2022 +0000
    44.3 @@ -17,8 +17,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-[0-9]/!d;/tar/!d;s|.*$PACKAGE-||;s|.[a-z].*||" | sort -Vr | sed q
    44.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   44.10 +	sed '/FF0000/!d;s|.*0000">||;s|</FONT.*||;q'
   44.11  }
   44.12  
   44.13  # Rules to configure and make the package.
    45.1 --- a/openconnect/receipt	Sun Mar 06 17:15:50 2022 +0100
    45.2 +++ b/openconnect/receipt	Sun Mar 06 21:04:14 2022 +0000
    45.3 @@ -18,8 +18,8 @@
    45.4  # What is the latest version available today?
    45.5  current_version()
    45.6  {
    45.7 -	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    45.8 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    45.9 +	wget -O - 'https://gitlab.com/openconnect/openconnect/-/tags?sort=updated_desc' 2>/dev/null | \
   45.10 +	sed '/item-title/!d;s|.*">[a-z-]*||;s|<.*||;q'
   45.11  }
   45.12  
   45.13  # Rules to configure and make the package.
    46.1 --- a/openldap/receipt	Sun Mar 06 17:15:50 2022 +0100
    46.2 +++ b/openldap/receipt	Sun Mar 06 21:04:14 2022 +0000
    46.3 @@ -19,8 +19,8 @@
    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 -	sed "/latest/d;/stable/d;/$PACKAGE-[0-9]/!d;/tgz/!d;s|.*$PACKAGE-\\(.*\\).tgz.*|\\1|" | sort -Vr | sed q
    46.9 +	wget -O - 'https://git.openldap.org/openldap/openldap/-/tags?sort=updated_desc' 2>/dev/null | \
   46.10 +	sed '/item-title/!d;s|.*">[A-Z_]*||;s|<.*||;s|_|.|g;q'
   46.11  }
   46.12  
   46.13  # Rules to configure and make the package.
    47.1 --- a/openvpn/receipt	Sun Mar 06 17:15:50 2022 +0100
    47.2 +++ b/openvpn/receipt	Sun Mar 06 21:04:14 2022 +0000
    47.3 @@ -19,8 +19,8 @@
    47.4  
    47.5  current_version()
    47.6  {
    47.7 -	wget -O - $WEB_SITE/community-downloads/ 2>/dev/null | \
    47.8 -	sed '/releases/!d;/tar/!d;s|.*openvpn-\(.*\).tar.*|\1|;q'
    47.9 +	wget -O - https://github.com/OpenVPN/openvpn/tags 2>/dev/null | \
   47.10 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   47.11  }
   47.12  
   47.13  # Rules to configure and make the package.
    48.1 --- a/opus-tools/receipt	Sun Mar 06 17:15:50 2022 +0100
    48.2 +++ b/opus-tools/receipt	Sun Mar 06 21:04:14 2022 +0000
    48.3 @@ -17,8 +17,8 @@
    48.4  # What is the latest version available today?
    48.5  current_version()
    48.6  {
    48.7 -	wget -O - ftp://ftp.osuosl.org/pub/xiph/releases/opus/ 2>/dev/null | \
    48.8 -	sed '/opus-tools/!d;/tar/!d;s|.*/opus-tools-||;s|.tar.*||' | sort -Vr | sed q
    48.9 +	wget -O - https://ftp.osuosl.org/pub/xiph/releases/opus/ 2>/dev/null | \
   48.10 +	sed '/opus-tools/!d;/tar/!d;s|.*opus-tools-||;s|.tar.*||' | sort -Vr | sed q
   48.11  }
   48.12  
   48.13  # Rules to configure and make the package.
    49.1 --- a/opus/receipt	Sun Mar 06 17:15:50 2022 +0100
    49.2 +++ b/opus/receipt	Sun Mar 06 21:04:14 2022 +0000
    49.3 @@ -16,8 +16,8 @@
    49.4  # What is the latest version available today?
    49.5  current_version()
    49.6  {
    49.7 -	wget -O - ftp://ftp.osuosl.org/pub/xiph/releases/opus/ 2>/dev/null | \
    49.8 -	sed '/opus-[0-9]/!d;/tar/!d;s|.*/opus-||;s|.tar.*||' | sort -Vr | sed q
    49.9 +	wget -O - https://ftp.osuosl.org/pub/xiph/releases/opus/ 2>/dev/null | \
   49.10 +	sed '/opus-[0-9]/!d;/tar/!d;s|.*opus-||;s|.tar.*||' | sort -Vr | sed q
   49.11  }
   49.12  
   49.13  # Rules to configure and make the package.
    50.1 --- a/opusfile/receipt	Sun Mar 06 17:15:50 2022 +0100
    50.2 +++ b/opusfile/receipt	Sun Mar 06 21:04:14 2022 +0000
    50.3 @@ -16,8 +16,8 @@
    50.4  # What is the latest version available today?
    50.5  current_version()
    50.6  {
    50.7 -	wget -O - ftp://ftp.osuosl.org/pub/xiph/releases/opus/ 2>/dev/null | \
    50.8 -	sed '/opusfile/!d;/tar/!d;s|.*/opusfile-||;s|.tar.*||' | sort -Vr | sed q
    50.9 +	wget -O - https://ftp.osuosl.org/pub/xiph/releases/opus/ 2>/dev/null | \
   50.10 +	sed '/opusfile/!d;/tar/!d;s|.*opusfile-||;s|.tar.*||' | sort -Vr | sed q
   50.11  }
   50.12  
   50.13  # Rules to configure and make the package.
    51.1 --- a/proftpd-tls/receipt	Sun Mar 06 17:15:50 2022 +0100
    51.2 +++ b/proftpd-tls/receipt	Sun Mar 06 21:04:14 2022 +0000
    51.3 @@ -17,8 +17,8 @@
    51.4  # What is the latest version available today?
    51.5  current_version()
    51.6  {
    51.7 -	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    51.8 -	sed "/latest/d;/proftpd-[0-9]/!d;/tar/!d;/rc[1-9]/d;s|.*proftpd-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    51.9 +	wget -O - https://github.com/proftpd/proftpd/releases 2>/dev/null | \
   51.10 +	sed '/archive.*tar/!d;/rc[0-9]/d;s|.*/v*\(.*\).tar.*|\1|;q'
   51.11  }
   51.12  
   51.13  # Rules to configure and make the package.
    52.1 --- a/proftpd/receipt	Sun Mar 06 17:15:50 2022 +0100
    52.2 +++ b/proftpd/receipt	Sun Mar 06 21:04:14 2022 +0000
    52.3 @@ -17,8 +17,8 @@
    52.4  # What is the latest version available today?
    52.5  current_version()
    52.6  {
    52.7 -	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    52.8 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;/[0-9]rc[0-9]/d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    52.9 +	wget -O - https://github.com/proftpd/proftpd/releases 2>/dev/null | \
   52.10 +	sed '/archive.*tar/!d;/rc[0-9]/d;s|.*/v*\(.*\).tar.*|\1|;q'
   52.11  }
   52.12  
   52.13  # Rules to configure and make the package.
    53.1 --- a/snapper/receipt	Sun Mar 06 17:15:50 2022 +0100
    53.2 +++ b/snapper/receipt	Sun Mar 06 21:04:14 2022 +0000
    53.3 @@ -22,8 +22,8 @@
    53.4  # What is the latest version available today?
    53.5  current_version()
    53.6  {
    53.7 -	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    53.8 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    53.9 +	wget -O - https://github.com/openSUSE/snapper/tags 2>/dev/null | \
   53.10 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   53.11  }
   53.12  
   53.13  # Rules to configure and make the package.
    54.1 --- a/speakup-utils/receipt	Sun Mar 06 17:15:50 2022 +0100
    54.2 +++ b/speakup-utils/receipt	Sun Mar 06 21:04:14 2022 +0000
    54.3 @@ -16,8 +16,8 @@
    54.4  # What is the latest version available today?
    54.5  current_version()
    54.6  {
    54.7 -	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    54.8 -	sed "/latest/d;/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|;s|_.*||" | sort -Vr | sed q
    54.9 +	wget -O - http://linux-speakup.org/speakup.git/info/refs 2>/dev/null | \
   54.10 +	tail -n1 | sed 's|.*tags/v||'
   54.11  }
   54.12  
   54.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    55.1 --- a/syslinux/stuff/iso2exe/iso2exe.sh	Sun Mar 06 17:15:50 2022 +0100
    55.2 +++ b/syslinux/stuff/iso2exe/iso2exe.sh	Sun Mar 06 21:04:14 2022 +0000
    55.3 @@ -142,10 +142,11 @@
    55.4  		r="$(sed '/rootfs[0-9]/!d;s|.* initrd=||;s|/boot/||g;s| .*||' \
    55.5  			/tmp/mnt$$/boot/isolinux/isolinux.cfg | tail -n1)"
    55.6  		if grep -qs rootfs /tmp/mnt$$/boot/isolinux/isolinux.cfg ; then
    55.7 -			echo -n "image=/boot/bzImage initrd=${r:-rootfs.gz},! autologin rdinit=/init.exe"
    55.8 +			echo "image=/boot/bzImage initrd=${r:-rootfs.gz},! autologin rdinit=/init.exe"
    55.9  		else
   55.10 -			echo -n "$(sed '/KERNEL/!d;s|.*KERNEL *|image=|;q' /tmp/mnt$$/boot/isolinux/isolinux.cfg)"
   55.11 -		fi | ddn bs=1 of=$1 conv=notrunc seek=$((i-134))
   55.12 +			sed '/[kK][eE][rR][nN][eE][lL]/!d;s|^[ \t]*[^ \t]*||;q' /tmp/mnt$$/boot/isolinux/isolinux.cfg
   55.13 +			sed '/[aA][pP][pP][eE][nN][dD]/!d;s|^[ \t]*[^ \t]*||;q' /tmp/mnt$$/boot/isolinux/isolinux.cfg
   55.14 +		fi | xargs | ddn bs=1 of=$1 conv=notrunc seek=$((i-134))
   55.15  	fi
   55.16  	umount /tmp/mnt$$	
   55.17  	rmdir /tmp/mnt$$	
    56.1 --- a/tacacs+/receipt	Sun Mar 06 17:15:50 2022 +0100
    56.2 +++ b/tacacs+/receipt	Sun Mar 06 21:04:14 2022 +0000
    56.3 @@ -9,7 +9,7 @@
    56.4  WEB_SITE="http://www.shrubbery.net/tac_plus"
    56.5  
    56.6  TARBALL="${PACKAGE/+/}-F$VERSION.tar.gz"
    56.7 -WGET_URL="ftp://ftp.shrubbery.net/pub/tac_plus/$TARBALL"
    56.8 +WGET_URL="https://shrubbery.net/pub/tac_plus/$TARBALL"
    56.9  
   56.10  DEPENDS="libwrap pam"
   56.11  BUILD_DEPENDS="libwrap-dev pam-dev"
    57.1 --- a/tree/receipt	Sun Mar 06 17:15:50 2022 +0100
    57.2 +++ b/tree/receipt	Sun Mar 06 21:04:14 2022 +0000
    57.3 @@ -9,7 +9,7 @@
    57.4  WEB_SITE="https://github.com/pyr/tree"
    57.5  
    57.6  TARBALL="$PACKAGE-$VERSION.tgz"
    57.7 -WGET_URL="ftp://mama.indstate.edu/linux/tree/$TARBALL"
    57.8 +WGET_URL="http://mama.indstate.edu/users/ice/tree/$TARBALL"
    57.9  
   57.10  # What is the latest version available today?
   57.11  current_version()
    58.1 --- a/tzdata/receipt	Sun Mar 06 17:15:50 2022 +0100
    58.2 +++ b/tzdata/receipt	Sun Mar 06 21:04:14 2022 +0000
    58.3 @@ -20,8 +20,8 @@
    58.4  # What is the latest version available today?
    58.5  current_version()
    58.6  {
    58.7 -	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    58.8 -	sed "/latest/d;/$PACKAGE[0-9]/!d;/tar/!d;s|.*$PACKAGE\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    58.9 +	wget -O - https://github.com/eggert/tz/tags 2>/dev/null | \
   58.10 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   58.11  }
   58.12  
   58.13  # Rules to configure and make the package.
    59.1 --- a/vanessa_adt/receipt	Sun Mar 06 17:15:50 2022 +0100
    59.2 +++ b/vanessa_adt/receipt	Sun Mar 06 21:04:14 2022 +0000
    59.3 @@ -7,7 +7,7 @@
    59.4  MAINTAINER="pascal.bellard@slitaz.org"
    59.5  LICENSE="LGPL2.1"
    59.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    59.7 -WEB_SITE="http://www.vergenet.net/linux/vanessa"
    59.8 +WEB_SITE="https://projects.horms.net/projects/vanessa/"
    59.9  WGET_URL="$WEB_SITE/download/$PACKAGE/$VERSION/$TARBALL"
   59.10  
   59.11  DEPENDS="vanessa_logger"
    60.1 --- a/vanessa_logger/receipt	Sun Mar 06 17:15:50 2022 +0100
    60.2 +++ b/vanessa_logger/receipt	Sun Mar 06 21:04:14 2022 +0000
    60.3 @@ -7,7 +7,7 @@
    60.4  MAINTAINER="pascal.bellard@slitaz.org"
    60.5  LICENSE="LGPL2.1"
    60.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    60.7 -WEB_SITE="http://www.vergenet.net/linux/vanessa"
    60.8 +WEB_SITE="https://projects.horms.net/projects/vanessa/"
    60.9  WGET_URL="$WEB_SITE/download/$PACKAGE/$VERSION/$TARBALL"
   60.10  
   60.11  BUILD_DEPENDS="file"
    61.1 --- a/vorbis-tools/receipt	Sun Mar 06 17:15:50 2022 +0100
    61.2 +++ b/vorbis-tools/receipt	Sun Mar 06 21:04:14 2022 +0000
    61.3 @@ -19,7 +19,7 @@
    61.4  # What is the latest version available today?
    61.5  current_version()
    61.6  {
    61.7 -	wget -O - ftp://ftp.osuosl.org/pub/xiph/releases/vorbis/ 2>/dev/null | \
    61.8 +	wget -O - https://ftp.osuosl.org/pub/xiph/releases/vorbis/ 2>/dev/null | \
    61.9  	sed '/vorbis-tools-/!d;/tar/!d;s|.*vorbis-tools-\(.*\).tar.*".*|\1|' | sort -Vr |  sed q
   61.10  }
   61.11  
    62.1 --- a/xcursor-comix/receipt	Sun Mar 06 17:15:50 2022 +0100
    62.2 +++ b/xcursor-comix/receipt	Sun Mar 06 21:04:14 2022 +0000
    62.3 @@ -15,10 +15,11 @@
    62.4  DEPENDS="xorg-libXcursor"
    62.5  BUILD_DEPENDS=""
    62.6  
    62.7 +# What is the latest version available today?
    62.8  current_version()
    62.9  {
   62.10 -	wget -O - ${WGET_URL%/*} 2>/dev/null | \
   62.11 -	sed '/tar.bz2/!d;s|.*"ComixCursors-Opaque-\([0-9].*\).tar.bz2".*|\1|;q'
   62.12 +	wget -O - 'https://gitlab.com/limitland/comixcursors/-/tags?sort=updated_desc' 2>/dev/null | \
   62.13 +	sed '/item-title/!d;s|.*">[a-z-]*||;s|<.*||;q'
   62.14  }
   62.15  
   62.16  # Rules to gen a SliTaz package suitable for Tazpkg.