wok rev 25601

Update some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 16 18:06:38 2023 +0000 (10 months ago)
parents 7364ffdaaa60
children a5e183d53960
files bzip3/receipt dropbear/receipt p11-kit/receipt paper-gtk-theme/receipt paper-icon-theme/receipt par2/receipt pcmanfm-qt/receipt pdf2djvu/receipt pekwm/receipt pgbadger/receipt pgrouting/receipt phpldapadmin/receipt phpsysinfo/receipt picard/receipt pinta/receipt pixiewps/receipt pjsip/receipt plsh/receipt pnmixer/receipt poedit/receipt ponyprog-qt/receipt postfixadmin/receipt ppp-pam/receipt ppp/receipt proftpd-tls/receipt proftpd/receipt proot/receipt proxychains-ng/receipt puddletag/receipt pugixml/receipt puppet-dashboard/receipt purple-facebook/receipt pv/receipt pwsafe/receipt py3k-cparser/receipt py3k-dbus/receipt py3k-llfuse/receipt py3k-numpy/receipt py3k-secretstorage/receipt pylorcon/receipt pypdf2/receipt pyradio/receipt pyrit/receipt python-antlr/receipt python-ari/receipt python-beaker/receipt python-chardet/receipt python-configobj/receipt python-couchdbkit/receipt python-cssutils/receipt python-ethtool/receipt python-genshi/receipt python-html2text/receipt python-html5lib/receipt python-httplib2/receipt python-humanize/receipt python-ldap/receipt python-numpy/receipt python-odoorpc/receipt python-paho-mqtt/receipt python-pip/receipt python-pyflakes/receipt python-pynacl/receipt python-pyst2/receipt python-pyweb/receipt python-rpi-pyglow/receipt python-scapy/receipt python-setuptools/receipt python-socketpool/receipt python-sphinx/receipt python-turbogears/receipt python-werkzeug/receipt pyvim/receipt qdirstat/receipt qlcplus/receipt qpdf/receipt qps/receipt qrencode/receipt qterminal/receipt qtermwidget/receipt qtfm/receipt qtkeychain/receipt quazip/receipt quodlibet/receipt qupzilla/receipt qutim/receipt qxmpp/receipt rawstudio/receipt rdesktop/receipt re2c/receipt reaver/receipt redshift/receipt reqflow/receipt rlwrap/receipt rogue/receipt rspamd/receipt rtorrent/receipt rubygems/receipt sc-im/receipt scikit-build/receipt scim-anthy/receipt scim/receipt scratch/receipt screenfetch/receipt screentest/receipt scrot/receipt scrub/receipt shaarli/receipt sipsak/receipt sleuthkit/receipt slitaz-backgrounds/receipt slurm/receipt smx/receipt softether/receipt sozi/receipt spl/receipt squidanalyzer/receipt squidclamav/receipt sshfs-fuse/receipt sslscan/receipt stella/receipt strace/receipt suplemon/receipt svgcleaner/receipt swagger-py/receipt synergy/receipt sysbench/receipt tcptrack/receipt tea/receipt terminator/receipt tesseract-ocr-data/receipt tesseract-ocr/receipt tig/receipt tintin++/receipt tinyproxy/receipt tinyssh-keyconvert/receipt tinyssh/receipt tlp/receipt tmate/receipt tmux-mem-cpu-load/receipt tmux/receipt tp_smapi/receipt tp_smapi64/receipt transmission-remote-gtk/receipt tree-sitter/receipt ttf-open-dyslexic/receipt ttysnoop/receipt twisted/receipt txt2tags/receipt tyrian/receipt udftools/receipt udisks/receipt uhd/receipt umfpack/receipt unetbootin/receipt unibilium/receipt unison/receipt unrar/receipt unshield/receipt upx/receipt usbmuxd/receipt utf8proc/receipt utox/receipt v4l4j/receipt vbindiff/receipt ventoy/receipt veracrypt/receipt vidalia/receipt virtualenv/receipt visualnqc/receipt vorta/receipt vrrpd/receipt wavemon/receipt wavpack/receipt wesnoth/receipt whowatch/receipt wifidog/receipt winetricks/receipt wkhtmltopdf/receipt wvstreams/receipt x11vnc/receipt xaos/receipt xcb-util-xrm/receipt xchm/receipt xdotool/receipt xerces-c/receipt xl2tpd/receipt xorgxrdp/receipt xpra/receipt xprintidle/receipt xrdp/receipt xxhash/receipt yaws/receipt ympd/receipt youtube-dl-gui/receipt yp-tools/receipt ypbind-mt/receipt ypserv/receipt ytnef/receipt zbackup/receipt zbar/receipt zeromq/receipt zfs-fuse/receipt zmap/receipt znotes/receipt zopfli/receipt zpaq/receipt zultra/receipt
line diff
     1.1 --- a/bzip3/receipt	Sun Jul 16 15:14:43 2023 +0000
     1.2 +++ b/bzip3/receipt	Sun Jul 16 18:06:38 2023 +0000
     1.3 @@ -15,7 +15,7 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
     1.8 +	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
     1.9  	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    1.10  }
    1.11  
     2.1 --- a/dropbear/receipt	Sun Jul 16 15:14:43 2023 +0000
     2.2 +++ b/dropbear/receipt	Sun Jul 16 18:06:38 2023 +0000
     2.3 @@ -30,8 +30,8 @@
     2.4  # What is the latest version available today?
     2.5  current_version()
     2.6  {
     2.7 -	wget -O - $WEB_SITE 2>/dev/null | \
     2.8 -	sed "/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q"
     2.9 +	wget -O - https://github.com/mkj/dropbear/releases 2>/dev/null | \
    2.10 +	sed '/tag\//!d;s|.*tag/[A-Z_]*||;s|".*||;q'
    2.11  }
    2.12  
    2.13  # Rules to configure and make the package.
     3.1 --- a/p11-kit/receipt	Sun Jul 16 15:14:43 2023 +0000
     3.2 +++ b/p11-kit/receipt	Sun Jul 16 18:06:38 2023 +0000
     3.3 @@ -15,10 +15,11 @@
     3.4  BUILD_DEPENDS="cacerts gettext glib glib-dev gtk-doc libffi libffi-dev
     3.5  	libtasn1-dev libxslt"
     3.6  
     3.7 +# What is the latest version available today?
     3.8  current_version()
     3.9  {
    3.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
    3.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
    3.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    3.13  }
    3.14  
    3.15  # Rules to configure and make the package.
     4.1 --- a/paper-gtk-theme/receipt	Sun Jul 16 15:14:43 2023 +0000
     4.2 +++ b/paper-gtk-theme/receipt	Sun Jul 16 18:06:38 2023 +0000
     4.3 @@ -16,10 +16,11 @@
     4.4  DEPENDS="gtk2-engine-murrine"
     4.5  BUILD_DEPENDS="autoconf automake"
     4.6  
     4.7 +# What is the latest version available today?
     4.8  current_version()
     4.9  {
    4.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    4.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
    4.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    4.13  }
    4.14  
    4.15  # Rules to configure and make the package.
     5.1 --- a/paper-icon-theme/receipt	Sun Jul 16 15:14:43 2023 +0000
     5.2 +++ b/paper-icon-theme/receipt	Sun Jul 16 18:06:38 2023 +0000
     5.3 @@ -14,10 +14,11 @@
     5.4  DEPENDS="librsvg"
     5.5  BUILD_DEPENDS="meson ninja svgcleaner"
     5.6  
     5.7 +# What is the latest version available today?
     5.8  current_version()
     5.9  {
    5.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    5.11 -	sed '/archive.*tar/!d;s|.*/v.\(.*\).tar.*|\1|;q'
    5.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    5.13  }
    5.14  
    5.15  # Rules to configure and make the package.
     6.1 --- a/par2/receipt	Sun Jul 16 15:14:43 2023 +0000
     6.2 +++ b/par2/receipt	Sun Jul 16 18:06:38 2023 +0000
     6.3 @@ -16,10 +16,11 @@
     6.4  DEPENDS="gcc83-lib-base"
     6.5  BUILD_DEPENDS="automake gcc83"
     6.6  
     6.7 +# What is the latest version available today?
     6.8  current_version()
     6.9  {
    6.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    6.11 -	sed '/archive.*tar/!d;/par2cmdline-/!d;s|.*/par2cmdline-\(.*\).tar.*|\1|;q'
    6.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    6.13  }
    6.14  
    6.15  # Rules to configure and make the package.
     7.1 --- a/pcmanfm-qt/receipt	Sun Jul 16 15:14:43 2023 +0000
     7.2 +++ b/pcmanfm-qt/receipt	Sun Jul 16 18:06:38 2023 +0000
     7.3 @@ -16,10 +16,11 @@
     7.4  BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake glib-dev libgio-dev libfm-dev \
     7.5  menu-cache-dev xorg-libX11-dev"
     7.6  
     7.7 +# What is the latest version available today?
     7.8  current_version()
     7.9  {
    7.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    7.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
    7.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    7.13  }
    7.14  
    7.15  # Rules to configure and make the package.
     8.1 --- a/pdf2djvu/receipt	Sun Jul 16 15:14:43 2023 +0000
     8.2 +++ b/pdf2djvu/receipt	Sun Jul 16 18:06:38 2023 +0000
     8.3 @@ -15,10 +15,11 @@
     8.4  DEPENDS="djvulibre poppler"
     8.5  BUILD_DEPENDS="cacerts djvulibre-dev poppler-dev" #exiv2
     8.6  
     8.7 +# What is the latest version available today?
     8.8  current_version()
     8.9  {
    8.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
    8.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
    8.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    8.13  }
    8.14  
    8.15  # Rules to configure and make the package.
     9.1 --- a/pekwm/receipt	Sun Jul 16 15:14:43 2023 +0000
     9.2 +++ b/pekwm/receipt	Sun Jul 16 18:06:38 2023 +0000
     9.3 @@ -16,10 +16,11 @@
     9.4  DEPENDS="xorg-libX11 xorg-libXft xorg-libXinerama xorg-libXpm xorg-libXrandr"
     9.5  BUILD_DEPENDS="cmake xorg-dev xorg-dev-proto zlib-dev"
     9.6  
     9.7 +# What is the latest version available today?
     9.8  current_version()
     9.9  {
    9.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    9.11 -	sed '/archive.*tar/!d;s|.*/release-\(.*\).tar.*|\1|;q'
    9.12 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
    9.13  }
    9.14  
    9.15  # Rules to configure and make the package.
    10.1 --- a/pgbadger/receipt	Sun Jul 16 15:14:43 2023 +0000
    10.2 +++ b/pgbadger/receipt	Sun Jul 16 18:06:38 2023 +0000
    10.3 @@ -14,10 +14,11 @@
    10.4  DEPENDS="perl"
    10.5  BUILD_DEPENDS="perl"
    10.6  
    10.7 +# What is the latest version available today?
    10.8  current_version()
    10.9  {
   10.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   10.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   10.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   10.13  }
   10.14  
   10.15  # Rules to configure and make the package.
    11.1 --- a/pgrouting/receipt	Sun Jul 16 15:14:43 2023 +0000
    11.2 +++ b/pgrouting/receipt	Sun Jul 16 18:06:38 2023 +0000
    11.3 @@ -16,10 +16,11 @@
    11.4  BUILD_DEPENDS="cgal-dev cmake gmp-dev libboost-dev libboost-graph-dev \
    11.5  	libboost-thread-dev libboost-tr1-dev mpfr-dev postgresql-dev"
    11.6  
    11.7 +# What is the latest version available today?
    11.8  current_version()
    11.9  {
   11.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   11.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   11.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   11.13  }
   11.14  
   11.15  # Rules to configure and make the package.
    12.1 --- a/phpldapadmin/receipt	Sun Jul 16 15:14:43 2023 +0000
    12.2 +++ b/phpldapadmin/receipt	Sun Jul 16 18:06:38 2023 +0000
    12.3 @@ -17,10 +17,11 @@
    12.4  
    12.5  HOST_ARCH="any"
    12.6  
    12.7 +# What is the latest version available today?
    12.8  current_version()
    12.9  {
   12.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   12.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   12.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   12.13  }
   12.14  
   12.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    13.1 --- a/phpsysinfo/receipt	Sun Jul 16 15:14:43 2023 +0000
    13.2 +++ b/phpsysinfo/receipt	Sun Jul 16 18:06:38 2023 +0000
    13.3 @@ -18,10 +18,11 @@
    13.4  
    13.5  HOST_ARCH="any"
    13.6  
    13.7 +# What is the latest version available today?
    13.8  current_version()
    13.9  {
   13.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   13.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   13.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   13.13  }
   13.14  
   13.15  # Rules to configure and make the package.
    14.1 --- a/picard/receipt	Sun Jul 16 15:14:43 2023 +0000
    14.2 +++ b/picard/receipt	Sun Jul 16 18:06:38 2023 +0000
    14.3 @@ -14,10 +14,11 @@
    14.4  DEPENDS="mutagen py3k PyQt-x11-gpl"
    14.5  BUILD_DEPENDS="gettext mutagen py3k-dev PyQt-x11-gpl "
    14.6  
    14.7 +# What is the latest version available today?
    14.8  current_version()
    14.9  {
   14.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   14.11 -	sed '/archive.*tar/!d;s|.*/release-\(.*\).tar.*|\1|;q'
   14.12 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
   14.13  }
   14.14  
   14.15  # Rules to configure and make the package.
    15.1 --- a/pinta/receipt	Sun Jul 16 15:14:43 2023 +0000
    15.2 +++ b/pinta/receipt	Sun Jul 16 18:06:38 2023 +0000
    15.3 @@ -14,10 +14,11 @@
    15.4  DEPENDS="mono gtk-sharp"
    15.5  BUILD_DEPENDS="automake mono-dev gtk-sharp-dev"
    15.6  
    15.7 +# What is the latest version available today?
    15.8  current_version()
    15.9  {
   15.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   15.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   15.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   15.13  }
   15.14  
   15.15  # Rules to configure and make the package.
    16.1 --- a/pixiewps/receipt	Sun Jul 16 15:14:43 2023 +0000
    16.2 +++ b/pixiewps/receipt	Sun Jul 16 18:06:38 2023 +0000
    16.3 @@ -11,10 +11,11 @@
    16.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
    16.5  WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
    16.6  
    16.7 +# What is the latest version available today?
    16.8  current_version()
    16.9  {
   16.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   16.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   16.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   16.13  }
   16.14  
   16.15  # Rules to configure and make the package.
    17.1 --- a/pjsip/receipt	Sun Jul 16 15:14:43 2023 +0000
    17.2 +++ b/pjsip/receipt	Sun Jul 16 18:06:38 2023 +0000
    17.3 @@ -20,7 +20,7 @@
    17.4  current_version()
    17.5  {
    17.6  	wget -O - https://github.com/pjsip/pjproject/releases 2>/dev/null | \
    17.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    17.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    17.9  }
   17.10  
   17.11  # Rules to configure and make the package.
    18.1 --- a/plsh/receipt	Sun Jul 16 15:14:43 2023 +0000
    18.2 +++ b/plsh/receipt	Sun Jul 16 18:06:38 2023 +0000
    18.3 @@ -15,10 +15,11 @@
    18.4  DEPENDS="postgresql"
    18.5  BUILD_DEPENDS="postgresql-dev"
    18.6  
    18.7 +# What is the latest version available today?
    18.8  current_version()
    18.9  {
   18.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   18.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   18.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   18.13  }
   18.14  
   18.15  # Rules to configure and make the package.
    19.1 --- a/pnmixer/receipt	Sun Jul 16 15:14:43 2023 +0000
    19.2 +++ b/pnmixer/receipt	Sun Jul 16 18:06:38 2023 +0000
    19.3 @@ -19,10 +19,11 @@
    19.4  BUILD_DEPENDS="alsa-lib-dev cmake gettext glib-dev gtk+3-dev libnotify-dev \
    19.5  	xorg-libX11-dev"
    19.6  
    19.7 +# What is the latest version available today?
    19.8  current_version()
    19.9  {
   19.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   19.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   19.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   19.13  }
   19.14  
   19.15  # Rules to configure and make the package.
    20.1 --- a/poedit/receipt	Sun Jul 16 15:14:43 2023 +0000
    20.2 +++ b/poedit/receipt	Sun Jul 16 18:06:38 2023 +0000
    20.3 @@ -16,10 +16,11 @@
    20.4  lucene++-dev db-dev libdb libdb-cxx expat-dev"
    20.5  SUGGESTED="aspell"
    20.6  
    20.7 +# What is the latest version available today?
    20.8  current_version()
    20.9  {
   20.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   20.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\)-oss.tar.*|\1|;q'
   20.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   20.13  }
   20.14  
   20.15  # Rules to configure and make the package.
    21.1 --- a/ponyprog-qt/receipt	Sun Jul 16 15:14:43 2023 +0000
    21.2 +++ b/ponyprog-qt/receipt	Sun Jul 16 18:06:38 2023 +0000
    21.3 @@ -16,10 +16,11 @@
    21.4  DEPENDS="libQtGui"
    21.5  BUILD_DEPENDS="Qt4-dev qmake cmake"
    21.6  
    21.7 +# What is the latest version available today?
    21.8  current_version()
    21.9  {
   21.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   21.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   21.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   21.13  }
   21.14  
   21.15  # Rules to configure and make the package.
    22.1 --- a/postfixadmin/receipt	Sun Jul 16 15:14:43 2023 +0000
    22.2 +++ b/postfixadmin/receipt	Sun Jul 16 18:06:38 2023 +0000
    22.3 @@ -13,10 +13,11 @@
    22.4  
    22.5  DEPENDS="mysql_or_postgresql php php-imap php-mysqli postfix"
    22.6  
    22.7 +# What is the latest version available today?
    22.8  current_version()
    22.9  {
   22.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   22.11 -	sed '/archive.*tar/!d;s|.*/postfixadmin-\(.*\).tar.*|\1|;q'
   22.12 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
   22.13  }
   22.14  
   22.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    23.1 --- a/ppp-pam/receipt	Sun Jul 16 15:14:43 2023 +0000
    23.2 +++ b/ppp-pam/receipt	Sun Jul 16 18:06:38 2023 +0000
    23.3 @@ -17,10 +17,11 @@
    23.4  BUILD_DEPENDS="wget pam pam-dev"
    23.5  PROVIDE="ppp:pam"
    23.6  
    23.7 +# What is the latest version available today?
    23.8  current_version()
    23.9  {
   23.10  	wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
   23.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   23.12 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
   23.13  }
   23.14  
   23.15  # Rules to configure and make the package.
    24.1 --- a/ppp/receipt	Sun Jul 16 15:14:43 2023 +0000
    24.2 +++ b/ppp/receipt	Sun Jul 16 18:06:38 2023 +0000
    24.3 @@ -16,10 +16,11 @@
    24.4  BUILD_DEPENDS="wget"
    24.5  SUGGESTED="tazpanel"
    24.6  
    24.7 +# What is the latest version available today?
    24.8  current_version()
    24.9  {
   24.10  	wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
   24.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   24.12 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
   24.13  }
   24.14  
   24.15  # Rules to configure and make the package.
    25.1 --- a/proftpd-tls/receipt	Sun Jul 16 15:14:43 2023 +0000
    25.2 +++ b/proftpd-tls/receipt	Sun Jul 16 18:06:38 2023 +0000
    25.3 @@ -18,7 +18,7 @@
    25.4  current_version()
    25.5  {
    25.6  	wget -O - https://github.com/proftpd/proftpd/releases 2>/dev/null | \
    25.7 -	sed '/archive.*tar/!d;/rc[0-9]/d;s|.*/v*\(.*\).tar.*|\1|;q'
    25.8 +	sed '/tag\//!d;/rc[0-9]/d;s|.*tag/v*||;s|".*||;q'
    25.9  }
   25.10  
   25.11  # Rules to configure and make the package.
    26.1 --- a/proftpd/receipt	Sun Jul 16 15:14:43 2023 +0000
    26.2 +++ b/proftpd/receipt	Sun Jul 16 18:06:38 2023 +0000
    26.3 @@ -19,7 +19,7 @@
    26.4  current_version()
    26.5  {
    26.6  	wget -O - https://github.com/proftpd/proftpd/releases 2>/dev/null | \
    26.7 -	sed '/archive.*tar/!d;/rc[0-9]/d;s|.*/v*\(.*\).tar.*|\1|;q'
    26.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    26.9  }
   26.10  
   26.11  # Rules to configure and make the package.
    27.1 --- a/proot/receipt	Sun Jul 16 15:14:43 2023 +0000
    27.2 +++ b/proot/receipt	Sun Jul 16 18:06:38 2023 +0000
    27.3 @@ -14,10 +14,11 @@
    27.4  DEPENDS="talloc"
    27.5  BUILD_DEPENDS="libarchive-dev talloc-dev"
    27.6  
    27.7 +# What is the latest version available today?
    27.8  current_version()
    27.9  {
   27.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   27.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   27.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   27.13  }
   27.14  
   27.15  # Rules to configure and make the package.
    28.1 --- a/proxychains-ng/receipt	Sun Jul 16 15:14:43 2023 +0000
    28.2 +++ b/proxychains-ng/receipt	Sun Jul 16 18:06:38 2023 +0000
    28.3 @@ -13,10 +13,11 @@
    28.4  
    28.5  CONFIG_FILES="/etc/proxychains.conf"
    28.6  
    28.7 +# What is the latest version available today?
    28.8  current_version()
    28.9  {
   28.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   28.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   28.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   28.13  }
   28.14  
   28.15  # Rules to configure and make the package.
    29.1 --- a/puddletag/receipt	Sun Jul 16 15:14:43 2023 +0000
    29.2 +++ b/puddletag/receipt	Sun Jul 16 18:06:38 2023 +0000
    29.3 @@ -15,10 +15,11 @@
    29.4  DEPENDS="mutagen python-configobj python-pyparsing PyQt-x11-gpl"
    29.5  BUILD_DEPENDS="python"
    29.6  
    29.7 +# What is the latest version available today?
    29.8  current_version()
    29.9  {
   29.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   29.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   29.12 +	sed '/\/tag\//!d;s|.*tag/v*||;s|".*||;q'
   29.13  }
   29.14  
   29.15  # Rules to configure and make the package.
    30.1 --- a/pugixml/receipt	Sun Jul 16 15:14:43 2023 +0000
    30.2 +++ b/pugixml/receipt	Sun Jul 16 18:06:38 2023 +0000
    30.3 @@ -14,10 +14,11 @@
    30.4  SUGGESTED="cmake"
    30.5  BUILD_DEPENDS="cmake"
    30.6  
    30.7 +# What is the latest version available today?
    30.8  current_version()
    30.9  {
   30.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   30.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   30.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   30.13  }
   30.14  
   30.15  # Rules to configure and make the package.
    31.1 --- a/puppet-dashboard/receipt	Sun Jul 16 15:14:43 2023 +0000
    31.2 +++ b/puppet-dashboard/receipt	Sun Jul 16 18:06:38 2023 +0000
    31.3 @@ -17,7 +17,7 @@
    31.4  current_version()
    31.5  {
    31.6  	wget -O - https://github.com/sodabrew/puppet-dashboard/releases 2>/dev/null | \
    31.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    31.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    31.9  }
   31.10  
   31.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    32.1 --- a/purple-facebook/receipt	Sun Jul 16 15:14:43 2023 +0000
    32.2 +++ b/purple-facebook/receipt	Sun Jul 16 18:06:38 2023 +0000
    32.3 @@ -13,10 +13,11 @@
    32.4  DEPENDS="pidgin zip json-glib"
    32.5  BUILD_DEPENDS="libpurple-dev json-glib-dev zlib-dev unzip pidgin"
    32.6  
    32.7 +# What is the latest version available today?
    32.8  current_version()
    32.9  {
   32.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   32.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   32.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   32.13  }
   32.14  
   32.15  # Rules to configure and make the package.
    33.1 --- a/pv/receipt	Sun Jul 16 15:14:43 2023 +0000
    33.2 +++ b/pv/receipt	Sun Jul 16 18:06:38 2023 +0000
    33.3 @@ -18,7 +18,7 @@
    33.4  current_version()
    33.5  {
    33.6  	wget -O - https://github.com/a-j-wood/pv/releases 2>/dev/null | \
    33.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    33.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    33.9  }
   33.10  
   33.11  # Rules to configure and make the package.
    34.1 --- a/pwsafe/receipt	Sun Jul 16 15:14:43 2023 +0000
    34.2 +++ b/pwsafe/receipt	Sun Jul 16 18:06:38 2023 +0000
    34.3 @@ -18,7 +18,7 @@
    34.4  current_version()
    34.5  {
    34.6  	wget -O - https://github.com/nsd20463/pwsafe/releases 2>/dev/null | \
    34.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    34.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    34.9  }
   34.10  
   34.11  # Rules to configure and make the package.
    35.1 --- a/py3k-cparser/receipt	Sun Jul 16 15:14:43 2023 +0000
    35.2 +++ b/py3k-cparser/receipt	Sun Jul 16 18:06:38 2023 +0000
    35.3 @@ -18,7 +18,7 @@
    35.4  current_version()
    35.5  {
    35.6  	wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
    35.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    35.8 +	sed '/tag\//!d;s|.*tag/[a-z_]*||;s|".*||;q'
    35.9  }
   35.10  
   35.11  # Rules to configure and make the package.
    36.1 --- a/py3k-dbus/receipt	Sun Jul 16 15:14:43 2023 +0000
    36.2 +++ b/py3k-dbus/receipt	Sun Jul 16 18:06:38 2023 +0000
    36.3 @@ -20,7 +20,7 @@
    36.4  current_version()
    36.5  {
    36.6  	wget -O - https://github.com/freedesktop/dbus-python/tags 2>/dev/null | \
    36.7 -	sed '/archive.*tar/!d;s|.*/[a-z-]*\(.*\).tar.*|\1|;q'
    36.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    36.9  }
   36.10  
   36.11  # Rules to configure and make the package.
    37.1 --- a/py3k-llfuse/receipt	Sun Jul 16 15:14:43 2023 +0000
    37.2 +++ b/py3k-llfuse/receipt	Sun Jul 16 18:06:38 2023 +0000
    37.3 @@ -18,8 +18,8 @@
    37.4  # What is the latest version available today?
    37.5  current_version()
    37.6  {
    37.7 -	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    37.8 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    37.9 +	wget -O - https://github.com/python-llfuse/python-llfuse/releases 2>/dev/null | \
   37.10 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;s|release-||;q'
   37.11  }
   37.12  
   37.13  # Rules to configure and make the package.
    38.1 --- a/py3k-numpy/receipt	Sun Jul 16 15:14:43 2023 +0000
    38.2 +++ b/py3k-numpy/receipt	Sun Jul 16 18:06:38 2023 +0000
    38.3 @@ -15,10 +15,11 @@
    38.4  DEPENDS="gcc83-lib-base py3k"
    38.5  BUILD_DEPENDS="gcc83 py3k-dev py3k-cython"
    38.6  
    38.7 +# What is the latest version available today?
    38.8  current_version()
    38.9  {
   38.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   38.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   38.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   38.13  }
   38.14  
   38.15  # Rules to configure and make the package.
    39.1 --- a/py3k-secretstorage/receipt	Sun Jul 16 15:14:43 2023 +0000
    39.2 +++ b/py3k-secretstorage/receipt	Sun Jul 16 18:06:38 2023 +0000
    39.3 @@ -18,8 +18,8 @@
    39.4  # What is the latest version available today?
    39.5  current_version()
    39.6  {
    39.7 -	wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
    39.8 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    39.9 +	wget -O - https://github.com/mitya57/secretstorage/tags 2>/dev/null | \
   39.10 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   39.11  }
   39.12  
   39.13  # Rules to configure and make the package.
    40.1 --- a/pylorcon/receipt	Sun Jul 16 15:14:43 2023 +0000
    40.2 +++ b/pylorcon/receipt	Sun Jul 16 18:06:38 2023 +0000
    40.3 @@ -17,7 +17,7 @@
    40.4  current_version()
    40.5  {
    40.6  	wget -O - $WEB_SITE/tags 2>/dev/null | \
    40.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    40.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    40.9  }
   40.10  
   40.11  # Rules to configure and make the package.
    41.1 --- a/pypdf2/receipt	Sun Jul 16 15:14:43 2023 +0000
    41.2 +++ b/pypdf2/receipt	Sun Jul 16 18:06:38 2023 +0000
    41.3 @@ -13,10 +13,11 @@
    41.4  DEPENDS="python"
    41.5  BUILD_DEPENDS="python"
    41.6  
    41.7 +# What is the latest version available today?
    41.8  current_version()
    41.9  {
   41.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   41.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   41.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   41.13  }
   41.14  
   41.15  # Rules to configure and make the package.
    42.1 --- a/pyradio/receipt	Sun Jul 16 15:14:43 2023 +0000
    42.2 +++ b/pyradio/receipt	Sun Jul 16 18:06:38 2023 +0000
    42.3 @@ -14,10 +14,11 @@
    42.4  DEPENDS="mplayer ncurses python"
    42.5  BUILD_DEPENDS="python-setuptools"
    42.6  
    42.7 +# What is the latest version available today?
    42.8  current_version()
    42.9  {
   42.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   42.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   42.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   42.13  }
   42.14  
   42.15  # Rules to configure and make the package.
    43.1 --- a/pyrit/receipt	Sun Jul 16 15:14:43 2023 +0000
    43.2 +++ b/pyrit/receipt	Sun Jul 16 18:06:38 2023 +0000
    43.3 @@ -13,10 +13,11 @@
    43.4  DEPENDS="python libcrypto libpcap"
    43.5  BUILD_DEPENDS="python-setuptools python-dev openssl-dev libpcap-dev"
    43.6  
    43.7 +# What is the latest version available today?
    43.8  current_version()
    43.9  {
   43.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   43.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   43.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   43.13  }
   43.14  
   43.15  # Rules to configure and make the package.
    44.1 --- a/python-antlr/receipt	Sun Jul 16 15:14:43 2023 +0000
    44.2 +++ b/python-antlr/receipt	Sun Jul 16 18:06:38 2023 +0000
    44.3 @@ -15,10 +15,11 @@
    44.4  DEPENDS="python"
    44.5  BUILD_DEPENDS="python python-dev python-setuptools"
    44.6  
    44.7 +# What is the latest version available today?
    44.8  current_version()
    44.9  {
   44.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   44.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   44.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   44.13  }
   44.14  
   44.15  # Rules to configure and make the package.
    45.1 --- a/python-ari/receipt	Sun Jul 16 15:14:43 2023 +0000
    45.2 +++ b/python-ari/receipt	Sun Jul 16 18:06:38 2023 +0000
    45.3 @@ -13,10 +13,11 @@
    45.4  DEPENDS="python"
    45.5  BUILD_DEPENDS="python-setuptools"
    45.6  
    45.7 +# What is the latest version available today?
    45.8  current_version()
    45.9  {
   45.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   45.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   45.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   45.13  }
   45.14  
   45.15  # Rules to configure and make the package.
    46.1 --- a/python-beaker/receipt	Sun Jul 16 15:14:43 2023 +0000
    46.2 +++ b/python-beaker/receipt	Sun Jul 16 18:06:38 2023 +0000
    46.3 @@ -15,10 +15,11 @@
    46.4  DEPENDS="python"
    46.5  BUILD_DEPENDS="python python-dev python-setuptools"
    46.6  
    46.7 +# What is the latest version available today?
    46.8  current_version()
    46.9  {
   46.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   46.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   46.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   46.13  }
   46.14  
   46.15  # Rules to configure and make the package.
    47.1 --- a/python-chardet/receipt	Sun Jul 16 15:14:43 2023 +0000
    47.2 +++ b/python-chardet/receipt	Sun Jul 16 18:06:38 2023 +0000
    47.3 @@ -16,10 +16,11 @@
    47.4  DEPENDS="python python-setuptools"
    47.5  BUILD_DEPENDS="python-dev python-setuptools"
    47.6  
    47.7 +# What is the latest version available today?
    47.8  current_version()
    47.9  {
   47.10 -	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   47.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   47.12 +	wget -O - https://github.com/chardet/chardet/releases 2>/dev/null | \
   47.13 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   47.14  }
   47.15  
   47.16  # Rules to configure and make the package.
    48.1 --- a/python-configobj/receipt	Sun Jul 16 15:14:43 2023 +0000
    48.2 +++ b/python-configobj/receipt	Sun Jul 16 18:06:38 2023 +0000
    48.3 @@ -13,10 +13,11 @@
    48.4  DEPENDS="python python-six"
    48.5  BUILD_DEPENDS="wget cacerts python"
    48.6  
    48.7 +# What is the latest version available today?
    48.8  current_version()
    48.9  {
   48.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   48.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   48.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   48.13  }
   48.14  
   48.15  # Rules to configure and make the package.
    49.1 --- a/python-couchdbkit/receipt	Sun Jul 16 15:14:43 2023 +0000
    49.2 +++ b/python-couchdbkit/receipt	Sun Jul 16 18:06:38 2023 +0000
    49.3 @@ -16,10 +16,11 @@
    49.4  DEPENDS="couchdb python python-restkit python-simplejson"
    49.5  BUILD_DEPENDS="python python-dev python-setuptools"
    49.6  
    49.7 +# What is the latest version available today?
    49.8  current_version()
    49.9  {
   49.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   49.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   49.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   49.13  }
   49.14  
   49.15  # Rules to configure and make the package.
    50.1 --- a/python-cssutils/receipt	Sun Jul 16 15:14:43 2023 +0000
    50.2 +++ b/python-cssutils/receipt	Sun Jul 16 18:06:38 2023 +0000
    50.3 @@ -19,7 +19,7 @@
    50.4  current_version()
    50.5  {
    50.6  	wget -O - https://github.com/jaraco/cssutils/releases 2>/dev/null | \
    50.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    50.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    50.9  }
   50.10  
   50.11  # Rules to configure and make the package.
    51.1 --- a/python-ethtool/receipt	Sun Jul 16 15:14:43 2023 +0000
    51.2 +++ b/python-ethtool/receipt	Sun Jul 16 18:06:38 2023 +0000
    51.3 @@ -16,10 +16,11 @@
    51.4  DEPENDS="libnl python"
    51.5  BUILD_DEPENDS="libnl-dev pkg-config python python-dev python-setuptools"
    51.6  
    51.7 +# What is the latest version available today?
    51.8  current_version()
    51.9  {
   51.10 -	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   51.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   51.12 +	wget -O - https://github.com/fedora-python/python-ethtool/releases 2>/dev/null | \
   51.13 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   51.14  }
   51.15  
   51.16  # Rules to configure and make the package.
    52.1 --- a/python-genshi/receipt	Sun Jul 16 15:14:43 2023 +0000
    52.2 +++ b/python-genshi/receipt	Sun Jul 16 18:06:38 2023 +0000
    52.3 @@ -20,7 +20,7 @@
    52.4  current_version()
    52.5  {
    52.6  	wget -O - https://github.com/edgewall/genshi/releases 2>/dev/null | \
    52.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    52.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    52.9  }
   52.10  
   52.11  # Rules to configure and make the package.
    53.1 --- a/python-html2text/receipt	Sun Jul 16 15:14:43 2023 +0000
    53.2 +++ b/python-html2text/receipt	Sun Jul 16 18:06:38 2023 +0000
    53.3 @@ -16,10 +16,11 @@
    53.4  DEPENDS="python"
    53.5  BUILD_DEPENDS="python-dev python-distribute python-setuptools"
    53.6  
    53.7 +# What is the latest version available today?
    53.8  current_version()
    53.9  {
   53.10 -	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   53.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   53.12 +	wget -O - https://github.com/Alir3z4/html2text/releases 2>/dev/null | \
   53.13 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   53.14  }
   53.15  
   53.16  # Rules to configure and make the package.
    54.1 --- a/python-html5lib/receipt	Sun Jul 16 15:14:43 2023 +0000
    54.2 +++ b/python-html5lib/receipt	Sun Jul 16 18:06:38 2023 +0000
    54.3 @@ -18,10 +18,11 @@
    54.4  
    54.5  HOST_ARCH="i486 arm"
    54.6  
    54.7 +# What is the latest version available today?
    54.8  current_version()
    54.9  {
   54.10 -	wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
   54.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   54.12 +	wget -O - https://github.com/html5lib/html5lib-python/tags 2>/dev/null | \
   54.13 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   54.14  }
   54.15  
   54.16  # Rules to configure and make the package.
    55.1 --- a/python-httplib2/receipt	Sun Jul 16 15:14:43 2023 +0000
    55.2 +++ b/python-httplib2/receipt	Sun Jul 16 18:06:38 2023 +0000
    55.3 @@ -16,10 +16,11 @@
    55.4  DEPENDS="python"
    55.5  BUILD_DEPENDS="python python-dev python-setuptools"
    55.6  
    55.7 +# What is the latest version available today?
    55.8  current_version()
    55.9  {
   55.10 -	wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
   55.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   55.12 +	wget -O - https://github.com/httplib2/httplib2/tags 2>/dev/null | \
   55.13 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   55.14  }
   55.15  
   55.16  # Rules to configure and make the package.
    56.1 --- a/python-humanize/receipt	Sun Jul 16 15:14:43 2023 +0000
    56.2 +++ b/python-humanize/receipt	Sun Jul 16 18:06:38 2023 +0000
    56.3 @@ -14,10 +14,11 @@
    56.4  DEPENDS="python"
    56.5  BUILD_DEPENDS="python python-setuptools"
    56.6  
    56.7 +# What is the latest version available today?
    56.8  current_version()
    56.9  {
   56.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   56.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   56.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   56.13  }
   56.14  
   56.15  # Rules to configure and make the package.
    57.1 --- a/python-ldap/receipt	Sun Jul 16 15:14:43 2023 +0000
    57.2 +++ b/python-ldap/receipt	Sun Jul 16 18:06:38 2023 +0000
    57.3 @@ -18,7 +18,7 @@
    57.4  current_version()
    57.5  {
    57.6  	wget -O - https://github.com/python-ldap/python-ldap/releases 2>/dev/null | \
    57.7 -	sed '/archive.*tar/!d;s|.*/[a-z-]*\(.*\).tar.*|\1|;q'
    57.8 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
    57.9  }
   57.10  
   57.11  # Rules to configure and make the package.
    58.1 --- a/python-numpy/receipt	Sun Jul 16 15:14:43 2023 +0000
    58.2 +++ b/python-numpy/receipt	Sun Jul 16 18:06:38 2023 +0000
    58.3 @@ -16,10 +16,11 @@
    58.4  DEPENDS="python"
    58.5  BUILD_DEPENDS="python python-cython python-dev python-setuptools"
    58.6  
    58.7 +# What is the latest version available today?
    58.8  current_version()
    58.9  {
   58.10 -	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   58.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   58.12 +	wget -O - https://github.com/numpy/numpy/releases 2>/dev/null | \
   58.13 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   58.14  }
   58.15  
   58.16  # Rules to configure and make the package.
    59.1 --- a/python-odoorpc/receipt	Sun Jul 16 15:14:43 2023 +0000
    59.2 +++ b/python-odoorpc/receipt	Sun Jul 16 18:06:38 2023 +0000
    59.3 @@ -16,10 +16,11 @@
    59.4  DEPENDS="python"
    59.5  BUILD_DEPENDS="python python-setuptools"
    59.6  
    59.7 +# What is the latest version available today?
    59.8  current_version()
    59.9  {
   59.10 -	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   59.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   59.12 +	wget -O - https://github.com/OCA/odoorpc/tags 2>/dev/null | \
   59.13 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   59.14  }
   59.15  
   59.16  # Rules to configure and make the package.
    60.1 --- a/python-paho-mqtt/receipt	Sun Jul 16 15:14:43 2023 +0000
    60.2 +++ b/python-paho-mqtt/receipt	Sun Jul 16 18:06:38 2023 +0000
    60.3 @@ -15,10 +15,11 @@
    60.4  DEPENDS="python"
    60.5  BUILD_DEPENDS="python python-setuptools"
    60.6  
    60.7 +# What is the latest version available today?
    60.8  current_version()
    60.9  {
   60.10 -	wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
   60.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   60.12 +	wget -O - https://github.com/eclipse/paho.mqtt.python/tags 2>/dev/null | \
   60.13 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   60.14  }
   60.15  
   60.16  # Rules to configure and make the package.
    61.1 --- a/python-pip/receipt	Sun Jul 16 15:14:43 2023 +0000
    61.2 +++ b/python-pip/receipt	Sun Jul 16 18:06:38 2023 +0000
    61.3 @@ -16,10 +16,11 @@
    61.4  DEPENDS="python"
    61.5  BUILD_DEPENDS="python python-setuptools"
    61.6  
    61.7 +# What is the latest version available today?
    61.8  current_version()
    61.9  {
   61.10 -	wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
   61.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   61.12 +	wget -O - https://github.com/pypa/pip/tags 2>/dev/null | \
   61.13 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   61.14  }
   61.15  
   61.16  # Rules to configure and make the package.
    62.1 --- a/python-pyflakes/receipt	Sun Jul 16 15:14:43 2023 +0000
    62.2 +++ b/python-pyflakes/receipt	Sun Jul 16 18:06:38 2023 +0000
    62.3 @@ -16,10 +16,11 @@
    62.4  DEPENDS="python"
    62.5  BUILD_DEPENDS="python python-dev python-setuptools"
    62.6  
    62.7 +# What is the latest version available today?
    62.8  current_version()
    62.9  {
   62.10 -	wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
   62.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   62.12 +	wget -O - https://github.com/PyCQA/pyflakes/tags 2>/dev/null | \
   62.13 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   62.14  }
   62.15  
   62.16  # Rules to configure and make the package.
    63.1 --- a/python-pynacl/receipt	Sun Jul 16 15:14:43 2023 +0000
    63.2 +++ b/python-pynacl/receipt	Sun Jul 16 18:06:38 2023 +0000
    63.3 @@ -11,16 +11,16 @@
    63.4  
    63.5  SOURCE="PyNaCl"
    63.6  TARBALL="$SOURCE-$VERSION.tar.gz"
    63.7 -WGET_URL="https://github.com/pyca/pynacl/archive/$VERSION.tar.gz"
    63.8  WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    63.9  
   63.10  DEPENDS="libsodium python"
   63.11  BUILD_DEPENDS="libmagic libsodium-dev python-dev python-setuptools"
   63.12  
   63.13 +# What is the latest version available today?
   63.14  current_version()
   63.15  {
   63.16 -	wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
   63.17 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   63.18 +	wget -O - https://github.com/pyca/pynacl/tags 2>/dev/null | \
   63.19 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   63.20  }
   63.21  
   63.22  # Rules to configure and make the package.
    64.1 --- a/python-pyst2/receipt	Sun Jul 16 15:14:43 2023 +0000
    64.2 +++ b/python-pyst2/receipt	Sun Jul 16 18:06:38 2023 +0000
    64.3 @@ -16,10 +16,11 @@
    64.4  DEPENDS="python"
    64.5  BUILD_DEPENDS="python-setuptools"
    64.6  
    64.7 +# What is the latest version available today?
    64.8  current_version()
    64.9  {
   64.10 -	wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
   64.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   64.12 +	wget -O - https://github.com/jfernandz/pyst2/tags 2>/dev/null | \
   64.13 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   64.14  }
   64.15  
   64.16  # Rules to configure and make the package.
    65.1 --- a/python-pyweb/receipt	Sun Jul 16 15:14:43 2023 +0000
    65.2 +++ b/python-pyweb/receipt	Sun Jul 16 18:06:38 2023 +0000
    65.3 @@ -20,7 +20,7 @@
    65.4  current_version()
    65.5  {
    65.6  	wget -O - https://github.com/webpy/webpy/releases 2>/dev/null | \
    65.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    65.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    65.9  }
   65.10  
   65.11  # Rules to configure and make the package.
    66.1 --- a/python-rpi-pyglow/receipt	Sun Jul 16 15:14:43 2023 +0000
    66.2 +++ b/python-rpi-pyglow/receipt	Sun Jul 16 18:06:38 2023 +0000
    66.3 @@ -14,10 +14,11 @@
    66.4  
    66.5  DEPENDS="python python-smbus python-psutil python-rpi-gpio"
    66.6  
    66.7 +# What is the latest version available today?
    66.8  current_version()
    66.9  {
   66.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   66.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   66.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   66.13  }
   66.14  
   66.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    67.1 --- a/python-scapy/receipt	Sun Jul 16 15:14:43 2023 +0000
    67.2 +++ b/python-scapy/receipt	Sun Jul 16 18:06:38 2023 +0000
    67.3 @@ -15,10 +15,11 @@
    67.4  DEPENDS="python"
    67.5  BUILD_DEPENDS="python python-setuptools"
    67.6  
    67.7 +# What is the latest version available today?
    67.8  current_version()
    67.9  {
   67.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   67.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   67.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   67.13  }
   67.14  
   67.15  # Rules to configure and make the package.
    68.1 --- a/python-setuptools/receipt	Sun Jul 16 15:14:43 2023 +0000
    68.2 +++ b/python-setuptools/receipt	Sun Jul 16 18:06:38 2023 +0000
    68.3 @@ -15,10 +15,11 @@
    68.4  DEPENDS="python"
    68.5  BUILD_DEPENDS="python python-dev"
    68.6  
    68.7 +# What is the latest version available today?
    68.8  current_version()
    68.9  {
   68.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   68.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   68.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   68.13  }
   68.14  
   68.15  # Rules to configure and make the package.
    69.1 --- a/python-socketpool/receipt	Sun Jul 16 15:14:43 2023 +0000
    69.2 +++ b/python-socketpool/receipt	Sun Jul 16 18:06:38 2023 +0000
    69.3 @@ -15,10 +15,11 @@
    69.4  DEPENDS="python"
    69.5  BUILD_DEPENDS="python python-dev python-setuptools"
    69.6  
    69.7 +# What is the latest version available today?
    69.8  current_version()
    69.9  {
   69.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   69.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   69.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   69.13  }
   69.14  
   69.15  # Rules to configure and make the package.
    70.1 --- a/python-sphinx/receipt	Sun Jul 16 15:14:43 2023 +0000
    70.2 +++ b/python-sphinx/receipt	Sun Jul 16 18:06:38 2023 +0000
    70.3 @@ -20,7 +20,7 @@
    70.4  current_version()
    70.5  {
    70.6  	wget -O - https://github.com/sphinx-doc/sphinx/releases 2>/dev/null | \
    70.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    70.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    70.9  }
   70.10  
   70.11  # Rules to configure and make the package.
    71.1 --- a/python-turbogears/receipt	Sun Jul 16 15:14:43 2023 +0000
    71.2 +++ b/python-turbogears/receipt	Sun Jul 16 18:06:38 2023 +0000
    71.3 @@ -19,10 +19,11 @@
    71.4  	python-simplejson sqlobject"
    71.5  BUILD_DEPENDS="python-dev python-setuptools"
    71.6  
    71.7 +# What is the latest version available today?
    71.8  current_version()
    71.9  {
   71.10  	wget -O - https://github.com/TurboGears/tg2/releases 2>/dev/null | \
   71.11 -	sed '/archive.*tar/!d;s|.*/tg\(.*\).tar.*|\1|;q'
   71.12 +	sed '/tag\//!d;s|.*tag/[a-z]*||;s|".*||;q'
   71.13  }
   71.14  
   71.15  # Rules to configure and make the package.
    72.1 --- a/python-werkzeug/receipt	Sun Jul 16 15:14:43 2023 +0000
    72.2 +++ b/python-werkzeug/receipt	Sun Jul 16 18:06:38 2023 +0000
    72.3 @@ -14,10 +14,11 @@
    72.4  DEPENDS="python"
    72.5  BUILD_DEPENDS="python python-dev python-setuptools"
    72.6  
    72.7 +# What is the latest version available today?
    72.8  current_version()
    72.9  {
   72.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   72.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   72.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   72.13  }
   72.14  
   72.15  # Rules to configure and make the package.
    73.1 --- a/pyvim/receipt	Sun Jul 16 15:14:43 2023 +0000
    73.2 +++ b/pyvim/receipt	Sun Jul 16 18:06:38 2023 +0000
    73.3 @@ -19,8 +19,8 @@
    73.4  # What is the latest version available today?
    73.5  current_version()
    73.6  {
    73.7 -	wget -O - $WEB_SITE/tags 2>/dev/null | \
    73.8 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
    73.9 +	wget -O - https://github.com/prompt-toolkit/pyvim/tags 2>/dev/null | \
   73.10 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q'
   73.11  }
   73.12  
   73.13  # Rules to configure and make the package.
    74.1 --- a/qdirstat/receipt	Sun Jul 16 15:14:43 2023 +0000
    74.2 +++ b/qdirstat/receipt	Sun Jul 16 18:06:38 2023 +0000
    74.3 @@ -14,10 +14,11 @@
    74.4  DEPENDS="qt4"
    74.5  BUILD_DEPENDS="Qt4-dev qmake"
    74.6  
    74.7 +# What is the latest version available today?
    74.8  current_version()
    74.9  {
   74.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   74.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   74.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   74.13  }
   74.14  
   74.15  # Rules to configure and make the package.
    75.1 --- a/qlcplus/receipt	Sun Jul 16 15:14:43 2023 +0000
    75.2 +++ b/qlcplus/receipt	Sun Jul 16 18:06:38 2023 +0000
    75.3 @@ -14,10 +14,11 @@
    75.4  DEPENDS="alsa-lib libftdi libQtGui libQtNetwork libQtScript ola"
    75.5  BUILD_DEPENDS="alsa-lib-dev libftdi-dev libusb-dev ola-dev qmake Qt4-dev"
    75.6  
    75.7 +# What is the latest version available today?
    75.8  current_version()
    75.9  {
   75.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   75.11 -	sed '/archive.*tar/!d;s|.*/QLC+_\(.*\).tar.*|\1|;q'
   75.12 +	sed '/tag\//!d;s|.*tag/QLC%2B_*||;s|".*||;q'
   75.13  }
   75.14  
   75.15  # Rules to configure and make the package.
    76.1 --- a/qpdf/receipt	Sun Jul 16 15:14:43 2023 +0000
    76.2 +++ b/qpdf/receipt	Sun Jul 16 18:06:38 2023 +0000
    76.3 @@ -14,10 +14,11 @@
    76.4  DEPENDS="gcc83-lib-base libatomic libjpeg pcre zlib"
    76.5  BUILD_DEPENDS="gcc83 gnutls-dev jpeg-dev pcre-dev zlib-dev"
    76.6  
    76.7 +# What is the latest version available today?
    76.8  current_version()
    76.9  {
   76.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   76.11 -	sed '/archive.*tar/!d;s|.*/release-qpdf-\(.*\).tar.*|\1|;q'
   76.12 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
   76.13  }
   76.14  
   76.15  # Rules to configure and make the package.
    77.1 --- a/qps/receipt	Sun Jul 16 15:14:43 2023 +0000
    77.2 +++ b/qps/receipt	Sun Jul 16 18:06:38 2023 +0000
    77.3 @@ -17,7 +17,7 @@
    77.4  current_version()
    77.5  {
    77.6  	wget -O - $WEB_SITE/releases 2>/dev/null | \
    77.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
    77.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q'
    77.9  }
   77.10  
   77.11  # Rules to configure and make the package.
    78.1 --- a/qrencode/receipt	Sun Jul 16 15:14:43 2023 +0000
    78.2 +++ b/qrencode/receipt	Sun Jul 16 18:06:38 2023 +0000
    78.3 @@ -14,10 +14,11 @@
    78.4  DEPENDS="libpng"
    78.5  BUILD_DEPENDS="automake libpng-dev libtool"
    78.6  
    78.7 +# What is the latest version available today?
    78.8  current_version()
    78.9  {
   78.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   78.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   78.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   78.13  }
   78.14  
   78.15  # Rules to configure and make the package.
    79.1 --- a/qterminal/receipt	Sun Jul 16 15:14:43 2023 +0000
    79.2 +++ b/qterminal/receipt	Sun Jul 16 18:06:38 2023 +0000
    79.3 @@ -20,10 +20,11 @@
    79.4  GENERIC_PIXMAPS="no"
    79.5  GENERIC_MENUS="no"
    79.6  
    79.7 +# What is the latest version available today?
    79.8  current_version()
    79.9  {
   79.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   79.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   79.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   79.13  }
   79.14  
   79.15  # Rules to configure and make the package.
    80.1 --- a/qtermwidget/receipt	Sun Jul 16 15:14:43 2023 +0000
    80.2 +++ b/qtermwidget/receipt	Sun Jul 16 18:06:38 2023 +0000
    80.3 @@ -18,7 +18,7 @@
    80.4  current_version()
    80.5  {
    80.6  	wget -O - $WEB_SITE/releases 2>/dev/null | \
    80.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
    80.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q'
    80.9  }
   80.10  
   80.11  # Rules to configure and make the package.
    81.1 --- a/qtfm/receipt	Sun Jul 16 15:14:43 2023 +0000
    81.2 +++ b/qtfm/receipt	Sun Jul 16 18:06:38 2023 +0000
    81.3 @@ -19,7 +19,7 @@
    81.4  current_version()
    81.5  {
    81.6  	wget -O - https://github.com/rodlie/qtfm/releases 2>/dev/null | \
    81.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    81.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    81.9  }
   81.10  
   81.11  # Rules to configure and make the package.
    82.1 --- a/qtkeychain/receipt	Sun Jul 16 15:14:43 2023 +0000
    82.2 +++ b/qtkeychain/receipt	Sun Jul 16 18:06:38 2023 +0000
    82.3 @@ -14,10 +14,11 @@
    82.4  DEPENDS="gcc83-lib-base libQtDBus"
    82.5  BUILD_DEPENDS="cmake gcc83 Qt4-dev qmake"
    82.6  
    82.7 +# What is the latest version available today?
    82.8  current_version()
    82.9  {
   82.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   82.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   82.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   82.13  }
   82.14  
   82.15  # Rules to configure and make the package.
    83.1 --- a/quazip/receipt	Sun Jul 16 15:14:43 2023 +0000
    83.2 +++ b/quazip/receipt	Sun Jul 16 18:06:38 2023 +0000
    83.3 @@ -14,10 +14,11 @@
    83.4  DEPENDS="zlib"
    83.5  BUILD_DEPENDS="qmake Qt4-dev zlib-dev"
    83.6  
    83.7 +# What is the latest version available today?
    83.8  current_version()
    83.9  {
   83.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   83.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   83.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   83.13  }
   83.14  
   83.15  # Rules to configure and make the package.
    84.1 --- a/quodlibet/receipt	Sun Jul 16 15:14:43 2023 +0000
    84.2 +++ b/quodlibet/receipt	Sun Jul 16 18:06:38 2023 +0000
    84.3 @@ -22,7 +22,7 @@
    84.4  current_version()
    84.5  {
    84.6  	wget -O - $WEB_SITE/releases 2>/dev/null | \
    84.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
    84.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q'
    84.9  }
   84.10  
   84.11  # Rules to configure and make the package.
    85.1 --- a/qupzilla/receipt	Sun Jul 16 15:14:43 2023 +0000
    85.2 +++ b/qupzilla/receipt	Sun Jul 16 18:06:38 2023 +0000
    85.3 @@ -17,10 +17,11 @@
    85.4  BUILD_DEPENDS="wget cacerts Qt4-dev qmake openssl-dev xorg-libX11-dev"
    85.5  SUGGESTED="libQtWebkit-video qupzilla-locales"
    85.6  
    85.7 +# What is the latest version available today?
    85.8  current_version()
    85.9  {
   85.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   85.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   85.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   85.13  }
   85.14  
   85.15  # Rules to configure and make the PACKAGE.
    86.1 --- a/qutim/receipt	Sun Jul 16 15:14:43 2023 +0000
    86.2 +++ b/qutim/receipt	Sun Jul 16 18:06:38 2023 +0000
    86.3 @@ -17,7 +17,7 @@
    86.4  current_version()
    86.5  {
    86.6  	wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
    86.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    86.8 +	sed '/archival_release/d;/tag\//!d;s|.*tag/v*||;s|".*||;q'
    86.9  }
   86.10  
   86.11  # Rules to configure and make the package.
    87.1 --- a/qxmpp/receipt	Sun Jul 16 15:14:43 2023 +0000
    87.2 +++ b/qxmpp/receipt	Sun Jul 16 18:06:38 2023 +0000
    87.3 @@ -14,10 +14,11 @@
    87.4  BUILD_DEPENDS="qmake Qt4-dev speex-dev libtheora-dev libogg-dev libvpx-dev \
    87.5  doxygen wget"
    87.6  
    87.7 +# What is the latest version available today?
    87.8  current_version()
    87.9  {
   87.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   87.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   87.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   87.13  }
   87.14  
   87.15  # Rules to configure and make the package.
    88.1 --- a/rawstudio/receipt	Sun Jul 16 15:14:43 2023 +0000
    88.2 +++ b/rawstudio/receipt	Sun Jul 16 18:06:38 2023 +0000
    88.3 @@ -16,8 +16,8 @@
    88.4  # What is the latest version available today?
    88.5  current_version()
    88.6  {
    88.7 -	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    88.8 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    88.9 +	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   88.10 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   88.11  }
   88.12  
   88.13  # Rules to configure and make the package.
    89.1 --- a/rdesktop/receipt	Sun Jul 16 15:14:43 2023 +0000
    89.2 +++ b/rdesktop/receipt	Sun Jul 16 18:06:38 2023 +0000
    89.3 @@ -17,10 +17,11 @@
    89.4  BUILD_DEPENDS="autoconf automake gnutls-dev libgnutls libtasn1-dev nettle-dev
    89.5  	openssl-dev pcsc-lite-dev xorg-dev"
    89.6  
    89.7 +# What is the latest version available today?
    89.8  current_version()
    89.9  {
   89.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   89.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   89.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   89.13  }
   89.14  
   89.15  # Rules to configure and make the package.
    90.1 --- a/re2c/receipt	Sun Jul 16 15:14:43 2023 +0000
    90.2 +++ b/re2c/receipt	Sun Jul 16 18:06:38 2023 +0000
    90.3 @@ -14,10 +14,11 @@
    90.4  
    90.5  BUILD_DEPENDS="automake libtool"
    90.6  
    90.7 +# What is the latest version available today?
    90.8  current_version()
    90.9  {
   90.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   90.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   90.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   90.13  }
   90.14  
   90.15  # Rules to configure and make the package.
    91.1 --- a/reaver/receipt	Sun Jul 16 15:14:43 2023 +0000
    91.2 +++ b/reaver/receipt	Sun Jul 16 18:06:38 2023 +0000
    91.3 @@ -14,10 +14,11 @@
    91.4  DEPENDS="aircrack-ng libpcap pixiewps"
    91.5  BUILD_DEPENDS="libpcap-dev"
    91.6  
    91.7 +# What is the latest version available today?
    91.8  current_version()
    91.9  {
   91.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   91.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   91.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   91.13  }
   91.14  
   91.15  # Rules to configure and make the package.
    92.1 --- a/redshift/receipt	Sun Jul 16 15:14:43 2023 +0000
    92.2 +++ b/redshift/receipt	Sun Jul 16 18:06:38 2023 +0000
    92.3 @@ -14,10 +14,11 @@
    92.4  DEPENDS="python"
    92.5  BUILD_DEPENDS="python"
    92.6  
    92.7 +# What is the latest version available today?
    92.8  current_version()
    92.9  {
   92.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   92.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   92.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   92.13  }
   92.14  
   92.15  # Rules to configure and make the package.
    93.1 --- a/reqflow/receipt	Sun Jul 16 15:14:43 2023 +0000
    93.2 +++ b/reqflow/receipt	Sun Jul 16 18:06:38 2023 +0000
    93.3 @@ -14,10 +14,11 @@
    93.4  DEPENDS="libxml2 libzip pcre poppler zlib"
    93.5  BUILD_DEPENDS="libxml2-dev libzip-dev pcre-dev poppler-dev zlib-dev"
    93.6  
    93.7 +# What is the latest version available today?
    93.8  current_version()
    93.9  {
   93.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   93.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   93.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   93.13  }
   93.14  
   93.15  # Rules to configure and make the package.
    94.1 --- a/rlwrap/receipt	Sun Jul 16 15:14:43 2023 +0000
    94.2 +++ b/rlwrap/receipt	Sun Jul 16 18:06:38 2023 +0000
    94.3 @@ -17,7 +17,7 @@
    94.4  current_version()
    94.5  {
    94.6  	wget -O - $WEB_SITE/releases 2>/dev/null | \
    94.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
    94.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    94.9  }
   94.10  
   94.11  # Rules to configure and make the package.
    95.1 --- a/rogue/receipt	Sun Jul 16 15:14:43 2023 +0000
    95.2 +++ b/rogue/receipt	Sun Jul 16 18:06:38 2023 +0000
    95.3 @@ -17,7 +17,7 @@
    95.4  current_version()
    95.5  {
    95.6  	wget -O - https://github.com/Davidslv/rogue/releases 2>/dev/null | \
    95.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    95.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    95.9  }
   95.10  
   95.11  # Rules to configure and make the package.
    96.1 --- a/rspamd/receipt	Sun Jul 16 15:14:43 2023 +0000
    96.2 +++ b/rspamd/receipt	Sun Jul 16 18:06:38 2023 +0000
    96.3 @@ -16,10 +16,11 @@
    96.4  	libmagic-dev lua-dev luajit-dev openssl-dev perl pkg-config \
    96.5  	ragel sqlite-dev"
    96.6  
    96.7 +# What is the latest version available today?
    96.8  current_version()
    96.9  {
   96.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   96.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   96.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   96.13  }
   96.14  
   96.15  # Rules to configure and make the package.
    97.1 --- a/rtorrent/receipt	Sun Jul 16 15:14:43 2023 +0000
    97.2 +++ b/rtorrent/receipt	Sun Jul 16 18:06:38 2023 +0000
    97.3 @@ -16,10 +16,11 @@
    97.4  BUILD_DEPENDS="curl-dev gcc83 libsigc++-dev libtorrent libtorrent-dev
    97.5  	ncurses-dev pkg-config xmlrpc-c-dev"
    97.6  
    97.7 +# What is the latest version available today?
    97.8  current_version()
    97.9  {
   97.10 -	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   97.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   97.12 +	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   97.13 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   97.14  }
   97.15  
   97.16  # Rules to configure and make the package.
    98.1 --- a/rubygems/receipt	Sun Jul 16 15:14:43 2023 +0000
    98.2 +++ b/rubygems/receipt	Sun Jul 16 18:06:38 2023 +0000
    98.3 @@ -22,7 +22,7 @@
    98.4  current_version()
    98.5  {
    98.6  	wget -O - https://github.com/rubygems/rubygems/releases 2>/dev/null | \
    98.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    98.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    98.9  }
   98.10  
   98.11  # Rules to configure and make the package.
    99.1 --- a/sc-im/receipt	Sun Jul 16 15:14:43 2023 +0000
    99.2 +++ b/sc-im/receipt	Sun Jul 16 18:06:38 2023 +0000
    99.3 @@ -17,10 +17,11 @@
    99.4  DEPENDS="ncursesw"
    99.5  BUILD_DEPENDS="bison ncursesw-dev"
    99.6  
    99.7 +# What is the latest version available today?
    99.8  current_version()
    99.9  {
   99.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   99.11 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   99.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   99.13  }
   99.14  
   99.15  # Rules to configure and make the package.
   100.1 --- a/scikit-build/receipt	Sun Jul 16 15:14:43 2023 +0000
   100.2 +++ b/scikit-build/receipt	Sun Jul 16 18:06:38 2023 +0000
   100.3 @@ -17,7 +17,7 @@
   100.4  current_version()
   100.5  {
   100.6  	wget -O - ${WGET_URL%arch*}releases 2>/dev/null | \
   100.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
   100.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q'
   100.9  }
  100.10  
  100.11  # Rules to configure and make the package.
   101.1 --- a/scim-anthy/receipt	Sun Jul 16 15:14:43 2023 +0000
   101.2 +++ b/scim-anthy/receipt	Sun Jul 16 18:06:38 2023 +0000
   101.3 @@ -18,7 +18,7 @@
   101.4  current_version()
   101.5  {
   101.6  	wget -O - $WEB_SITE/releases 2>/dev/null | \
   101.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
   101.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q'
   101.9  }
  101.10  
  101.11  # Rules to configure and make the package.
   102.1 --- a/scim/receipt	Sun Jul 16 15:14:43 2023 +0000
   102.2 +++ b/scim/receipt	Sun Jul 16 18:06:38 2023 +0000
   102.3 @@ -15,10 +15,11 @@
   102.4  BUILD_DEPENDS="gtk+-dev libtool xz gettext-tools"
   102.5  CONFIG_FILES="/etc/scim/config /etc/scim/global"
   102.6  
   102.7 +# What is the latest version available today?
   102.8  current_version()
   102.9  {
  102.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  102.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
  102.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  102.13  }
  102.14  
  102.15  # Rules to configure and make the package.
   103.1 --- a/scratch/receipt	Sun Jul 16 15:14:43 2023 +0000
   103.2 +++ b/scratch/receipt	Sun Jul 16 18:06:38 2023 +0000
   103.3 @@ -21,7 +21,7 @@
   103.4  	wget -O - https://github.com/redshaderobotics?tab=repositories 2>/dev/null | \
   103.5  	sed '/-linux/!d;/codeRepository/!d;s|.*href="|https://github.com/|;s|".*|/releases|' | \
   103.6  	sort -Vr | sed q | xargs wget -O - 2>/dev/null | \
   103.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   103.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   103.9  }
  103.10  
  103.11  # Rules to configure and make the package.
   104.1 --- a/screenfetch/receipt	Sun Jul 16 15:14:43 2023 +0000
   104.2 +++ b/screenfetch/receipt	Sun Jul 16 18:06:38 2023 +0000
   104.3 @@ -14,10 +14,11 @@
   104.4  DEPENDS="bash procps xorg-xdpyinfo"
   104.5  BUILD_DEPENDS=""
   104.6  
   104.7 +# What is the latest version available today?
   104.8  current_version()
   104.9  {
  104.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  104.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
  104.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  104.13  }
  104.14  
  104.15  # Rules to configure and make the package.
   105.1 --- a/screentest/receipt	Sun Jul 16 15:14:43 2023 +0000
   105.2 +++ b/screentest/receipt	Sun Jul 16 18:06:38 2023 +0000
   105.3 @@ -15,10 +15,11 @@
   105.4  BUILD_DEPENDS="wget gtk+-dev libglade-dev automake autoconf libtool pkg-config \
   105.5  file"
   105.6  
   105.7 +# What is the latest version available today?
   105.8  current_version()
   105.9  {
  105.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  105.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
  105.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  105.13  }
  105.14  
  105.15  # Rules to configure and make the package.
   106.1 --- a/scrot/receipt	Sun Jul 16 15:14:43 2023 +0000
   106.2 +++ b/scrot/receipt	Sun Jul 16 18:06:38 2023 +0000
   106.3 @@ -20,7 +20,7 @@
   106.4  {
   106.5  	# https://github.com/resurrecting-open-source-projects/scrot/releases
   106.6  	wget -O - https://github.com/dreamer/scrot/releases 2>/dev/null | \
   106.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   106.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   106.9  }
  106.10  
  106.11  # Rules to configure and make the package.
   107.1 --- a/scrub/receipt	Sun Jul 16 15:14:43 2023 +0000
   107.2 +++ b/scrub/receipt	Sun Jul 16 18:06:38 2023 +0000
   107.3 @@ -14,10 +14,11 @@
   107.4  DEPENDS=""
   107.5  BUILD_DEPENDS="perl"
   107.6  
   107.7 +# What is the latest version available today?
   107.8  current_version()
   107.9  {
  107.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
  107.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
  107.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  107.13  }
  107.14  
  107.15  # Rules to configure and make the package.
   108.1 --- a/shaarli/receipt	Sun Jul 16 15:14:43 2023 +0000
   108.2 +++ b/shaarli/receipt	Sun Jul 16 18:06:38 2023 +0000
   108.3 @@ -16,10 +16,11 @@
   108.4  
   108.5  HOST_ARCH="any"
   108.6  
   108.7 +# What is the latest version available today?
   108.8  current_version()
   108.9  {
  108.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  108.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
  108.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  108.13  }
  108.14  
  108.15  # Rules to gen a SliTaz package suitable for Tazpkg.   
   109.1 --- a/sipsak/receipt	Sun Jul 16 15:14:43 2023 +0000
   109.2 +++ b/sipsak/receipt	Sun Jul 16 18:06:38 2023 +0000
   109.3 @@ -14,10 +14,11 @@
   109.4  DEPENDS="gnutls libcrypto zlib"
   109.5  BUILD_DEPENDS="autoconf libcrypto libcrypto-dev libtool"
   109.6  
   109.7 +# What is the latest version available today?
   109.8  current_version()
   109.9  {
  109.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  109.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
  109.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  109.13  }
  109.14  
  109.15  # Rules to configure and make the package.
   110.1 --- a/sleuthkit/receipt	Sun Jul 16 15:14:43 2023 +0000
   110.2 +++ b/sleuthkit/receipt	Sun Jul 16 18:06:38 2023 +0000
   110.3 @@ -14,10 +14,11 @@
   110.4  DEPENDS="gcc83-lib-base perl"
   110.5  BUILD_DEPENDS="gcc83 libpthread-stubs perl sqlite-dev"
   110.6  
   110.7 +# What is the latest version available today?
   110.8  current_version()
   110.9  {
  110.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
  110.11 -	sed '/archive.*tar/!d;s|.*/sleuthkit-\(.*\).tar.*|\1|;q'
  110.12 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
  110.13  }
  110.14  
  110.15  # Rules to configure and make the package.
   111.1 --- a/slitaz-backgrounds/receipt	Sun Jul 16 15:14:43 2023 +0000
   111.2 +++ b/slitaz-backgrounds/receipt	Sun Jul 16 18:06:38 2023 +0000
   111.3 @@ -14,8 +14,8 @@
   111.4  # What is the latest version available today?
   111.5  current_version()
   111.6  {
   111.7 -	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   111.8 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   111.9 +	wget -O - $WEB_SITE/releases 2>/dev/null | \
  111.10 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  111.11  }
  111.12  
  111.13  # Rules to configure and make the package.
   112.1 --- a/slurm/receipt	Sun Jul 16 15:14:43 2023 +0000
   112.2 +++ b/slurm/receipt	Sun Jul 16 18:06:38 2023 +0000
   112.3 @@ -15,10 +15,11 @@
   112.4  DEPENDS="ncurses"
   112.5  BUILD_DEPENDS="meson ncurses-dev"
   112.6  
   112.7 +# What is the latest version available today?
   112.8  current_version()
   112.9  {
  112.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  112.11 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
  112.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;s|upstream%2F||;q'
  112.13  }
  112.14  
  112.15  # Rules to configure and make the package.
   113.1 --- a/smx/receipt	Sun Jul 16 15:14:43 2023 +0000
   113.2 +++ b/smx/receipt	Sun Jul 16 18:06:38 2023 +0000
   113.3 @@ -18,7 +18,7 @@
   113.4  current_version()
   113.5  {
   113.6  	wget -O - https://github.com/earonesty/smx/releases 2>/dev/null | \
   113.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   113.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   113.9  }
  113.10  
  113.11  # Rules to configure and make the package.
   114.1 --- a/softether/receipt	Sun Jul 16 15:14:43 2023 +0000
   114.2 +++ b/softether/receipt	Sun Jul 16 18:06:38 2023 +0000
   114.3 @@ -19,7 +19,7 @@
   114.4  current_version()
   114.5  {
   114.6  	wget -O - https://github.com/SoftEtherVPN/SoftEtherVPN/releases 2>/dev/null | \
   114.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   114.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   114.9  }
  114.10  
  114.11  # Rules to configure and make the package.
   115.1 --- a/sozi/receipt	Sun Jul 16 15:14:43 2023 +0000
   115.2 +++ b/sozi/receipt	Sun Jul 16 18:06:38 2023 +0000
   115.3 @@ -17,7 +17,7 @@
   115.4  current_version()
   115.5  {
   115.6  	wget -O - $WEB_SITE/releases 2>/dev/null | \
   115.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
   115.8 +	sed '/tag\//!d;/-rc[0-9]/d;/-beta/d;s|.*tag/[A-Za-z_-]*||;s|".*||;q'
   115.9  }
  115.10  
  115.11  # Rules to configure and make the package.
   116.1 --- a/spl/receipt	Sun Jul 16 15:14:43 2023 +0000
   116.2 +++ b/spl/receipt	Sun Jul 16 18:06:38 2023 +0000
   116.3 @@ -14,10 +14,11 @@
   116.4  DEPENDS=""
   116.5  BUILD_DEPENDS="linux-module-headers"
   116.6  
   116.7 +# What is the latest version available today?
   116.8  current_version()
   116.9  {
  116.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
  116.11 -	sed '/archive.*tar/!d;s|.*/zfs-\(.*\).tar.*|\1|;q'
  116.12 +	sed '/tag\//!d;/-rc[1-9]/d;s|.*tag/[a-z-]*||;s|".*||;q'
  116.13  }
  116.14  
  116.15  # Rules to configure and make the package.
   117.1 --- a/squidanalyzer/receipt	Sun Jul 16 15:14:43 2023 +0000
   117.2 +++ b/squidanalyzer/receipt	Sun Jul 16 18:06:38 2023 +0000
   117.3 @@ -16,10 +16,11 @@
   117.4  BUILD_DEPENDS="perl"
   117.5  SUGGESTED="logrotate"
   117.6  
   117.7 +# What is the latest version available today?
   117.8  current_version()
   117.9  {
  117.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  117.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
  117.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  117.13  }
  117.14  
  117.15  # Rules to configure and make the package.
   118.1 --- a/squidclamav/receipt	Sun Jul 16 15:14:43 2023 +0000
   118.2 +++ b/squidclamav/receipt	Sun Jul 16 18:06:38 2023 +0000
   118.3 @@ -16,10 +16,11 @@
   118.4  
   118.5  CONFIG_FILES="/etc/squidclamav.conf"
   118.6  
   118.7 +# What is the latest version available today?
   118.8  current_version()
   118.9  {
  118.10  	wget -O - https://github.com/darold/squidclamav/releases 2>/dev/null | \
  118.11 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
  118.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  118.13  }
  118.14  
  118.15  # Rules to configure and make the package.
   119.1 --- a/sshfs-fuse/receipt	Sun Jul 16 15:14:43 2023 +0000
   119.2 +++ b/sshfs-fuse/receipt	Sun Jul 16 18:06:38 2023 +0000
   119.3 @@ -23,10 +23,11 @@
   119.4  
   119.5  HOST_ARCH="i486 arm"
   119.6  
   119.7 +# What is the latest version available today?
   119.8  current_version()
   119.9  {
  119.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  119.11 -	sed '/archive.*tar/!d;s|.*/sshfs-\(.*\).tar.*|\1|;q'
  119.12 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
  119.13  }
  119.14  
  119.15  # Rules to configure and make the package.
   120.1 --- a/sslscan/receipt	Sun Jul 16 15:14:43 2023 +0000
   120.2 +++ b/sslscan/receipt	Sun Jul 16 18:06:38 2023 +0000
   120.3 @@ -14,10 +14,11 @@
   120.4  DEPENDS="libssl zlib"
   120.5  BUILD_DEPENDS="git openssl-dev zlib-dev"
   120.6  
   120.7 +# What is the latest version available today?
   120.8  current_version()
   120.9  {
  120.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  120.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
  120.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  120.13  }
  120.14  
  120.15  # Rules to configure and make the package.
   121.1 --- a/stella/receipt	Sun Jul 16 15:14:43 2023 +0000
   121.2 +++ b/stella/receipt	Sun Jul 16 18:06:38 2023 +0000
   121.3 @@ -15,10 +15,11 @@
   121.4  DEPENDS="gcc83-lib-base libpng libsdl2"
   121.5  BUILD_DEPENDS="gcc83 libpng-dev libsdl2-dev zlib-dev"
   121.6  
   121.7 +# What is the latest version available today?
   121.8  current_version()
   121.9  {
  121.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  121.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
  121.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  121.13  }
  121.14  
  121.15  # Rules to configure and make the package.
   122.1 --- a/strace/receipt	Sun Jul 16 15:14:43 2023 +0000
   122.2 +++ b/strace/receipt	Sun Jul 16 18:06:38 2023 +0000
   122.3 @@ -14,10 +14,11 @@
   122.4  
   122.5  SUGGESTED="perl"	# for strace-graph
   122.6  
   122.7 +# What is the latest version available today?
   122.8  current_version()
   122.9  {
  122.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
  122.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
  122.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  122.13  }
  122.14  
  122.15  # Rules to configure and make the package.
   123.1 --- a/suplemon/receipt	Sun Jul 16 15:14:43 2023 +0000
   123.2 +++ b/suplemon/receipt	Sun Jul 16 18:06:38 2023 +0000
   123.3 @@ -14,10 +14,11 @@
   123.4  DEPENDS="py3k"
   123.5  BUILD_DEPENDS="py3k-dev"
   123.6  
   123.7 +# What is the latest version available today?
   123.8  current_version()
   123.9  {
  123.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  123.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
  123.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  123.13  }
  123.14  
  123.15  # Rules to configure and make the package.
   124.1 --- a/svgcleaner/receipt	Sun Jul 16 15:14:43 2023 +0000
   124.2 +++ b/svgcleaner/receipt	Sun Jul 16 18:06:38 2023 +0000
   124.3 @@ -13,10 +13,11 @@
   124.4  
   124.5  BUILD_DEPENDS="rust-cargo cacerts"
   124.6  
   124.7 +# What is the latest version available today?
   124.8  current_version()
   124.9  {
  124.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  124.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
  124.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  124.13  }
  124.14  
  124.15  # Rules to configure and make the package.
   125.1 --- a/swagger-py/receipt	Sun Jul 16 15:14:43 2023 +0000
   125.2 +++ b/swagger-py/receipt	Sun Jul 16 18:06:38 2023 +0000
   125.3 @@ -13,10 +13,11 @@
   125.4  DEPENDS="python"
   125.5  BUILD_DEPENDS="python python-setuptools"
   125.6  
   125.7 +# What is the latest version available today?
   125.8  current_version()
   125.9  {
  125.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  125.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
  125.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  125.13  }
  125.14  
  125.15  # Rules to configure and make the package.
   126.1 --- a/synergy/receipt	Sun Jul 16 15:14:43 2023 +0000
   126.2 +++ b/synergy/receipt	Sun Jul 16 18:06:38 2023 +0000
   126.3 @@ -17,7 +17,7 @@
   126.4  current_version()
   126.5  {
   126.6  	wget -O - https://github.com/symless/synergy-core/releases 2>/dev/null | \
   126.7 -	sed '/stable/!d;/archive.*tar/!d;s|.*/v*\(.*\)-stable.tar.*|\1|;q'
   126.8 +	sed '/stable/!d;/tag\//!d;s|.*tag/v*||;s|".*||;q'
   126.9  }
  126.10  
  126.11  # Rules to configure and make the package.
   127.1 --- a/sysbench/receipt	Sun Jul 16 15:14:43 2023 +0000
   127.2 +++ b/sysbench/receipt	Sun Jul 16 18:06:38 2023 +0000
   127.3 @@ -13,10 +13,11 @@
   127.4  DEPENDS="libmysqlclient libssl zlib"
   127.5  BUILD_DEPENDS="git automake autoconf libtool mysql-dev openssl-dev zlib-dev"
   127.6  
   127.7 +# What is the latest version available today?
   127.8  current_version()
   127.9  {
  127.10  	wget -O - $WEB_SITE/releases 2>/dev/null | \
  127.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
  127.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  127.13  }
  127.14  
  127.15  # Rules to configure and make the package.
   128.1 --- a/tcptrack/receipt	Sun Jul 16 15:14:43 2023 +0000
   128.2 +++ b/tcptrack/receipt	Sun Jul 16 18:06:38 2023 +0000
   128.3 @@ -18,7 +18,7 @@
   128.4  current_version()
   128.5  {
   128.6  	wget -O - $WEB_SITE/releases 2>/dev/null | \
   128.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
   128.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q'
   128.9  }
  128.10  
  128.11  # Rules to configure and make the package.
   129.1 --- a/tea/receipt	Sun Jul 16 15:14:43 2023 +0000
   129.2 +++ b/tea/receipt	Sun Jul 16 18:06:38 2023 +0000
   129.3 @@ -16,10 +16,11 @@
   129.4  DEPENDS="libQtCore libQtGui libQtXml xorg-libX11"
   129.5  BUILD_DEPENDS="qmake Qt4-dev xorg-dev"
   129.6  
   129.7 +# What is the latest version available today?
   129.8  current_version()
   129.9  {
  129.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  129.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
  129.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  129.13  }
  129.14  
  129.15  # Rules to configure and make the package.
   130.1 --- a/terminator/receipt	Sun Jul 16 15:14:43 2023 +0000
   130.2 +++ b/terminator/receipt	Sun Jul 16 18:06:38 2023 +0000
   130.3 @@ -14,10 +14,11 @@
   130.4  DEPENDS="notify-python pygtk python python-vte"
   130.5  BUILD_DEPENDS="python-dev"
   130.6  
   130.7 +# What is the latest version available today?
   130.8  current_version()
   130.9  {
  130.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  130.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
  130.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  130.13  }
  130.14  
  130.15  # Rules to configure and make the package.
   131.1 --- a/tesseract-ocr-data/receipt	Sun Jul 16 15:14:43 2023 +0000
   131.2 +++ b/tesseract-ocr-data/receipt	Sun Jul 16 18:06:38 2023 +0000
   131.3 @@ -15,5 +15,5 @@
   131.4  current_version()
   131.5  {
   131.6  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   131.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   131.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   131.9  }
   132.1 --- a/tesseract-ocr/receipt	Sun Jul 16 15:14:43 2023 +0000
   132.2 +++ b/tesseract-ocr/receipt	Sun Jul 16 18:06:38 2023 +0000
   132.3 @@ -19,7 +19,7 @@
   132.4  current_version()
   132.5  {
   132.6  	wget -O - $WEB_SITE/releases 2>/dev/null | \
   132.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
   132.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q'
   132.9  }
  132.10  
  132.11  # Rules to configure and make the package.
   133.1 --- a/tig/receipt	Sun Jul 16 15:14:43 2023 +0000
   133.2 +++ b/tig/receipt	Sun Jul 16 18:06:38 2023 +0000
   133.3 @@ -14,10 +14,11 @@
   133.4  DEPENDS="ncurses"
   133.5  BUILD_DEPENDS="automake ncurses-dev"
   133.6  
   133.7 +# What is the latest version available today?
   133.8  current_version()
   133.9  {
  133.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  133.11 -	sed '/archive.*tar/!d;s|.*/tig-\(.*\).tar.*|\1|;q'
  133.12 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
  133.13  }
  133.14  
  133.15  # Rules to configure and make the package.
   134.1 --- a/tintin++/receipt	Sun Jul 16 15:14:43 2023 +0000
   134.2 +++ b/tintin++/receipt	Sun Jul 16 18:06:38 2023 +0000
   134.3 @@ -18,7 +18,7 @@
   134.4  current_version()
   134.5  {
   134.6  	wget -O - https://github.com/scandum/tintin/releases 2>/dev/null | \
   134.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
   134.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q'
   134.9  }
  134.10  
  134.11  # Rules to configure and make the package.
   135.1 --- a/tinyproxy/receipt	Sun Jul 16 15:14:43 2023 +0000
   135.2 +++ b/tinyproxy/receipt	Sun Jul 16 18:06:38 2023 +0000
   135.3 @@ -13,10 +13,11 @@
   135.4  
   135.5  BUILD_DEPENDS="automake"
   135.6  
   135.7 +# What is the latest version available today?
   135.8  current_version()
   135.9  {
  135.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  135.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
  135.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  135.13  }
  135.14  
  135.15  # Rules to configure and make the package.
   136.1 --- a/tinyssh-keyconvert/receipt	Sun Jul 16 15:14:43 2023 +0000
   136.2 +++ b/tinyssh-keyconvert/receipt	Sun Jul 16 18:06:38 2023 +0000
   136.3 @@ -13,10 +13,11 @@
   136.4  DEPENDS="python"
   136.5  BUILD_DEPENDS="python-setuptools"
   136.6  
   136.7 +# What is the latest version available today?
   136.8  current_version()
   136.9  {
  136.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  136.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
  136.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  136.13  }
  136.14  
  136.15  # Rules to configure and make the package.
   137.1 --- a/tinyssh/receipt	Sun Jul 16 15:14:43 2023 +0000
   137.2 +++ b/tinyssh/receipt	Sun Jul 16 18:06:38 2023 +0000
   137.3 @@ -15,10 +15,11 @@
   137.4  
   137.5  SECRET_FILES="/etc/tinyssh/sshkeydir"
   137.6  
   137.7 +# What is the latest version available today?
   137.8  current_version()
   137.9  {
  137.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  137.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
  137.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  137.13  }
  137.14  
  137.15  # Rules to configure and make the package.
   138.1 --- a/tlp/receipt	Sun Jul 16 15:14:43 2023 +0000
   138.2 +++ b/tlp/receipt	Sun Jul 16 18:06:38 2023 +0000
   138.3 @@ -13,10 +13,11 @@
   138.4  
   138.5  SUGGESTED="perl"
   138.6  
   138.7 +# What is the latest version available today?
   138.8  current_version()
   138.9  {
  138.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  138.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
  138.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  138.13  }
  138.14  
  138.15  # Rules to configure and make the package.
   139.1 --- a/tmate/receipt	Sun Jul 16 15:14:43 2023 +0000
   139.2 +++ b/tmate/receipt	Sun Jul 16 18:06:38 2023 +0000
   139.3 @@ -14,10 +14,11 @@
   139.4  DEPENDS="libevent libssh msgpack ncurses"
   139.5  BUILD_DEPENDS="automake libevent-dev libssh-dev msgpack-dev ncurses-dev"
   139.6  
   139.7 +# What is the latest version available today?
   139.8  current_version()
   139.9  {
  139.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  139.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
  139.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  139.13  }
  139.14  
  139.15  # Rules to configure and make the package.
   140.1 --- a/tmux-mem-cpu-load/receipt	Sun Jul 16 15:14:43 2023 +0000
   140.2 +++ b/tmux-mem-cpu-load/receipt	Sun Jul 16 18:06:38 2023 +0000
   140.3 @@ -14,10 +14,11 @@
   140.4  DEPENDS="tmux"
   140.5  BUILD_DEPENDS="cmake python"
   140.6  
   140.7 +# What is the latest version available today?
   140.8  current_version()
   140.9  {
  140.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  140.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
  140.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  140.13  }
  140.14  
  140.15  # Rules to configure and make the package.
   141.1 --- a/tmux/receipt	Sun Jul 16 15:14:43 2023 +0000
   141.2 +++ b/tmux/receipt	Sun Jul 16 18:06:38 2023 +0000
   141.3 @@ -16,10 +16,11 @@
   141.4  
   141.5  HOST_ARCH="i486 arm"
   141.6  
   141.7 +# What is the latest version available today?
   141.8  current_version()
   141.9  {
  141.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
  141.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
  141.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  141.13  }
  141.14  
  141.15  # Rules to configure and make the package.
   142.1 --- a/tp_smapi/receipt	Sun Jul 16 15:14:43 2023 +0000
   142.2 +++ b/tp_smapi/receipt	Sun Jul 16 18:06:38 2023 +0000
   142.3 @@ -16,7 +16,7 @@
   142.4  current_version()
   142.5  {
   142.6  	wget -O - $WEB_SITE/releases 2>/dev/null | \
   142.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
   142.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;s|%2F||;q'
   142.9  }
  142.10  
  142.11  # Rules to configure and make the package.
   143.1 --- a/tp_smapi64/receipt	Sun Jul 16 15:14:43 2023 +0000
   143.2 +++ b/tp_smapi64/receipt	Sun Jul 16 18:06:38 2023 +0000
   143.3 @@ -22,7 +22,7 @@
   143.4  current_version()
   143.5  {
   143.6  	wget -O - $WEB_SITE/releases 2>/dev/null | \
   143.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
   143.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;s|%2F||;q'
   143.9  }
  143.10  
  143.11  # Rules to configure and make the package.
   144.1 --- a/transmission-remote-gtk/receipt	Sun Jul 16 15:14:43 2023 +0000
   144.2 +++ b/transmission-remote-gtk/receipt	Sun Jul 16 18:06:38 2023 +0000
   144.3 @@ -18,7 +18,7 @@
   144.4  current_version()
   144.5  {
   144.6  	wget -O - $WEB_SITE/releases 2>/dev/null | \
   144.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
   144.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q'
   144.9  }
  144.10  
  144.11  # Rules to configure and make the package.
   145.1 --- a/tree-sitter/receipt	Sun Jul 16 15:14:43 2023 +0000
   145.2 +++ b/tree-sitter/receipt	Sun Jul 16 18:06:38 2023 +0000
   145.3 @@ -15,7 +15,7 @@
   145.4  current_version()
   145.5  {
   145.6  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   145.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   145.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   145.9  }
  145.10  
  145.11  # Rules to configure and make the package.
   146.1 --- a/ttf-open-dyslexic/receipt	Sun Jul 16 15:14:43 2023 +0000
   146.2 +++ b/ttf-open-dyslexic/receipt	Sun Jul 16 18:06:38 2023 +0000
   146.3 @@ -12,10 +12,11 @@
   146.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
   146.5  WGET_URL="https://github.com/antijingoist/open-dyslexic/archive/$VERSION-Stable.tar.gz"
   146.6  
   146.7 +# What is the latest version available today?
   146.8  current_version()
   146.9  {
  146.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  146.11 -	sed '/archive.*tar/!d;s|.*/\(.*\)-Stable.tar.*|\1|;q'
  146.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;s|-Stable||;q'
  146.13  }
  146.14  
  146.15  # Rules to gen a SliTaz package suitable for Tazpkg.
   147.1 --- a/ttysnoop/receipt	Sun Jul 16 15:14:43 2023 +0000
   147.2 +++ b/ttysnoop/receipt	Sun Jul 16 18:06:38 2023 +0000
   147.3 @@ -14,7 +14,7 @@
   147.4  current_version()
   147.5  {
   147.6  	wget -O - https://github.com/iovisor/bcc/releases 2>/dev/null | \
   147.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   147.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   147.9  }
  147.10  
  147.11  # Rules to configure and make the package.
   148.1 --- a/twisted/receipt	Sun Jul 16 15:14:43 2023 +0000
   148.2 +++ b/twisted/receipt	Sun Jul 16 18:06:38 2023 +0000
   148.3 @@ -20,7 +20,7 @@
   148.4  current_version()
   148.5  {
   148.6  	wget -O - https://github.com/twisted/twisted/releases 2>/dev/null | \
   148.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
   148.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q'
   148.9  }
  148.10  
  148.11  # Rules to configure and make the package.
   149.1 --- a/txt2tags/receipt	Sun Jul 16 15:14:43 2023 +0000
   149.2 +++ b/txt2tags/receipt	Sun Jul 16 18:06:38 2023 +0000
   149.3 @@ -15,7 +15,7 @@
   149.4  current_version()
   149.5  {
   149.6  	wget -O - https://github.com/txt2tags/txt2tags/releases 2>/dev/null | \
   149.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
   149.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q'
   149.9  }
  149.10  
  149.11  # Rules to configure and make the package.
   150.1 --- a/tyrian/receipt	Sun Jul 16 15:14:43 2023 +0000
   150.2 +++ b/tyrian/receipt	Sun Jul 16 18:06:38 2023 +0000
   150.3 @@ -16,7 +16,7 @@
   150.4  current_version()
   150.5  {
   150.6  	wget -O - https://github.com/opentyrian/opentyrian/releases 2>/dev/null | \
   150.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   150.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   150.9  }
  150.10  
  150.11  # Rules to configure and make the package.
   151.1 --- a/udftools/receipt	Sun Jul 16 15:14:43 2023 +0000
   151.2 +++ b/udftools/receipt	Sun Jul 16 18:06:38 2023 +0000
   151.3 @@ -15,10 +15,11 @@
   151.4  BUILD_DEPENDS="autoconf automake bash file libtool ncurses-dev 
   151.5  	readline-dev udev-dev"
   151.6  
   151.7 +# What is the latest version available today?
   151.8  current_version()
   151.9  {
  151.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  151.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
  151.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  151.13  }
  151.14  
  151.15  # Rules to configure and make the package.
   152.1 --- a/udisks/receipt	Sun Jul 16 15:14:43 2023 +0000
   152.2 +++ b/udisks/receipt	Sun Jul 16 18:06:38 2023 +0000
   152.3 @@ -21,7 +21,7 @@
   152.4  current_version()
   152.5  {
   152.6  	wget -O - https://github.com/storaged-project/udisks/releases 2>/dev/null | \
   152.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
   152.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q'
   152.9  }
  152.10  
  152.11  # Rules to configure and make the package.
   153.1 --- a/uhd/receipt	Sun Jul 16 15:14:43 2023 +0000
   153.2 +++ b/uhd/receipt	Sun Jul 16 18:06:38 2023 +0000
   153.3 @@ -22,7 +22,7 @@
   153.4  current_version()
   153.5  {
   153.6  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   153.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   153.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   153.9  }
  153.10  
  153.11  # Rules to configure and make the package.
   154.1 --- a/umfpack/receipt	Sun Jul 16 15:14:43 2023 +0000
   154.2 +++ b/umfpack/receipt	Sun Jul 16 18:06:38 2023 +0000
   154.3 @@ -18,7 +18,7 @@
   154.4  current_version()
   154.5  {
   154.6  	wget -O - https://github.com/DrTimothyAldenDavis/SuiteSparse/releases 2>/dev/null | \
   154.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
   154.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q'
   154.9  }
  154.10  
  154.11  # Rules to configure and make the package.
   155.1 --- a/unetbootin/receipt	Sun Jul 16 15:14:43 2023 +0000
   155.2 +++ b/unetbootin/receipt	Sun Jul 16 18:06:38 2023 +0000
   155.3 @@ -15,10 +15,11 @@
   155.4  DEPENDS="libQtCore libQtGui libQtNetwork mtools p7zip-full syslinux"
   155.5  BUILD_DEPENDS="qmake Qt4-dev upx"
   155.6  
   155.7 +# What is the latest version available today?
   155.8  current_version()
   155.9  {
  155.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  155.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
  155.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  155.13  }
  155.14  
  155.15  # Rules to configure and make the package.
   156.1 --- a/unibilium/receipt	Sun Jul 16 15:14:43 2023 +0000
   156.2 +++ b/unibilium/receipt	Sun Jul 16 18:06:38 2023 +0000
   156.3 @@ -18,7 +18,7 @@
   156.4  current_version()
   156.5  {
   156.6  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   156.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   156.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   156.9  }
  156.10  
  156.11  # Rules to configure and make the package.
   157.1 --- a/unison/receipt	Sun Jul 16 15:14:43 2023 +0000
   157.2 +++ b/unison/receipt	Sun Jul 16 18:06:38 2023 +0000
   157.3 @@ -14,10 +14,11 @@
   157.4  
   157.5  BUILD_DEPENDS="ocaml emacs"
   157.6  
   157.7 +# What is the latest version available today?
   157.8  current_version()
   157.9  {
  157.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  157.11 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
  157.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  157.13  }
  157.14  
  157.15  
   158.1 --- a/unrar/receipt	Sun Jul 16 15:14:43 2023 +0000
   158.2 +++ b/unrar/receipt	Sun Jul 16 18:06:38 2023 +0000
   158.3 @@ -17,7 +17,7 @@
   158.4  current_version()
   158.5  {
   158.6  	wget -O - https://github.com/baulk/unrar/releases 2>/dev/null | \
   158.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   158.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   158.9  }
  158.10  
  158.11  # Rules to configure and make the package.
   159.1 --- a/unshield/receipt	Sun Jul 16 15:14:43 2023 +0000
   159.2 +++ b/unshield/receipt	Sun Jul 16 18:06:38 2023 +0000
   159.3 @@ -15,10 +15,11 @@
   159.4  DEPENDS="zlib"
   159.5  BUILD_DEPENDS="cmake zlib-dev"
   159.6  
   159.7 +# What is the latest version available today?
   159.8  current_version()
   159.9  {
  159.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  159.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
  159.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  159.13  }
  159.14  
  159.15  # Rules to configure and make the package.
   160.1 --- a/upx/receipt	Sun Jul 16 15:14:43 2023 +0000
   160.2 +++ b/upx/receipt	Sun Jul 16 18:06:38 2023 +0000
   160.3 @@ -15,10 +15,11 @@
   160.4  DEPENDS="ucl zlib"
   160.5  BUILD_DEPENDS="ucl-dev zlib-dev perl"
   160.6  
   160.7 +# What is the latest version available today?
   160.8  current_version()
   160.9  {
  160.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  160.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
  160.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  160.13  }
  160.14  
  160.15  # Rules to configure and make the package.
   161.1 --- a/usbmuxd/receipt	Sun Jul 16 15:14:43 2023 +0000
   161.2 +++ b/usbmuxd/receipt	Sun Jul 16 18:06:38 2023 +0000
   161.3 @@ -17,7 +17,7 @@
   161.4  current_version()
   161.5  {
   161.6  	wget -O - https://github.com/libimobiledevice/usbmuxd/releases 2>/dev/null | \
   161.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
   161.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q'
   161.9  }
  161.10  
  161.11  # Rules to configure and make the package.
   162.1 --- a/utf8proc/receipt	Sun Jul 16 15:14:43 2023 +0000
   162.2 +++ b/utf8proc/receipt	Sun Jul 16 18:06:38 2023 +0000
   162.3 @@ -12,10 +12,11 @@
   162.4  
   162.5  BUILD_DEPENDS="cmake"
   162.6  
   162.7 +# What is the latest version available today?
   162.8  current_version()
   162.9  {
  162.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  162.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
  162.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  162.13  }
  162.14  
  162.15  # Rules to configure and make the package.
   163.1 --- a/utox/receipt	Sun Jul 16 15:14:43 2023 +0000
   163.2 +++ b/utox/receipt	Sun Jul 16 18:06:38 2023 +0000
   163.3 @@ -17,7 +17,7 @@
   163.4  current_version()
   163.5  {
   163.6  	wget -O - https://github.com/uTox/uTox/releases 2>/dev/null | \
   163.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
   163.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q'
   163.9  }
  163.10  
  163.11  # Rules to gen a SliTaz package suitable for Tazpkg.
   164.1 --- a/v4l4j/receipt	Sun Jul 16 15:14:43 2023 +0000
   164.2 +++ b/v4l4j/receipt	Sun Jul 16 18:06:38 2023 +0000
   164.3 @@ -14,12 +14,14 @@
   164.4  DEPENDS="libv4l jpeg icedtea6-jre"
   164.5  BUILD_DEPENDS="libv4l-dev jpeg-dev apache-ant icedtea6-jdk"
   164.6  
   164.7 +# What is the latest version available today?
   164.8  current_version()
   164.9  {
  164.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
  164.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
  164.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  164.13  }
  164.14  
  164.15 +# Rules to configure and make the package.
  164.16  compile_rules()
  164.17  {
  164.18  	export JAVA_HOME=/usr/lib/jvm/java-icedtea/
   165.1 --- a/vbindiff/receipt	Sun Jul 16 15:14:43 2023 +0000
   165.2 +++ b/vbindiff/receipt	Sun Jul 16 18:06:38 2023 +0000
   165.3 @@ -17,10 +17,11 @@
   165.4  
   165.5  HOST_ARCH="i486 arm"
   165.6  
   165.7 +# What is the latest version available today?
   165.8  current_version()
   165.9  {
  165.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
  165.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
  165.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  165.13  }
  165.14  
  165.15  # Rules to configure and make the package.
   166.1 --- a/ventoy/receipt	Sun Jul 16 15:14:43 2023 +0000
   166.2 +++ b/ventoy/receipt	Sun Jul 16 18:06:38 2023 +0000
   166.3 @@ -15,10 +15,11 @@
   166.4  DEPENDS="slitaz-tools exfat-utils"
   166.5  SUGGESTED="tazweb"
   166.6  
   166.7 +# What is the latest version available today?
   166.8  current_version()
   166.9  {
  166.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  166.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
  166.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  166.13  }
  166.14  
  166.15  # Rules to configure and make the package.
   167.1 --- a/veracrypt/receipt	Sun Jul 16 15:14:43 2023 +0000
   167.2 +++ b/veracrypt/receipt	Sun Jul 16 18:06:38 2023 +0000
   167.3 @@ -14,10 +14,11 @@
   167.4  DEPENDS="fuse2 wxWidgets"
   167.5  BUILD_DEPENDS="fuse2-dev pkg-config wxWidgets-dev yasm"
   167.6  
   167.7 +# What is the latest version available today?
   167.8  current_version()
   167.9  {
  167.10 -	wget -O - ${WGET_URL%archive*}releases 2>/dev/null | \
  167.11 -	sed '/href=/!d;/tar.gz/!d;s|.*VeraCrypt_\(.*\).tar.gz".*|\1|;q'
  167.12 +	wget -O - https://www.veracrypt.fr/en/Downloads.html 2> /dev/null | \
  167.13 +	sed '/Latest Stable/!d;s|.* - ||;s| .*||;q'
  167.14  }
  167.15  
  167.16  # Rules to configure and make the package.
   168.1 --- a/vidalia/receipt	Sun Jul 16 15:14:43 2023 +0000
   168.2 +++ b/vidalia/receipt	Sun Jul 16 18:06:38 2023 +0000
   168.3 @@ -18,7 +18,7 @@
   168.4  current_version()
   168.5  {
   168.6  	wget -O - https://github.com/BrentonEarl/vidalia/tags 2>/dev/null | \
   168.7 -	sed '/archive.*tar/!d;s|.*/[a-z-]*\(.*\).tar.*|\1|;q'
   168.8 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
   168.9  }
  168.10  
  168.11  # Rules to configure and make the package.
   169.1 --- a/virtualenv/receipt	Sun Jul 16 15:14:43 2023 +0000
   169.2 +++ b/virtualenv/receipt	Sun Jul 16 18:06:38 2023 +0000
   169.3 @@ -15,10 +15,11 @@
   169.4  DEPENDS="python python-dev"
   169.5  BUILD_DEPENDS="python python-dev python-setuptools"
   169.6  
   169.7 +# What is the latest version available today?
   169.8  current_version()
   169.9  {
  169.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  169.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
  169.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  169.13  }
  169.14  
  169.15  # Rules to configure and make the package.
   170.1 --- a/visualnqc/receipt	Sun Jul 16 15:14:43 2023 +0000
   170.2 +++ b/visualnqc/receipt	Sun Jul 16 18:06:38 2023 +0000
   170.3 @@ -17,7 +17,7 @@
   170.4  current_version()
   170.5  {
   170.6  	wget -O - https://github.com/BrickBot/VisualNQC/releases 2>/dev/null | \
   170.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   170.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   170.9  }
  170.10  
  170.11  # Rules to configure and make the package.
   171.1 --- a/vorta/receipt	Sun Jul 16 15:14:43 2023 +0000
   171.2 +++ b/vorta/receipt	Sun Jul 16 18:06:38 2023 +0000
   171.3 @@ -15,10 +15,11 @@
   171.4  DEPENDS="borgbackup"
   171.5  BUILD_DEPENDS="py3k-dev py3k-setuptools_scm"
   171.6  
   171.7 +# What is the latest version available today?
   171.8  current_version()
   171.9  {
  171.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  171.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
  171.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  171.13  }
  171.14  
  171.15  # Rules to configure and make the package.
   172.1 --- a/vrrpd/receipt	Sun Jul 16 15:14:43 2023 +0000
   172.2 +++ b/vrrpd/receipt	Sun Jul 16 18:06:38 2023 +0000
   172.3 @@ -12,10 +12,11 @@
   172.4  CONFIG_FILES="/etc/vrrpd /etc/vrrp.conf"
   172.5  TAGS="High availability HA"
   172.6  
   172.7 +# What is the latest version available today?
   172.8  current_version()
   172.9  {
  172.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  172.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
  172.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  172.13  }
  172.14  
  172.15  # Rules to configure and make the package.
   173.1 --- a/wavemon/receipt	Sun Jul 16 15:14:43 2023 +0000
   173.2 +++ b/wavemon/receipt	Sun Jul 16 18:06:38 2023 +0000
   173.3 @@ -18,7 +18,7 @@
   173.4  current_version()
   173.5  {
   173.6  	wget -O - $WEB_SITE/releases 2>/dev/null | \
   173.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
   173.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q'
   173.9  }
  173.10  
  173.11  # Rules to configure and make the package.
   174.1 --- a/wavpack/receipt	Sun Jul 16 15:14:43 2023 +0000
   174.2 +++ b/wavpack/receipt	Sun Jul 16 18:06:38 2023 +0000
   174.3 @@ -18,7 +18,7 @@
   174.4  current_version()
   174.5  {
   174.6  	wget -O - https://github.com/dbry/WavPack/releases 2>/dev/null | \
   174.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
   174.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q'
   174.9  }
  174.10  
  174.11  # Rules to configure and make the package.
   175.1 --- a/wesnoth/receipt	Sun Jul 16 15:14:43 2023 +0000
   175.2 +++ b/wesnoth/receipt	Sun Jul 16 18:06:38 2023 +0000
   175.3 @@ -24,10 +24,11 @@
   175.4  	libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf libsdl2-ttf-dev \
   175.5  	lua-dev openssl-dev pango-dev"
   175.6  
   175.7 +# What is the latest version available today?
   175.8  current_version()
   175.9  {
  175.10 -	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  175.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
  175.12 +	wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
  175.13 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  175.14  }
  175.15  
  175.16  # Rules to configure and make the package.
   176.1 --- a/whowatch/receipt	Sun Jul 16 15:14:43 2023 +0000
   176.2 +++ b/whowatch/receipt	Sun Jul 16 18:06:38 2023 +0000
   176.3 @@ -14,10 +14,11 @@
   176.4  DEPENDS="libtinfo ncurses"
   176.5  BUILD_DEPENDS="ncurses-dev"
   176.6  
   176.7 +# What is the latest version available today?
   176.8  current_version()
   176.9  {
  176.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
  176.11 -	sed '/archive.*tar/!d;s|.*/whowatch-\(.*\).tar.*|\1|;q'
  176.12 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
  176.13  }
  176.14  
  176.15  # Rules to configure and make the package.
   177.1 --- a/wifidog/receipt	Sun Jul 16 15:14:43 2023 +0000
   177.2 +++ b/wifidog/receipt	Sun Jul 16 18:06:38 2023 +0000
   177.3 @@ -15,10 +15,11 @@
   177.4  
   177.5  CONFIG_FILES="/etc/wifidog.conf"
   177.6  
   177.7 +# What is the latest version available today?
   177.8  current_version()
   177.9  {
  177.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  177.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
  177.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  177.13  }
  177.14  
  177.15  # Rules to configure and make the package.
   178.1 --- a/winetricks/receipt	Sun Jul 16 15:14:43 2023 +0000
   178.2 +++ b/winetricks/receipt	Sun Jul 16 18:06:38 2023 +0000
   178.3 @@ -14,10 +14,11 @@
   178.4  SUGGESTED="zenity"
   178.5  DEPENDS="cabextract unzip wget wine xorg-xmessage"
   178.6  
   178.7 +# What is the latest version available today?
   178.8  current_version()
   178.9  {
  178.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  178.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
  178.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  178.13  }
  178.14  
  178.15  # Rules to configure and make the package.
   179.1 --- a/wkhtmltopdf/receipt	Sun Jul 16 15:14:43 2023 +0000
   179.2 +++ b/wkhtmltopdf/receipt	Sun Jul 16 18:06:38 2023 +0000
   179.3 @@ -14,10 +14,11 @@
   179.4  DEPENDS="libQtCore libQtGui libQtNetwork libQtSvg libQtWebkit libQtXml"
   179.5  BUILD_DEPENDS="python qmake Qt4-dev"
   179.6  
   179.7 +# What is the latest version available today?
   179.8  current_version()
   179.9  {
  179.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  179.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
  179.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  179.13  }
  179.14  
  179.15  # Rules to configure and make the package.
   180.1 --- a/wvstreams/receipt	Sun Jul 16 15:14:43 2023 +0000
   180.2 +++ b/wvstreams/receipt	Sun Jul 16 18:06:38 2023 +0000
   180.3 @@ -18,7 +18,7 @@
   180.4  current_version()
   180.5  {
   180.6  	wget -O - https://github.com/apenwarr/wvstreams/tags 2>/dev/null | \
   180.7 -	sed '/archive.*tar/!d;s|.*/[a-z-]*-\(.*\).tar.*|\1|;q'
   180.8 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
   180.9  }
  180.10  
  180.11  # Rules to configure and make the package.
   181.1 --- a/x11vnc/receipt	Sun Jul 16 15:14:43 2023 +0000
   181.2 +++ b/x11vnc/receipt	Sun Jul 16 18:06:38 2023 +0000
   181.3 @@ -17,10 +17,11 @@
   181.4  
   181.5  HOST_ARCH="i486 arm"
   181.6  
   181.7 +# What is the latest version available today?
   181.8  current_version()
   181.9  {
  181.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  181.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
  181.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  181.13  }
  181.14  
  181.15  # Rules to configure and make the package.
   182.1 --- a/xaos/receipt	Sun Jul 16 15:14:43 2023 +0000
   182.2 +++ b/xaos/receipt	Sun Jul 16 18:06:38 2023 +0000
   182.3 @@ -17,7 +17,7 @@
   182.4  current_version()
   182.5  {
   182.6  	wget -O - https://github.com/xaos-project/XaoS/releases 2>/dev/null | \
   182.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
   182.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q'
   182.9  }
  182.10  
  182.11  # Rules to configure and make the package.
   183.1 --- a/xcb-util-xrm/receipt	Sun Jul 16 15:14:43 2023 +0000
   183.2 +++ b/xcb-util-xrm/receipt	Sun Jul 16 18:06:38 2023 +0000
   183.3 @@ -14,12 +14,14 @@
   183.4  DEPENDS="libxcb xcb-util"
   183.5  BUILD_DEPENDS="libxcb-dev xcb-util-dev xorg-libX11-dev"
   183.6  
   183.7 +# What is the latest version available today?
   183.8  current_version()
   183.9  {
  183.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
  183.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
  183.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  183.13  }
  183.14  
  183.15 +# Rules to configure and make the package.
  183.16  compile_rules()
  183.17  {
  183.18  	./configure $CONFIGURE_ARGS &&
   184.1 --- a/xchm/receipt	Sun Jul 16 15:14:43 2023 +0000
   184.2 +++ b/xchm/receipt	Sun Jul 16 18:06:38 2023 +0000
   184.3 @@ -14,10 +14,11 @@
   184.4  DEPENDS="wxWidgets28 chmlib xorg-libXdamage xorg-libXxf86vm"
   184.5  BUILD_DEPENDS="wxWidgets28-dev chmlib-dev"
   184.6  
   184.7 +# What is the latest version available today?
   184.8  current_version()
   184.9  {
  184.10  	wget -O - $WEB_SITE/releases 2>/dev/null | \
  184.11 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
  184.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  184.13  }
  184.14  
  184.15  # Rules to configure and make the package.
   185.1 --- a/xdotool/receipt	Sun Jul 16 15:14:43 2023 +0000
   185.2 +++ b/xdotool/receipt	Sun Jul 16 18:06:38 2023 +0000
   185.3 @@ -14,10 +14,11 @@
   185.4  DEPENDS="xorg-libX11 xorg-libXtst"
   185.5  BUILD_DEPENDS="libxkbcommon-dev xorg-libX11-dev xorg-libXtst-dev xorg-libXtst"
   185.6  
   185.7 +# What is the latest version available today?
   185.8  current_version()
   185.9  {
  185.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
  185.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
  185.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  185.13  }
  185.14  
  185.15  # Rules to configure and make the package.
   186.1 --- a/xerces-c/receipt	Sun Jul 16 15:14:43 2023 +0000
   186.2 +++ b/xerces-c/receipt	Sun Jul 16 18:06:38 2023 +0000
   186.3 @@ -17,8 +17,8 @@
   186.4  # What is the latest version available today?
   186.5  current_version()
   186.6  {
   186.7 -	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   186.8 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   186.9 +	wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
  186.10 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  186.11  }
  186.12  
  186.13  # Rules to configure and make the package.
   187.1 --- a/xl2tpd/receipt	Sun Jul 16 15:14:43 2023 +0000
   187.2 +++ b/xl2tpd/receipt	Sun Jul 16 18:06:38 2023 +0000
   187.3 @@ -17,10 +17,11 @@
   187.4  
   187.5  CONFIG_FILES="/etc/xl2tpd"
   187.6  
   187.7 +# What is the latest version available today?
   187.8  current_version()
   187.9  {
  187.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  187.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
  187.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  187.13  }
  187.14  
  187.15  # Rules to configure and make the package.
   188.1 --- a/xorgxrdp/receipt	Sun Jul 16 15:14:43 2023 +0000
   188.2 +++ b/xorgxrdp/receipt	Sun Jul 16 18:06:38 2023 +0000
   188.3 @@ -16,10 +16,11 @@
   188.4  BUILD_DEPENDS="autoconf automake libtool nasm pkg-config 
   188.5  	xorg-server-dev xrdp-dev"
   188.6  
   188.7 +# What is the latest version available today?
   188.8  current_version()
   188.9  {
  188.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
  188.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
  188.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  188.13  }
  188.14  
  188.15  # Rules to configure and make the package.
   189.1 --- a/xpra/receipt	Sun Jul 16 15:14:43 2023 +0000
   189.2 +++ b/xpra/receipt	Sun Jul 16 18:06:38 2023 +0000
   189.3 @@ -19,7 +19,7 @@
   189.4  current_version()
   189.5  {
   189.6  	wget -O - https://github.com/Xpra-org/xpra/releases 2>/dev/null | \
   189.7 -	sed '/archive.*tar/!d;s|.*/[a-z-]*\(.*\).tar.*|\1|;q'
   189.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   189.9  }
  189.10  
  189.11  # Rules to configure and make the package.
   190.1 --- a/xprintidle/receipt	Sun Jul 16 15:14:43 2023 +0000
   190.2 +++ b/xprintidle/receipt	Sun Jul 16 18:06:38 2023 +0000
   190.3 @@ -15,10 +15,11 @@
   190.4  
   190.5  HOST_ARCH="i486 arm"
   190.6  
   190.7 +# What is the latest version available today?
   190.8  current_version()
   190.9  {
  190.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  190.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
  190.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  190.13  }
  190.14  
  190.15  # Rules to configure and make the package.
   191.1 --- a/xrdp/receipt	Sun Jul 16 15:14:43 2023 +0000
   191.2 +++ b/xrdp/receipt	Sun Jul 16 18:06:38 2023 +0000
   191.3 @@ -16,10 +16,11 @@
   191.4  BUILD_DEPENDS="autoconf automake libtool nasm openssl-dev pam-dev 
   191.5  	pkg-config util-linux-uuid-dev xorg-dev"
   191.6  
   191.7 +# What is the latest version available today?
   191.8  current_version()
   191.9  {
  191.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
  191.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
  191.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  191.13  }
  191.14  
  191.15  # Rules to configure and make the package.
   192.1 --- a/xxhash/receipt	Sun Jul 16 15:14:43 2023 +0000
   192.2 +++ b/xxhash/receipt	Sun Jul 16 18:06:38 2023 +0000
   192.3 @@ -12,10 +12,11 @@
   192.4  
   192.5  DEPENDS="xxhash-lib"
   192.6  
   192.7 +# What is the latest version available today?
   192.8  current_version()
   192.9  {
  192.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  192.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
  192.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  192.13  }
  192.14  
  192.15  # Rules to configure and make the package.
   193.1 --- a/yaws/receipt	Sun Jul 16 15:14:43 2023 +0000
   193.2 +++ b/yaws/receipt	Sun Jul 16 18:06:38 2023 +0000
   193.3 @@ -19,7 +19,7 @@
   193.4  current_version()
   193.5  {
   193.6  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   193.7 -	sed '/archive.*tar/!d;s|.*/yaws-\(.*\).tar.*|\1|;q'
   193.8 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
   193.9  }
  193.10  
  193.11  # Rules to configure and make the package.
   194.1 --- a/ympd/receipt	Sun Jul 16 15:14:43 2023 +0000
   194.2 +++ b/ympd/receipt	Sun Jul 16 18:06:38 2023 +0000
   194.3 @@ -28,7 +28,7 @@
   194.4  current_version()
   194.5  {
   194.6  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   194.7 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   194.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   194.9  }
  194.10  
  194.11  # Rules to configure and make the package.
   195.1 --- a/youtube-dl-gui/receipt	Sun Jul 16 15:14:43 2023 +0000
   195.2 +++ b/youtube-dl-gui/receipt	Sun Jul 16 18:06:38 2023 +0000
   195.3 @@ -19,7 +19,7 @@
   195.4  current_version()
   195.5  {
   195.6  	wget -O - $WEB_SITE/releases 2>/dev/null | \
   195.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   195.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   195.9  }
  195.10  
  195.11  # Rules to configure and make the package.
   196.1 --- a/yp-tools/receipt	Sun Jul 16 15:14:43 2023 +0000
   196.2 +++ b/yp-tools/receipt	Sun Jul 16 18:06:38 2023 +0000
   196.3 @@ -13,10 +13,11 @@
   196.4  
   196.5  BUILD_DEPENDS="libtool"
   196.6  
   196.7 +# What is the latest version available today?
   196.8  current_version()
   196.9  {
  196.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  196.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
  196.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  196.13  }
  196.14  
  196.15  # Rules to configure and make the package.
   197.1 --- a/ypbind-mt/receipt	Sun Jul 16 15:14:43 2023 +0000
   197.2 +++ b/ypbind-mt/receipt	Sun Jul 16 18:06:38 2023 +0000
   197.3 @@ -14,7 +14,7 @@
   197.4  current_version()
   197.5  {
   197.6  	wget -O - https://github.com/thkukuk/ypbind-mt/releases 2>/dev/null | \
   197.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
   197.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q'
   197.9  }
  197.10  
  197.11  # Rules to configure and make the package.
   198.1 --- a/ypserv/receipt	Sun Jul 16 15:14:43 2023 +0000
   198.2 +++ b/ypserv/receipt	Sun Jul 16 18:06:38 2023 +0000
   198.3 @@ -17,7 +17,7 @@
   198.4  current_version()
   198.5  {
   198.6  	wget -O - https://github.com/thkukuk/ypserv/releases 2>/dev/null | \
   198.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
   198.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q'
   198.9  }
  198.10  
  198.11  # Rules to configure and make the package.
   199.1 --- a/ytnef/receipt	Sun Jul 16 15:14:43 2023 +0000
   199.2 +++ b/ytnef/receipt	Sun Jul 16 18:06:38 2023 +0000
   199.3 @@ -13,12 +13,14 @@
   199.4  
   199.5  BUILD_DEPENDS="automake libtool"
   199.6  
   199.7 +# What is the latest version available today?
   199.8  current_version()
   199.9  {
  199.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  199.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
  199.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  199.13  }
  199.14  
  199.15 +# Rules to configure and make the package.
  199.16  compile_rules()
  199.17  {
  199.18  	./autogen.sh &&
  199.19 @@ -31,6 +33,7 @@
  199.20  	make install
  199.21  }
  199.22  
  199.23 +# Rules to gen a SliTaz package suitable for Tazpkg.
  199.24  genpkg_rules()
  199.25  {
  199.26  	mkdir -p $fs/usr/lib
   200.1 --- a/zbackup/receipt	Sun Jul 16 15:14:43 2023 +0000
   200.2 +++ b/zbackup/receipt	Sun Jul 16 18:06:38 2023 +0000
   200.3 @@ -14,10 +14,11 @@
   200.4  DEPENDS="gcc83-lib-base liblzma libssl protobuf zlib"
   200.5  BUILD_DEPENDS="cmake gcc83 liblzma-dev lzo-dev openssl-dev protobuf-dev zlib-dev"
   200.6  
   200.7 +# What is the latest version available today?
   200.8  current_version()
   200.9  {
  200.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  200.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
  200.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  200.13  }
  200.14  
  200.15  # Rules to configure and make the package.
   201.1 --- a/zbar/receipt	Sun Jul 16 15:14:43 2023 +0000
   201.2 +++ b/zbar/receipt	Sun Jul 16 18:06:38 2023 +0000
   201.3 @@ -22,7 +22,7 @@
   201.4  current_version()
   201.5  {
   201.6  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   201.7 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   201.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   201.9  }
  201.10  
  201.11  # Rules to configure and make the package.
   202.1 --- a/zeromq/receipt	Sun Jul 16 15:14:43 2023 +0000
   202.2 +++ b/zeromq/receipt	Sun Jul 16 18:06:38 2023 +0000
   202.3 @@ -14,10 +14,11 @@
   202.4  DEPENDS=""
   202.5  BUILD_DEPENDS="wget pkg-config util-linux-uuid-dev"
   202.6  
   202.7 +# What is the latest version available today?
   202.8  current_version()
   202.9  {
  202.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
  202.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
  202.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  202.13  }
  202.14  
  202.15  # Rules to configure and make the package.
   203.1 --- a/zfs-fuse/receipt	Sun Jul 16 15:14:43 2023 +0000
   203.2 +++ b/zfs-fuse/receipt	Sun Jul 16 18:06:38 2023 +0000
   203.3 @@ -18,7 +18,7 @@
   203.4  current_version()
   203.5  {
   203.6  	wget -O - https://github.com/gordan-bobic/zfs-fuse/releases 2>/dev/null | \
   203.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
   203.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q'
   203.9  }
  203.10  
  203.11  
   204.1 --- a/zmap/receipt	Sun Jul 16 15:14:43 2023 +0000
   204.2 +++ b/zmap/receipt	Sun Jul 16 18:06:38 2023 +0000
   204.3 @@ -17,7 +17,7 @@
   204.4  current_version()
   204.5  {
   204.6  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   204.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   204.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   204.9  }
  204.10  
  204.11  # Rules to configure and make the package.
   205.1 --- a/znotes/receipt	Sun Jul 16 15:14:43 2023 +0000
   205.2 +++ b/znotes/receipt	Sun Jul 16 18:06:38 2023 +0000
   205.3 @@ -19,7 +19,7 @@
   205.4  current_version()
   205.5  {
   205.6  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   205.7 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   205.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   205.9  }
  205.10  
  205.11  # Rules to configure and make the package.
   206.1 --- a/zopfli/receipt	Sun Jul 16 15:14:43 2023 +0000
   206.2 +++ b/zopfli/receipt	Sun Jul 16 18:06:38 2023 +0000
   206.3 @@ -15,10 +15,11 @@
   206.4  DEPENDS="gcc83-lib-base"
   206.5  BUILD_DEPENDS="gcc83"
   206.6  
   206.7 +# What is the latest version available today?
   206.8  current_version()
   206.9  {
  206.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  206.11 -	sed '/archive.*tar/!d;s|.*/zopfli-\(.*\).tar.*|\1|;q'
  206.12 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
  206.13  }
  206.14  
  206.15  # Rules to configure and make the package.
   207.1 --- a/zpaq/receipt	Sun Jul 16 15:14:43 2023 +0000
   207.2 +++ b/zpaq/receipt	Sun Jul 16 18:06:38 2023 +0000
   207.3 @@ -17,7 +17,7 @@
   207.4  current_version()
   207.5  {
   207.6  	wget -O - https://github.com/zpaq/zpaq/releases 2>/dev/null | \
   207.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   207.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   207.9  }
  207.10  
  207.11  # Rules to configure and make the package.
   208.1 --- a/zultra/receipt	Sun Jul 16 15:14:43 2023 +0000
   208.2 +++ b/zultra/receipt	Sun Jul 16 18:06:38 2023 +0000
   208.3 @@ -11,10 +11,11 @@
   208.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
   208.5  WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
   208.6  
   208.7 +# What is the latest version available today?
   208.8  current_version()
   208.9  {
  208.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
  208.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
  208.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
  208.13  }
  208.14  
  208.15  # Rules to configure and make the package.