wok rev 25599

Update some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 16 13:38:12 2023 +0000 (10 months ago)
parents fe1b5660fdd1
children 7364ffdaaa60
files easy-rsa/receipt ecm/receipt efibootmgr/receipt efivar/receipt emerald-themes/receipt emerald/receipt encfs/receipt enchant/receipt enchant2/receipt engrampa/receipt enki/receipt eom/receipt epm/receipt erfs/receipt erlang/receipt espeak/receipt ettercap/receipt eudev/receipt exfat-utils/receipt fail2ban/receipt fast-lzma2/receipt fatcat/receipt fawkes/receipt fbcat/receipt fbgrab/receipt fbpanel/receipt fcgi/receipt fdupes/receipt ffmpegthumbnailer/receipt firejail/receipt fish/receipt flatpress/receipt flex/receipt flmusic/receipt fluidsynth/receipt font-manager/receipt fontforge/receipt fping/receipt freetuxtv/receipt fribidi/receipt fsarchiver/receipt fstransform/receipt fuse/receipt fzy/receipt gaupol/receipt gc/receipt geeqie/receipt geoip/receipt gftp/receipt giflossy/receipt glances/receipt glm/receipt glpi/receipt gobby/receipt gogglesmm/receipt gource/receipt gpart/receipt gritz/receipt gsmartcontrol/receipt gtest/receipt gtk-theme-arc/receipt gtk-theme-bluebird/receipt gtk-theme-greybird/receipt gtk-theme-vertex/receipt gtkhash/receipt gummi/receipt gvolwheel/receipt harfbuzz/receipt hash-slinger/receipt horst/receipt hsetroot/receipt htmldoc/receipt htop/receipt hubicfuse/receipt hunspell/receipt hydra/receipt ibus-hangul/receipt ibus/receipt icewm/receipt icinga/receipt igmpproxy/receipt iksemel/receipt ilmbase/receipt inotify-tools/receipt intel-microcode/receipt iptraf-ng/receipt iptstate/receipt irssi/receipt iwatch/receipt jabberd2/receipt jansson/receipt jasper/receipt jclic/receipt jp2a/receipt jq/receipt jsoncpp/receipt kbd/receipt keychain/receipt kkedit/receipt
line diff
     1.1 --- a/easy-rsa/receipt	Sun Jul 16 12:03:07 2023 +0000
     1.2 +++ b/easy-rsa/receipt	Sun Jul 16 13:38:12 2023 +0000
     1.3 @@ -13,10 +13,11 @@
     1.4  
     1.5  DEPENDS="openssl"
     1.6  
     1.7 +# What is the latest version available today?
     1.8  current_version()
     1.9  {
    1.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    1.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
    1.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    1.13  }
    1.14  
    1.15  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.1 --- a/ecm/receipt	Sun Jul 16 12:03:07 2023 +0000
     2.2 +++ b/ecm/receipt	Sun Jul 16 13:38:12 2023 +0000
     2.3 @@ -14,10 +14,11 @@
     2.4  
     2.5  BUILD_DEPENDS="asciidoc docbook-xsl libxml2-tools libxslt"
     2.6  
     2.7 +# What is the latest version available today?
     2.8  current_version()
     2.9  {
    2.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    2.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
    2.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    2.13  }
    2.14  
    2.15  # Rules to configure and make the package.
     3.1 --- a/efibootmgr/receipt	Sun Jul 16 12:03:07 2023 +0000
     3.2 +++ b/efibootmgr/receipt	Sun Jul 16 13:38:12 2023 +0000
     3.3 @@ -14,10 +14,11 @@
     3.4  DEPENDS="efivar gcc83-lib-base popt"
     3.5  BUILD_DEPENDS="efivar-dev gcc83 icu-dev popt-dev"
     3.6  
     3.7 +# What is the latest version available today?
     3.8  current_version()
     3.9  {
    3.10  	wget -O - ${WGET_URL%/arch*}/releases 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/efivar/receipt	Sun Jul 16 12:03:07 2023 +0000
     4.2 +++ b/efivar/receipt	Sun Jul 16 13:38:12 2023 +0000
     4.3 @@ -14,10 +14,11 @@
     4.4  DEPENDS="gcc83-lib-base"
     4.5  BUILD_DEPENDS="gcc83 icu-dev"
     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|.*/\(.*\).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/emerald-themes/receipt	Sun Jul 16 12:03:07 2023 +0000
     5.2 +++ b/emerald-themes/receipt	Sun Jul 16 13:38:12 2023 +0000
     5.3 @@ -14,10 +14,11 @@
     5.4  DEPENDS="xorg-libX11 emerald"
     5.5  BUILD_DEPENDS="xorg-dev gtk+-dev autoconf automake libtool"
     5.6  
     5.7 +# What is the latest version available today?
     5.8  current_version()
     5.9  {
    5.10  	wget -O - ${WGET_URL%/down*} 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/emerald/receipt	Sun Jul 16 12:03:07 2023 +0000
     6.2 +++ b/emerald/receipt	Sun Jul 16 13:38:12 2023 +0000
     6.3 @@ -15,10 +15,11 @@
     6.4  BUILD_DEPENDS="autoconf automake xorg-dev gtk+-dev compiz-core-dev \
     6.5  libtool libwnck-dev xz"
     6.6  
     6.7 +# What is the latest version available today?
     6.8  current_version()
     6.9  {
    6.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
    6.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).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/encfs/receipt	Sun Jul 16 12:03:07 2023 +0000
     7.2 +++ b/encfs/receipt	Sun Jul 16 13:38:12 2023 +0000
     7.3 @@ -17,10 +17,11 @@
     7.4  BUILD_DEPENDS="cmake fuse2-dev gcc83 glibc-dev libboost-filesystem-dev 
     7.5  	libboost-serialization-dev libboost-system-dev openssl-dev rlog-dev"
     7.6  
     7.7 +# What is the latest version available today?
     7.8  current_version()
     7.9  {
    7.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
    7.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).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/enchant/receipt	Sun Jul 16 12:03:07 2023 +0000
     8.2 +++ b/enchant/receipt	Sun Jul 16 13:38:12 2023 +0000
     8.3 @@ -20,7 +20,7 @@
     8.4  current_version()
     8.5  {
     8.6  	wget -O - https://github.com/AbiWord/enchant/releases/ 2>/dev/null | \
     8.7 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
     8.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
     8.9  }
    8.10  
    8.11  # Rules to configure and make the package.
     9.1 --- a/enchant2/receipt	Sun Jul 16 12:03:07 2023 +0000
     9.2 +++ b/enchant2/receipt	Sun Jul 16 13:38:12 2023 +0000
     9.3 @@ -23,7 +23,7 @@
     9.4  current_version()
     9.5  {
     9.6  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
     9.7 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
     9.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
     9.9  }
    9.10  
    9.11  # Rules to configure and make the package.
    10.1 --- a/engrampa/receipt	Sun Jul 16 12:03:07 2023 +0000
    10.2 +++ b/engrampa/receipt	Sun Jul 16 13:38:12 2023 +0000
    10.3 @@ -15,10 +15,11 @@
    10.4  gtk+-dev gtk-doc mate-common-dev mate-desktop-dev yelp-tools"
    10.5  SUGGESTED="unrar unace p7zip yelp-tools zip"
    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/enki/receipt	Sun Jul 16 12:03:07 2023 +0000
    11.2 +++ b/enki/receipt	Sun Jul 16 13:38:12 2023 +0000
    11.3 @@ -17,7 +17,7 @@
    11.4  current_version()
    11.5  {
    11.6  	wget -O - https://github.com/andreikop/enki/releases 2>/dev/null | \
    11.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    11.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    11.9  }
   11.10  
   11.11  # Rules to configure and make the package.
    12.1 --- a/eom/receipt	Sun Jul 16 12:03:07 2023 +0000
    12.2 +++ b/eom/receipt	Sun Jul 16 13:38:12 2023 +0000
    12.3 @@ -16,10 +16,11 @@
    12.4  jpeg-dev gobject-introspection-dev shared-mime-info-dev pygobject-dev \
    12.5  pygtk-dev python-dev"
    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|.*/v\(.*\).tar.*|\1|;q'
   12.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   12.13  }
   12.14  
   12.15  # Rules to configure and make the package.
    13.1 --- a/epm/receipt	Sun Jul 16 12:03:07 2023 +0000
    13.2 +++ b/epm/receipt	Sun Jul 16 13:38:12 2023 +0000
    13.3 @@ -14,10 +14,11 @@
    13.4  DEPENDS=""
    13.5  BUILD_DEPENDS=""
    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/erfs/receipt	Sun Jul 16 12:03:07 2023 +0000
    14.2 +++ b/erfs/receipt	Sun Jul 16 13:38:12 2023 +0000
    14.3 @@ -16,7 +16,7 @@
    14.4  current_version()
    14.5  {
    14.6  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    14.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    14.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    14.9  }
   14.10  
   14.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    15.1 --- a/erlang/receipt	Sun Jul 16 12:03:07 2023 +0000
    15.2 +++ b/erlang/receipt	Sun Jul 16 13:38:12 2023 +0000
    15.3 @@ -20,7 +20,7 @@
    15.4  current_version()
    15.5  {
    15.6  	wget -O - https://github.com/erlang/otp/releases 2>/dev/null | \
    15.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z-]*\(.*\).tar.*|\1|;q'
    15.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z-]*||;s|".*||;q'
    15.9  }
   15.10  
   15.11  # Rules to configure and make the package.
    16.1 --- a/espeak/receipt	Sun Jul 16 12:03:07 2023 +0000
    16.2 +++ b/espeak/receipt	Sun Jul 16 13:38:12 2023 +0000
    16.3 @@ -21,7 +21,7 @@
    16.4  current_version()
    16.5  {
    16.6  	wget -O - https://github.com/espeak-ng/espeak-ng/releases 2>/dev/null | \
    16.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    16.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    16.9  }
   16.10  
   16.11  # Rules to configure and make the package.
    17.1 --- a/ettercap/receipt	Sun Jul 16 12:03:07 2023 +0000
    17.2 +++ b/ettercap/receipt	Sun Jul 16 13:38:12 2023 +0000
    17.3 @@ -16,10 +16,11 @@
    17.4  BUILD_DEPENDS="cmake curl-dev file geoip-dev libnet-dev libpcap-dev 
    17.5  	libpthread-stubs libtool ncurses-dev openssl-dev zlib-dev"
    17.6  
    17.7 +# What is the latest version available today?
    17.8  current_version()
    17.9  {
   17.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   17.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   17.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   17.13  }
   17.14  
   17.15  # Rules to configure and make the package.
    18.1 --- a/eudev/receipt	Sun Jul 16 12:03:07 2023 +0000
    18.2 +++ b/eudev/receipt	Sun Jul 16 13:38:12 2023 +0000
    18.3 @@ -20,7 +20,7 @@
    18.4  current_version()
    18.5  {
    18.6  	wget -O - https://github.com/eudev-project/eudev/releases 2>/dev/null | \
    18.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z-]*\(.*\).tar.*|\1|;q'
    18.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z-]*||;s|".*||;q'
    18.9  }
   18.10  
   18.11  # Rules to configure and make the package.
    19.1 --- a/exfat-utils/receipt	Sun Jul 16 12:03:07 2023 +0000
    19.2 +++ b/exfat-utils/receipt	Sun Jul 16 13:38:12 2023 +0000
    19.3 @@ -14,10 +14,11 @@
    19.4  DEPENDS="fuse2"
    19.5  BUILD_DEPENDS="autoconf automake fuse2-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/fail2ban/receipt	Sun Jul 16 12:03:07 2023 +0000
    20.2 +++ b/fail2ban/receipt	Sun Jul 16 13:38:12 2023 +0000
    20.3 @@ -17,10 +17,11 @@
    20.4  
    20.5  CONFIG_FILES="/etc/fail2ban"
    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|.*/\(.*\).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/fast-lzma2/receipt	Sun Jul 16 12:03:07 2023 +0000
    21.2 +++ b/fast-lzma2/receipt	Sun Jul 16 13:38:12 2023 +0000
    21.3 @@ -16,7 +16,7 @@
    21.4  current_version()
    21.5  {
    21.6  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    21.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    21.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    21.9  }
   21.10  
   21.11  # Rules to configure and make the package.
    22.1 --- a/fatcat/receipt	Sun Jul 16 12:03:07 2023 +0000
    22.2 +++ b/fatcat/receipt	Sun Jul 16 13:38:12 2023 +0000
    22.3 @@ -16,8 +16,8 @@
    22.4  # What is the latest version available today?
    22.5  current_version()
    22.6  {
    22.7 -	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    22.8 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    22.9 +	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   22.10 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;s|debian_||;q'
   22.11  }
   22.12  
   22.13  # Rules to configure and make the package.
    23.1 --- a/fawkes/receipt	Sun Jul 16 12:03:07 2023 +0000
    23.2 +++ b/fawkes/receipt	Sun Jul 16 13:38:12 2023 +0000
    23.3 @@ -13,10 +13,11 @@
    23.4  DEPENDS="python"
    23.5  BUILD_DEPENDS="python-setuptools"
    23.6  
    23.7 +# What is the latest version available today?
    23.8  current_version()
    23.9  {
   23.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   23.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   23.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   23.13  }
   23.14  
   23.15  # Rules to configure and make the package.
    24.1 --- a/fbcat/receipt	Sun Jul 16 12:03:07 2023 +0000
    24.2 +++ b/fbcat/receipt	Sun Jul 16 13:38:12 2023 +0000
    24.3 @@ -16,10 +16,11 @@
    24.4  
    24.5  HOST_ARCH="i486 arm"
    24.6  
    24.7 +# What is the latest version available today?
    24.8  current_version()
    24.9  {
   24.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   24.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   24.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   24.13  }
   24.14  
   24.15  # Rules to configure and make the package.
    25.1 --- a/fbgrab/receipt	Sun Jul 16 12:03:07 2023 +0000
    25.2 +++ b/fbgrab/receipt	Sun Jul 16 13:38:12 2023 +0000
    25.3 @@ -20,7 +20,7 @@
    25.4  current_version()
    25.5  {
    25.6  	wget -O - https://github.com/GunnarMonell/fbgrab/releases 2>/dev/null | \
    25.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    25.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    25.9  }
   25.10  
   25.11  # Rules to configure and make the package.
    26.1 --- a/fbpanel/receipt	Sun Jul 16 12:03:07 2023 +0000
    26.2 +++ b/fbpanel/receipt	Sun Jul 16 13:38:12 2023 +0000
    26.3 @@ -15,10 +15,11 @@
    26.4  BUILD_DEPENDS="gtk+-dev"
    26.5  HOST_ARCH="i486 arm"
    26.6  
    26.7 +# What is the latest version available today?
    26.8  current_version()
    26.9  {
   26.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   26.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   26.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   26.13  }
   26.14  
   26.15  # Rules to configure and make the package.
    27.1 --- a/fcgi/receipt	Sun Jul 16 12:03:07 2023 +0000
    27.2 +++ b/fcgi/receipt	Sun Jul 16 13:38:12 2023 +0000
    27.3 @@ -15,10 +15,11 @@
    27.4  DEPENDS="gcc83-lib-base"
    27.5  BUILD_DEPENDS="autoconf automake gcc83 libtool"
    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|.*/\(.*\).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/fdupes/receipt	Sun Jul 16 12:03:07 2023 +0000
    28.2 +++ b/fdupes/receipt	Sun Jul 16 13:38:12 2023 +0000
    28.3 @@ -18,7 +18,7 @@
    28.4  current_version()
    28.5  {
    28.6  	wget -O - https://github.com/adrianlopezroche/fdupes/releases 2>/dev/null | \
    28.7 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
    28.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    28.9  }
   28.10  
   28.11  # Rules to configure and make the package.
    29.1 --- a/ffmpegthumbnailer/receipt	Sun Jul 16 12:03:07 2023 +0000
    29.2 +++ b/ffmpegthumbnailer/receipt	Sun Jul 16 13:38:12 2023 +0000
    29.3 @@ -14,10 +14,11 @@
    29.4  DEPENDS="ffmpeg gcc83-lib-base libjpeg libpng"
    29.5  BUILD_DEPENDS="cmake ffmpeg-dev gcc83 jpeg-dev libgnutls libpng-dev"
    29.6  
    29.7 +# What is the latest version available today?
    29.8  current_version()
    29.9  {
   29.10  	wget -O - ${WGET_URL%/arch*}/releases 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/firejail/receipt	Sun Jul 16 12:03:07 2023 +0000
    30.2 +++ b/firejail/receipt	Sun Jul 16 13:38:12 2023 +0000
    30.3 @@ -14,10 +14,11 @@
    30.4  DEPENDS="gcc83-lib-base"
    30.5  BUILD_DEPENDS="gawk gcc83 linux-api-headers"
    30.6  
    30.7 +# What is the latest version available today?
    30.8  current_version()
    30.9  {
   30.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   30.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).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/fish/receipt	Sun Jul 16 12:03:07 2023 +0000
    31.2 +++ b/fish/receipt	Sun Jul 16 13:38:12 2023 +0000
    31.3 @@ -15,12 +15,14 @@
    31.4  DEPENDS="gcc83-lib-base ncurses"
    31.5  BUILD_DEPENDS="cmake gcc83 ncurses-dev ncursesw-extra"
    31.6  
    31.7 +# What is the latest version available today?
    31.8  current_version()
    31.9  {
   31.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   31.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   31.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   31.13  }
   31.14  
   31.15 +# Rules to configure and make the package.
   31.16  compile_rules()
   31.17  {
   31.18  	export	CC=gcc-83
   31.19 @@ -32,6 +34,7 @@
   31.20  	make install DESTDIR=$DESTDIR
   31.21  }
   31.22  
   31.23 +# Rules to gen a SliTaz package suitable for Tazpkg.   
   31.24  genpkg_rules()
   31.25  {
   31.26  	mkdir -p $fs/usr/share
    32.1 --- a/flatpress/receipt	Sun Jul 16 12:03:07 2023 +0000
    32.2 +++ b/flatpress/receipt	Sun Jul 16 13:38:12 2023 +0000
    32.3 @@ -17,7 +17,7 @@
    32.4  current_version()
    32.5  {
    32.6  	wget -O - https://github.com/flatpressblog/flatpress/releases 2>/dev/null | \
    32.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    32.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    32.9  }
   32.10  
   32.11  # Rules to configure and make the package.
    33.1 --- a/flex/receipt	Sun Jul 16 12:03:07 2023 +0000
    33.2 +++ b/flex/receipt	Sun Jul 16 13:38:12 2023 +0000
    33.3 @@ -15,10 +15,11 @@
    33.4  BUILD_DEPENDS="bison"
    33.5  HOST_ARCH="i486 arm"
    33.6  
    33.7 +# What is the latest version available today?
    33.8  current_version()
    33.9  {
   33.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   33.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   33.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   33.13  }
   33.14  
   33.15  # Rules to configure and make the package.
    34.1 --- a/flmusic/receipt	Sun Jul 16 12:03:07 2023 +0000
    34.2 +++ b/flmusic/receipt	Sun Jul 16 13:38:12 2023 +0000
    34.3 @@ -17,7 +17,7 @@
    34.4  current_version()
    34.5  {
    34.6  	wget -O - https://github.com/bbidulock/flmusic/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/fluidsynth/receipt	Sun Jul 16 12:03:07 2023 +0000
    35.2 +++ b/fluidsynth/receipt	Sun Jul 16 13:38:12 2023 +0000
    35.3 @@ -16,10 +16,11 @@
    35.4  BUILD_DEPENDS="cmake glib-dev jack-audio-connection-kit-dev ladspa-dev 
    35.5  	pkg-config"
    35.6  
    35.7 +# What is the latest version available today?
    35.8  current_version()
    35.9  {
   35.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   35.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   35.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   35.13  }
   35.14  
   35.15  # Rules to configure and make the package.
    36.1 --- a/font-manager/receipt	Sun Jul 16 12:03:07 2023 +0000
    36.2 +++ b/font-manager/receipt	Sun Jul 16 13:38:12 2023 +0000
    36.3 @@ -16,10 +16,11 @@
    36.4  BUILD_DEPENDS="bash fontconfig-dev freetype-dev glib-dev gnome-doc-utils
    36.5  	intltool pango-dev python-dev sqlite-dev"
    36.6  
    36.7 +# What is the latest version available today?
    36.8  current_version()
    36.9  {
   36.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   36.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   36.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   36.13  }
   36.14  
   36.15  # Rules to configure and make the package.
    37.1 --- a/fontforge/receipt	Sun Jul 16 12:03:07 2023 +0000
    37.2 +++ b/fontforge/receipt	Sun Jul 16 13:38:12 2023 +0000
    37.3 @@ -22,10 +22,11 @@
    37.4  # As 'busybox date' does not support the given options,
    37.5  # coreutils-context-system is required.
    37.6  
    37.7 +# What is the latest version available today?
    37.8  current_version()
    37.9  {
   37.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   37.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   37.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   37.13  }
   37.14  
   37.15  # Rules to configure and make the package.
    38.1 --- a/fping/receipt	Sun Jul 16 12:03:07 2023 +0000
    38.2 +++ b/fping/receipt	Sun Jul 16 13:38:12 2023 +0000
    38.3 @@ -15,7 +15,7 @@
    38.4  current_version()
    38.5  {
    38.6  	wget -O - https://github.com/schweikert/fping/releases 2>/dev/null | \
    38.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    38.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    38.9  }
   38.10  
   38.11  # Rules to configure and make the package.
    39.1 --- a/freetuxtv/receipt	Sun Jul 16 12:03:07 2023 +0000
    39.2 +++ b/freetuxtv/receipt	Sun Jul 16 13:38:12 2023 +0000
    39.3 @@ -14,10 +14,11 @@
    39.4  BUILD_DEPENDS="gtk+-dev glib-dev dbus-glib-dev libsqlite sqlite-dev \
    39.5  libvlc-dev libvlc curl-dev libnotify-dev intltool file automake libtool"
    39.6  
    39.7 +# What is the latest version available today?
    39.8  current_version()
    39.9  {
   39.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   39.11 -	sed '/archive.*tar/!d;s|.*/freetuxtv-\(.*\).tar.*|\1|;q'
   39.12 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
   39.13  }
   39.14  
   39.15  # Rules to configure and make the package.
    40.1 --- a/fribidi/receipt	Sun Jul 16 12:03:07 2023 +0000
    40.2 +++ b/fribidi/receipt	Sun Jul 16 13:38:12 2023 +0000
    40.3 @@ -15,10 +15,11 @@
    40.4  
    40.5  HOST_ARCH="i486 arm"
    40.6  
    40.7 +# What is the latest version available today?
    40.8  current_version()
    40.9  {
   40.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   40.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   40.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   40.13  }
   40.14  
   40.15  # Rules to configure and make the package.
    41.1 --- a/fsarchiver/receipt	Sun Jul 16 12:03:07 2023 +0000
    41.2 +++ b/fsarchiver/receipt	Sun Jul 16 13:38:12 2023 +0000
    41.3 @@ -18,10 +18,11 @@
    41.4  	lz4-dev lzo-dev pkg-config util-linux-blkid-dev util-linux-uuid-dev
    41.5  	zlib-dev zstd-dev"
    41.6  
    41.7 +# What is the latest version available today?
    41.8  current_version()
    41.9  {
   41.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   41.11 -	sed '/archive.*tar/!d;/fsarchiver-/!d;s|.*/fsarchiver-\(.*\).tar.*|\1|;q'
   41.12 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
   41.13  }
   41.14  
   41.15  # Rules to configure and make the package.
    42.1 --- a/fstransform/receipt	Sun Jul 16 12:03:07 2023 +0000
    42.2 +++ b/fstransform/receipt	Sun Jul 16 13:38:12 2023 +0000
    42.3 @@ -13,10 +13,11 @@
    42.4  
    42.5  SUGGESTED="jfsutils xfsprogs reiserfsprogs reiser4progs e2fsprogs"
    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/fuse/receipt	Sun Jul 16 12:03:07 2023 +0000
    43.2 +++ b/fuse/receipt	Sun Jul 16 13:38:12 2023 +0000
    43.3 @@ -21,7 +21,7 @@
    43.4  current_version()
    43.5  {
    43.6  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
    43.7 -	sed '/archive.*tar/!d;s|.*/fuse-\(.*\).tar.*|\1|;q'
    43.8 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
    43.9  }
   43.10  
   43.11  # Rules to configure and make the package.
    44.1 --- a/fzy/receipt	Sun Jul 16 12:03:07 2023 +0000
    44.2 +++ b/fzy/receipt	Sun Jul 16 13:38:12 2023 +0000
    44.3 @@ -14,10 +14,11 @@
    44.4  DEPENDS=""
    44.5  BUILD_DEPENDS=""
    44.6  
    44.7 +# What is the latest version available today?
    44.8  current_version()
    44.9  {
   44.10 -	wget -O - ${WGET_URL%/down*}s 2>/dev/null | \
   44.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   44.12 +	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   44.13 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   44.14  }
   44.15  
   44.16  # Rules to configure and make the package.
    45.1 --- a/gaupol/receipt	Sun Jul 16 12:03:07 2023 +0000
    45.2 +++ b/gaupol/receipt	Sun Jul 16 13:38:12 2023 +0000
    45.3 @@ -15,10 +15,11 @@
    45.4  DEPENDS="py3k pygtk"
    45.5  BUILD_DEPENDS="gettext intltool py3k-dev"
    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/gc/receipt	Sun Jul 16 12:03:07 2023 +0000
    46.2 +++ b/gc/receipt	Sun Jul 16 13:38:12 2023 +0000
    46.3 @@ -15,7 +15,7 @@
    46.4  current_version()
    46.5  {
    46.6  	wget -O - $WEB_SITE/releases 2>/dev/null | \
    46.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
    46.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q'
    46.9  }
   46.10  
   46.11  # Rules to configure and make the package.
    47.1 --- a/geeqie/receipt	Sun Jul 16 12:03:07 2023 +0000
    47.2 +++ b/geeqie/receipt	Sun Jul 16 13:38:12 2023 +0000
    47.3 @@ -17,7 +17,7 @@
    47.4  current_version()
    47.5  {
    47.6  	wget -O - https://github.com/BestImageViewer/geeqie/releases 2>/dev/null | \
    47.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    47.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    47.9  }
   47.10  
   47.11  # Rules to configure and make the package.
    48.1 --- a/geoip/receipt	Sun Jul 16 12:03:07 2023 +0000
    48.2 +++ b/geoip/receipt	Sun Jul 16 13:38:12 2023 +0000
    48.3 @@ -18,7 +18,7 @@
    48.4  current_version()
    48.5  {
    48.6  	wget -O - https://github.com/maxmind/geoip-api-c/releases 2>/dev/null | \
    48.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    48.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    48.9  }
   48.10  
   48.11  # Rules to configure and make the package.
    49.1 --- a/gftp/receipt	Sun Jul 16 12:03:07 2023 +0000
    49.2 +++ b/gftp/receipt	Sun Jul 16 13:38:12 2023 +0000
    49.3 @@ -18,7 +18,7 @@
    49.4  current_version()
    49.5  {
    49.6  	wget -O - https://github.com/masneyb/gftp/releases 2>/dev/null | \
    49.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    49.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    49.9  }
   49.10  
   49.11  # Rules to configure and make the package.
    50.1 --- a/giflossy/receipt	Sun Jul 16 12:03:07 2023 +0000
    50.2 +++ b/giflossy/receipt	Sun Jul 16 13:38:12 2023 +0000
    50.3 @@ -13,10 +13,11 @@
    50.4  
    50.5  BUILD_DEPENDS="autoconf automake"
    50.6  
    50.7 +# What is the latest version available today?
    50.8  current_version()
    50.9  {
   50.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   50.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   50.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   50.13  }
   50.14  
   50.15  # Rules to configure and make the package.
    51.1 --- a/glances/receipt	Sun Jul 16 12:03:07 2023 +0000
    51.2 +++ b/glances/receipt	Sun Jul 16 13:38:12 2023 +0000
    51.3 @@ -15,10 +15,11 @@
    51.4  DEPENDS="python python-psutil"
    51.5  BUILD_DEPENDS="python-dev python-psutil 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 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   51.13  }
   51.14  
   51.15  # Rules to configure and make the package.
    52.1 --- a/glm/receipt	Sun Jul 16 12:03:07 2023 +0000
    52.2 +++ b/glm/receipt	Sun Jul 16 13:38:12 2023 +0000
    52.3 @@ -11,10 +11,11 @@
    52.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
    52.5  WGET_URL="https://github.com/g-truc/$PACKAGE/archive/$VERSION.tar.gz"
    52.6  
    52.7 +# What is the latest version available today?
    52.8  current_version()
    52.9  {
   52.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   52.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   52.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   52.13  }
   52.14  
   52.15  # Rules to configure and make the package.
    53.1 --- a/glpi/receipt	Sun Jul 16 12:03:07 2023 +0000
    53.2 +++ b/glpi/receipt	Sun Jul 16 13:38:12 2023 +0000
    53.3 @@ -15,10 +15,11 @@
    53.4  BUILD_DEPENDS=""
    53.5  CONFIG_FILES="/etc/glpi/config_db.php"
    53.6  
    53.7 +# What is the latest version available today?
    53.8  current_version()
    53.9  {
   53.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   53.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   53.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   53.13  }
   53.14  
   53.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    54.1 --- a/gobby/receipt	Sun Jul 16 12:03:07 2023 +0000
    54.2 +++ b/gobby/receipt	Sun Jul 16 13:38:12 2023 +0000
    54.3 @@ -19,7 +19,7 @@
    54.4  current_version()
    54.5  {
    54.6  	wget -O - https://github.com/gobby/gobby/releases 2>/dev/null | \
    54.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    54.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    54.9  }
   54.10  
   54.11  # Rules to configure and make the package.
    55.1 --- a/gogglesmm/receipt	Sun Jul 16 12:03:07 2023 +0000
    55.2 +++ b/gogglesmm/receipt	Sun Jul 16 13:38:12 2023 +0000
    55.3 @@ -20,7 +20,7 @@
    55.4  current_version()
    55.5  {
    55.6  	wget -O - https://github.com/gogglesmm/gogglesmm/releases 2>/dev/null | \
    55.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    55.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    55.9  }
   55.10  
   55.11  # Rules to configure and make the package. 
    56.1 --- a/gource/receipt	Sun Jul 16 12:03:07 2023 +0000
    56.2 +++ b/gource/receipt	Sun Jul 16 13:38:12 2023 +0000
    56.3 @@ -15,10 +15,11 @@
    56.4  BUILD_DEPENDS="freetype-dev ftgl-dev glew-dev glm libboost-filesystem-dev 
    56.5  	libsdl2-dev libsdl2-image-dev mesa-dev pcre-dev"
    56.6  
    56.7 +# What is the latest version available today?
    56.8  current_version()
    56.9  {
   56.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   56.11 -	sed '/archive.*tar/!d;s|.*/gource-\(.*\).tar.*|\1|;q'
   56.12 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
   56.13  }
   56.14  
   56.15  # Rules to configure and make the package.
    57.1 --- a/gpart/receipt	Sun Jul 16 12:03:07 2023 +0000
    57.2 +++ b/gpart/receipt	Sun Jul 16 13:38:12 2023 +0000
    57.3 @@ -12,10 +12,11 @@
    57.4  
    57.5  BUILD_DEPENDS="automake"
    57.6  
    57.7 +# What is the latest version available today?
    57.8  current_version()
    57.9  {
   57.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   57.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   57.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   57.13  }
   57.14  
   57.15  # Rules to configure and make the package.
    58.1 --- a/gritz/receipt	Sun Jul 16 12:03:07 2023 +0000
    58.2 +++ b/gritz/receipt	Sun Jul 16 13:38:12 2023 +0000
    58.3 @@ -13,10 +13,11 @@
    58.4  DEPENDS="perl-gtk2"
    58.5  BUILD_DEPENDS="wget perl"
    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 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   58.13  }
   58.14  
   58.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    59.1 --- a/gsmartcontrol/receipt	Sun Jul 16 12:03:07 2023 +0000
    59.2 +++ b/gsmartcontrol/receipt	Sun Jul 16 13:38:12 2023 +0000
    59.3 @@ -17,7 +17,7 @@
    59.4  current_version()
    59.5  {
    59.6  	wget -O - https://github.com/ashaduri/gsmartcontrol/releases 2>/dev/null | \
    59.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    59.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    59.9  }
   59.10  
   59.11  # Rules to configure and make the package.
    60.1 --- a/gtest/receipt	Sun Jul 16 12:03:07 2023 +0000
    60.2 +++ b/gtest/receipt	Sun Jul 16 13:38:12 2023 +0000
    60.3 @@ -14,10 +14,11 @@
    60.4  DEPENDS="gcc83-lib-base"
    60.5  BUILD_DEPENDS="cmake gcc83"
    60.6  
    60.7 +# What is the latest version available today?
    60.8  current_version()
    60.9  {
   60.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   60.11 -	sed '/release.*tar.gz/!d;s|.*/release-\(.*\).tar.*|\1|;q'
   60.12 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
   60.13  }
   60.14  
   60.15  # Rules to configure and make the package.
    61.1 --- a/gtk-theme-arc/receipt	Sun Jul 16 12:03:07 2023 +0000
    61.2 +++ b/gtk-theme-arc/receipt	Sun Jul 16 13:38:12 2023 +0000
    61.3 @@ -18,7 +18,7 @@
    61.4  current_version()
    61.5  {
    61.6  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    61.7 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
    61.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    61.9  }
   61.10  
   61.11  # Rules to configure and make the package.
    62.1 --- a/gtk-theme-bluebird/receipt	Sun Jul 16 12:03:07 2023 +0000
    62.2 +++ b/gtk-theme-bluebird/receipt	Sun Jul 16 13:38:12 2023 +0000
    62.3 @@ -19,7 +19,7 @@
    62.4  current_version()
    62.5  {
    62.6  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    62.7 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
    62.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    62.9  }
   62.10  
   62.11  # Rules to configure and make the package.
    63.1 --- a/gtk-theme-greybird/receipt	Sun Jul 16 12:03:07 2023 +0000
    63.2 +++ b/gtk-theme-greybird/receipt	Sun Jul 16 13:38:12 2023 +0000
    63.3 @@ -17,7 +17,7 @@
    63.4  current_version()
    63.5  {
    63.6  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    63.7 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
    63.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    63.9  }
   63.10  
   63.11  # Rules to configure and make the package.
    64.1 --- a/gtk-theme-vertex/receipt	Sun Jul 16 12:03:07 2023 +0000
    64.2 +++ b/gtk-theme-vertex/receipt	Sun Jul 16 13:38:12 2023 +0000
    64.3 @@ -18,7 +18,7 @@
    64.4  current_version()
    64.5  {
    64.6  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    64.7 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
    64.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    64.9  }
   64.10  
   64.11  # Rules to configure and make the package.
    65.1 --- a/gtkhash/receipt	Sun Jul 16 12:03:07 2023 +0000
    65.2 +++ b/gtkhash/receipt	Sun Jul 16 13:38:12 2023 +0000
    65.3 @@ -16,10 +16,11 @@
    65.4  
    65.5  HOST_ARCH="i486 arm"
    65.6  
    65.7 +# What is the latest version available today?
    65.8  current_version()
    65.9  {
   65.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   65.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   65.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   65.13  }
   65.14  
   65.15  # Rules to configure and make the package.
    66.1 --- a/gummi/receipt	Sun Jul 16 12:03:07 2023 +0000
    66.2 +++ b/gummi/receipt	Sun Jul 16 13:38:12 2023 +0000
    66.3 @@ -15,10 +15,11 @@
    66.4  DEPENDS="gtk+ gtksourceview gtkspell poppler"
    66.5  BUILD_DEPENDS="glib gtk+-dev gtksourceview-dev gtkspell-dev intltool poppler-dev"
    66.6  
    66.7 +# What is the latest version available today?
    66.8  current_version()
    66.9  {
   66.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   66.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   66.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   66.13  }
   66.14  
   66.15  # Rules to configure and make the package.
    67.1 --- a/gvolwheel/receipt	Sun Jul 16 12:03:07 2023 +0000
    67.2 +++ b/gvolwheel/receipt	Sun Jul 16 13:38:12 2023 +0000
    67.3 @@ -21,7 +21,7 @@
    67.4  current_version()
    67.5  {
    67.6  	wget -O - https://github.com/Junker/gvolwheel/releases 2>/dev/null | \
    67.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    67.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    67.9  }
   67.10  
   67.11  # Rules to configure and make the package.
    68.1 --- a/harfbuzz/receipt	Sun Jul 16 12:03:07 2023 +0000
    68.2 +++ b/harfbuzz/receipt	Sun Jul 16 13:38:12 2023 +0000
    68.3 @@ -16,10 +16,11 @@
    68.4  
    68.5  HOST_ARCH="i486 arm"
    68.6  
    68.7 +# What is the latest version available today?
    68.8  current_version()
    68.9  {
   68.10  	wget -O - ${WGET_URL%/down*} 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/hash-slinger/receipt	Sun Jul 16 12:03:07 2023 +0000
    69.2 +++ b/hash-slinger/receipt	Sun Jul 16 13:38:12 2023 +0000
    69.3 @@ -13,10 +13,11 @@
    69.4  
    69.5  DEPENDS="python"
    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/horst/receipt	Sun Jul 16 12:03:07 2023 +0000
    70.2 +++ b/horst/receipt	Sun Jul 16 13:38:12 2023 +0000
    70.3 @@ -14,10 +14,11 @@
    70.4  DEPENDS="ncurses libtinfo"
    70.5  BUILD_DEPENDS="libnl-dev ncurses-dev"
    70.6  
    70.7 +# What is the latest version available today?
    70.8  current_version()
    70.9  {
   70.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   70.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   70.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   70.13  }
   70.14  
   70.15  # Rules to configure and make the package.
    71.1 --- a/hsetroot/receipt	Sun Jul 16 12:03:07 2023 +0000
    71.2 +++ b/hsetroot/receipt	Sun Jul 16 13:38:12 2023 +0000
    71.3 @@ -20,10 +20,11 @@
    71.4  
    71.5  # ARM: imlib2-dev must be installed in build chroot
    71.6  
    71.7 +# What is the latest version available today?
    71.8  current_version()
    71.9  {
   71.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   71.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   71.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   71.13  }
   71.14  
   71.15  # Rules to configure and make the package.
    72.1 --- a/htmldoc/receipt	Sun Jul 16 12:03:07 2023 +0000
    72.2 +++ b/htmldoc/receipt	Sun Jul 16 13:38:12 2023 +0000
    72.3 @@ -14,10 +14,11 @@
    72.4  DEPENDS="fltk jpeg libpng"
    72.5  BUILD_DEPENDS="fltk-dev jpeg-dev libpng-dev"
    72.6  
    72.7 +# What is the latest version available today?
    72.8  current_version()
    72.9  {
   72.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   72.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).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/htop/receipt	Sun Jul 16 12:03:07 2023 +0000
    73.2 +++ b/htop/receipt	Sun Jul 16 13:38:12 2023 +0000
    73.3 @@ -25,7 +25,7 @@
    73.4  current_version()
    73.5  {
    73.6  	wget -O - https://github.com/htop-dev/htop/releases 2>/dev/null | \
    73.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    73.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    73.9  }
   73.10  
   73.11  # Rules to configure and make the package.
    74.1 --- a/hubicfuse/receipt	Sun Jul 16 12:03:07 2023 +0000
    74.2 +++ b/hubicfuse/receipt	Sun Jul 16 13:38:12 2023 +0000
    74.3 @@ -15,10 +15,11 @@
    74.4  BUILD_DEPENDS="curl-dev fuse2-dev glib libjson-c-dev libmagic-dev 
    74.5  	libxml2-dev openssl-dev pkg-config"
    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|.*/v\(.*\).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/hunspell/receipt	Sun Jul 16 12:03:07 2023 +0000
    75.2 +++ b/hunspell/receipt	Sun Jul 16 13:38:12 2023 +0000
    75.3 @@ -13,10 +13,11 @@
    75.4  
    75.5  BUILD_DEPENDS="autoconf automake libtool"
    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|.*/v\(.*\).tar.*|\1|;q'
   75.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   75.13  }
   75.14  
   75.15  # Rules to configure and make the package.
    76.1 --- a/hydra/receipt	Sun Jul 16 12:03:07 2023 +0000
    76.2 +++ b/hydra/receipt	Sun Jul 16 13:38:12 2023 +0000
    76.3 @@ -19,7 +19,7 @@
    76.4  current_version()
    76.5  {
    76.6  	wget -O - $WEB_SITE/releases 2>/dev/null | \
    76.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
    76.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q'
    76.9  }
   76.10  
   76.11  # Rules to configure and make the package.
    77.1 --- a/ibus-hangul/receipt	Sun Jul 16 12:03:07 2023 +0000
    77.2 +++ b/ibus-hangul/receipt	Sun Jul 16 13:38:12 2023 +0000
    77.3 @@ -17,7 +17,7 @@
    77.4  current_version()
    77.5  {
    77.6  	wget -O - https://github.com/ibus/ibus/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/ibus/receipt	Sun Jul 16 12:03:07 2023 +0000
    78.2 +++ b/ibus/receipt	Sun Jul 16 13:38:12 2023 +0000
    78.3 @@ -18,7 +18,7 @@
    78.4  current_version()
    78.5  {
    78.6  	wget -O - https://github.com/ibus/ibus/releases 2>/dev/null | \
    78.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
    78.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q'
    78.9  }
   78.10  
   78.11  # Rules to configure and make the package.
    79.1 --- a/icewm/receipt	Sun Jul 16 12:03:07 2023 +0000
    79.2 +++ b/icewm/receipt	Sun Jul 16 13:38:12 2023 +0000
    79.3 @@ -23,10 +23,11 @@
    79.4  	xorg-libXinerama-dev xorg-libXpm-dev xorg-libXrandr-dev
    79.5  	xorg-libXrender-dev xorg-randrproto xorg-xproto xorg-xextproto"
    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/icinga/receipt	Sun Jul 16 12:03:07 2023 +0000
    80.2 +++ b/icinga/receipt	Sun Jul 16 13:38:12 2023 +0000
    80.3 @@ -20,7 +20,7 @@
    80.4  current_version()
    80.5  {
    80.6  	wget -O - https://github.com/Icinga/icinga2/releases 2>/dev/null | \
    80.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    80.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    80.9  }
   80.10  
   80.11  # Rules to configure and make the package.
    81.1 --- a/igmpproxy/receipt	Sun Jul 16 12:03:07 2023 +0000
    81.2 +++ b/igmpproxy/receipt	Sun Jul 16 13:38:12 2023 +0000
    81.3 @@ -13,10 +13,11 @@
    81.4  
    81.5  CONFIG_FILES="/etc/igmpproxy.conf"
    81.6  
    81.7 +# What is the latest version available today?
    81.8  current_version()
    81.9  {
   81.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   81.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   81.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   81.13  }
   81.14  
   81.15  # Rules to configure and make the package.
    82.1 --- a/iksemel/receipt	Sun Jul 16 12:03:07 2023 +0000
    82.2 +++ b/iksemel/receipt	Sun Jul 16 13:38:12 2023 +0000
    82.3 @@ -14,10 +14,11 @@
    82.4  DEPENDS="gnutls libgcrypt libgpg-error pkg-config zlib"
    82.5  BUILD_DEPENDS="autoconf automake libtool texinfo"
    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/ilmbase/receipt	Sun Jul 16 12:03:07 2023 +0000
    83.2 +++ b/ilmbase/receipt	Sun Jul 16 13:38:12 2023 +0000
    83.3 @@ -15,10 +15,11 @@
    83.4  DEPENDS="gcc83-lib-base"
    83.5  BUILD_DEPENDS="bash gcc83"
    83.6  
    83.7 +# What is the latest version available today?
    83.8  current_version()
    83.9  {
   83.10  	wget -O - ${WGET_URL%/down*} 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/inotify-tools/receipt	Sun Jul 16 12:03:07 2023 +0000
    84.2 +++ b/inotify-tools/receipt	Sun Jul 16 13:38:12 2023 +0000
    84.3 @@ -15,10 +15,11 @@
    84.4  DEPENDS=""
    84.5  BUILD_DEPENDS="autoconf automake cmake file libtool"
    84.6  
    84.7 +# What is the latest version available today?
    84.8  current_version()
    84.9  {
   84.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   84.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   84.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   84.13  }
   84.14  
   84.15  # Rules to configure and make the package.
    85.1 --- a/intel-microcode/receipt	Sun Jul 16 12:03:07 2023 +0000
    85.2 +++ b/intel-microcode/receipt	Sun Jul 16 13:38:12 2023 +0000
    85.3 @@ -20,7 +20,7 @@
    85.4  current_version()
    85.5  {
    85.6  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    85.7 -	sed '/archive.*tar/!d;s|.*/microcode-\(.*\).tar.*|\1|;q'
    85.8 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
    85.9  }
   85.10  
   85.11  # Rules to configure and make the package.
    86.1 --- a/iptraf-ng/receipt	Sun Jul 16 12:03:07 2023 +0000
    86.2 +++ b/iptraf-ng/receipt	Sun Jul 16 13:38:12 2023 +0000
    86.3 @@ -20,7 +20,7 @@
    86.4  current_version()
    86.5  {
    86.6  	wget -O - https://github.com/iptraf-ng/iptraf-ng/releases 2>/dev/null | \
    86.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    86.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    86.9  }
   86.10  
   86.11  # Rules to configure and make the package.
    87.1 --- a/iptstate/receipt	Sun Jul 16 12:03:07 2023 +0000
    87.2 +++ b/iptstate/receipt	Sun Jul 16 13:38:12 2023 +0000
    87.3 @@ -14,10 +14,11 @@
    87.4  DEPENDS="iptables libnetfilter_conntrack libnfnetlink ncurses"
    87.5  BUILD_DEPENDS="libnetfilter_conntrack-dev libnfnetlink-dev ncurses-dev"
    87.6  
    87.7 +# What is the latest version available today?
    87.8  current_version()
    87.9  {
   87.10  	wget -O - ${WGET_URL%/down*} 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/irssi/receipt	Sun Jul 16 12:03:07 2023 +0000
    88.2 +++ b/irssi/receipt	Sun Jul 16 13:38:12 2023 +0000
    88.3 @@ -15,10 +15,11 @@
    88.4  DEPENDS="glib ncurses openssl perl"
    88.5  BUILD_DEPENDS="glib glib-dev ncurses-dev openssl-dev perl pkg-config"
    88.6  
    88.7 +# What is the latest version available today?
    88.8  current_version()
    88.9  {
   88.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   88.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   88.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   88.13  }
   88.14  
   88.15  # Rules to configure and make the package.
    89.1 --- a/iwatch/receipt	Sun Jul 16 12:03:07 2023 +0000
    89.2 +++ b/iwatch/receipt	Sun Jul 16 13:38:12 2023 +0000
    89.3 @@ -18,7 +18,7 @@
    89.4  current_version()
    89.5  {
    89.6  	wget -O - $WEB_SITE/releases 2>/dev/null | \
    89.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
    89.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q'
    89.9  }
   89.10  
   89.11  # Rules to configure and make the package.
    90.1 --- a/jabberd2/receipt	Sun Jul 16 12:03:07 2023 +0000
    90.2 +++ b/jabberd2/receipt	Sun Jul 16 13:38:12 2023 +0000
    90.3 @@ -19,10 +19,11 @@
    90.4  	sqlite sqlite-dev udns udns-dev zlib-dev libgcrypt-dev"
    90.5  CONFIG_FILES="/etc/jabberd"
    90.6  
    90.7 +# What is the latest version available today?
    90.8  current_version()
    90.9  {
   90.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   90.11 -	sed '/archive.*tar/!d;s|.*/jabberd-\(.*\).tar.*|\1|;q'
   90.12 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
   90.13  }
   90.14  
   90.15  # Rules to configure and make the package.
    91.1 --- a/jansson/receipt	Sun Jul 16 12:03:07 2023 +0000
    91.2 +++ b/jansson/receipt	Sun Jul 16 13:38:12 2023 +0000
    91.3 @@ -16,10 +16,11 @@
    91.4  
    91.5  HOST_ARCH="i486 arm"
    91.6  
    91.7 +# What is the latest version available today?
    91.8  current_version()
    91.9  {
   91.10  	wget -O - ${WGET_URL%/arch*}/releases 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/jasper/receipt	Sun Jul 16 12:03:07 2023 +0000
    92.2 +++ b/jasper/receipt	Sun Jul 16 13:38:12 2023 +0000
    92.3 @@ -17,10 +17,11 @@
    92.4  
    92.5  HOST_ARCH="i486 arm"
    92.6  
    92.7 +# What is the latest version available today?
    92.8  current_version()
    92.9  {
   92.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   92.11 -	sed '/tags.version.*tar/!d;s|.*/version-\(.*\).tar.*|\1|;q'
   92.12 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
   92.13  }
   92.14  
   92.15  # Rules to configure and make the package.
    93.1 --- a/jclic/receipt	Sun Jul 16 12:03:07 2023 +0000
    93.2 +++ b/jclic/receipt	Sun Jul 16 13:38:12 2023 +0000
    93.3 @@ -14,10 +14,11 @@
    93.4  
    93.5  DEPENDS="java-jre"
    93.6  
    93.7 +# What is the latest version available today?
    93.8  current_version()
    93.9  {
   93.10  	wget -O - ${WGET_URL%/down*} 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/jp2a/receipt	Sun Jul 16 12:03:07 2023 +0000
    94.2 +++ b/jp2a/receipt	Sun Jul 16 13:38:12 2023 +0000
    94.3 @@ -13,10 +13,11 @@
    94.4  DEPENDS="jpeg libcurl"
    94.5  BUILD_DEPENDS="autoconf-archive automake jpeg-dev curl-dev"
    94.6  
    94.7 +# What is the latest version available today?
    94.8  current_version()
    94.9  {
   94.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   94.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   94.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   94.13  }
   94.14  
   94.15  # Rules to configure and make the package.
    95.1 --- a/jq/receipt	Sun Jul 16 12:03:07 2023 +0000
    95.2 +++ b/jq/receipt	Sun Jul 16 13:38:12 2023 +0000
    95.3 @@ -12,10 +12,11 @@
    95.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
    95.5  WGET_URL="https://github.com/stedolan/$PACKAGE/releases/download/$PACKAGE-$VERSION/$TARBALL"
    95.6  
    95.7 +# What is the latest version available today?
    95.8  current_version()
    95.9  {
   95.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   95.11 -	sed '/archive.*tar/!d;s|.*/jq-\(.*\).tar.*|\1|;q'
   95.12 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
   95.13  }
   95.14  
   95.15  # Rules to configure and make the package.
    96.1 --- a/jsoncpp/receipt	Sun Jul 16 12:03:07 2023 +0000
    96.2 +++ b/jsoncpp/receipt	Sun Jul 16 13:38:12 2023 +0000
    96.3 @@ -14,10 +14,11 @@
    96.4  DEPENDS="gcc83-lib-base"
    96.5  BUILD_DEPENDS="cmake gcc83 pkg-config py3k"
    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/kbd/receipt	Sun Jul 16 12:03:07 2023 +0000
    97.2 +++ b/kbd/receipt	Sun Jul 16 13:38:12 2023 +0000
    97.3 @@ -25,10 +25,11 @@
    97.4  
    97.5  # @maintainer: Please update also: kbd-base, kbd-busybox, kbd-lang and kbd-vlock
    97.6  
    97.7 +# What is the latest version available today?
    97.8  current_version()
    97.9  {
   97.10  	wget -O - https://github.com/legionus/kbd/releases 2>/dev/null | \
   97.11 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   97.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   97.13  }
   97.14  
   97.15  # Rules to configure and make the package.
    98.1 --- a/keychain/receipt	Sun Jul 16 12:03:07 2023 +0000
    98.2 +++ b/keychain/receipt	Sun Jul 16 13:38:12 2023 +0000
    98.3 @@ -14,10 +14,11 @@
    98.4  
    98.5  SUGGESTED="gnupg openssh"
    98.6  
    98.7 +# What is the latest version available today?
    98.8  current_version()
    98.9  {
   98.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   98.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   98.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   98.13  }
   98.14  
   98.15  # Rules to gen a SliTaz package suitable for Tazpkg.   
    99.1 --- a/kkedit/receipt	Sun Jul 16 12:03:07 2023 +0000
    99.2 +++ b/kkedit/receipt	Sun Jul 16 13:38:12 2023 +0000
    99.3 @@ -16,10 +16,11 @@
    99.4  BUILD_DEPENDS="aspell-dev autoconf automake ctags gtk+-dev 
    99.5  	gtksourceview-dev libtool libunique-dev libxml2-dev vte-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|.*/\(.*\).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.