# HG changeset patch # User Pascal Bellard # Date 1689514692 0 # Node ID 20ad21d5532c2f3caaf167067863adbe9e846167 # Parent fe1b5660fdd194c1b694344820120c68d1604c5d Update some current_version diff -r fe1b5660fdd1 -r 20ad21d5532c easy-rsa/receipt --- a/easy-rsa/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/easy-rsa/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -13,10 +13,11 @@ DEPENDS="openssl" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r fe1b5660fdd1 -r 20ad21d5532c ecm/receipt --- a/ecm/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/ecm/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -14,10 +14,11 @@ BUILD_DEPENDS="asciidoc docbook-xsl libxml2-tools libxslt" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c efibootmgr/receipt --- a/efibootmgr/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/efibootmgr/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="efivar gcc83-lib-base popt" BUILD_DEPENDS="efivar-dev gcc83 icu-dev popt-dev" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c efivar/receipt --- a/efivar/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/efivar/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="gcc83-lib-base" BUILD_DEPENDS="gcc83 icu-dev" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c emerald-themes/receipt --- a/emerald-themes/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/emerald-themes/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="xorg-libX11 emerald" BUILD_DEPENDS="xorg-dev gtk+-dev autoconf automake libtool" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c emerald/receipt --- a/emerald/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/emerald/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -15,10 +15,11 @@ BUILD_DEPENDS="autoconf automake xorg-dev gtk+-dev compiz-core-dev \ libtool libwnck-dev xz" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c encfs/receipt --- a/encfs/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/encfs/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -17,10 +17,11 @@ BUILD_DEPENDS="cmake fuse2-dev gcc83 glibc-dev libboost-filesystem-dev libboost-serialization-dev libboost-system-dev openssl-dev rlog-dev" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c enchant/receipt --- a/enchant/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/enchant/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -20,7 +20,7 @@ current_version() { wget -O - https://github.com/AbiWord/enchant/releases/ 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c enchant2/receipt --- a/enchant2/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/enchant2/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -23,7 +23,7 @@ current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c engrampa/receipt --- a/engrampa/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/engrampa/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -15,10 +15,11 @@ gtk+-dev gtk-doc mate-common-dev mate-desktop-dev yelp-tools" SUGGESTED="unrar unace p7zip yelp-tools zip" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c enki/receipt --- a/enki/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/enki/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - https://github.com/andreikop/enki/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c eom/receipt --- a/eom/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/eom/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -16,10 +16,11 @@ jpeg-dev gobject-introspection-dev shared-mime-info-dev pygobject-dev \ pygtk-dev python-dev" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c epm/receipt --- a/epm/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/epm/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="" BUILD_DEPENDS="" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c erfs/receipt --- a/erfs/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/erfs/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -16,7 +16,7 @@ current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r fe1b5660fdd1 -r 20ad21d5532c erlang/receipt --- a/erlang/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/erlang/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -20,7 +20,7 @@ current_version() { wget -O - https://github.com/erlang/otp/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/[A-Za-z-]*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[A-Za-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c espeak/receipt --- a/espeak/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/espeak/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -21,7 +21,7 @@ current_version() { wget -O - https://github.com/espeak-ng/espeak-ng/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c ettercap/receipt --- a/ettercap/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/ettercap/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -16,10 +16,11 @@ BUILD_DEPENDS="cmake curl-dev file geoip-dev libnet-dev libpcap-dev libpthread-stubs libtool ncurses-dev openssl-dev zlib-dev" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c eudev/receipt --- a/eudev/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/eudev/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -20,7 +20,7 @@ current_version() { wget -O - https://github.com/eudev-project/eudev/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/[A-Za-z-]*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[A-Za-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c exfat-utils/receipt --- a/exfat-utils/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/exfat-utils/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="fuse2" BUILD_DEPENDS="autoconf automake fuse2-dev" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c fail2ban/receipt --- a/fail2ban/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/fail2ban/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -17,10 +17,11 @@ CONFIG_FILES="/etc/fail2ban" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c fast-lzma2/receipt --- a/fast-lzma2/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/fast-lzma2/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -16,7 +16,7 @@ current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c fatcat/receipt --- a/fatcat/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/fatcat/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -16,8 +16,8 @@ # What is the latest version available today? current_version() { - wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' + wget -O - ${WGET_URL%/down*} 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/v*||;s|".*||;s|debian_||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c fawkes/receipt --- a/fawkes/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/fawkes/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -13,10 +13,11 @@ DEPENDS="python" BUILD_DEPENDS="python-setuptools" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c fbcat/receipt --- a/fbcat/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/fbcat/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -16,10 +16,11 @@ HOST_ARCH="i486 arm" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c fbgrab/receipt --- a/fbgrab/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/fbgrab/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -20,7 +20,7 @@ current_version() { wget -O - https://github.com/GunnarMonell/fbgrab/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c fbpanel/receipt --- a/fbpanel/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/fbpanel/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -15,10 +15,11 @@ BUILD_DEPENDS="gtk+-dev" HOST_ARCH="i486 arm" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c fcgi/receipt --- a/fcgi/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/fcgi/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="gcc83-lib-base" BUILD_DEPENDS="autoconf automake gcc83 libtool" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c fdupes/receipt --- a/fdupes/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/fdupes/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - https://github.com/adrianlopezroche/fdupes/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c ffmpegthumbnailer/receipt --- a/ffmpegthumbnailer/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/ffmpegthumbnailer/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="ffmpeg gcc83-lib-base libjpeg libpng" BUILD_DEPENDS="cmake ffmpeg-dev gcc83 jpeg-dev libgnutls libpng-dev" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c firejail/receipt --- a/firejail/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/firejail/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="gcc83-lib-base" BUILD_DEPENDS="gawk gcc83 linux-api-headers" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c fish/receipt --- a/fish/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/fish/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -15,12 +15,14 @@ DEPENDS="gcc83-lib-base ncurses" BUILD_DEPENDS="cmake gcc83 ncurses-dev ncursesw-extra" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } +# Rules to configure and make the package. compile_rules() { export CC=gcc-83 @@ -32,6 +34,7 @@ make install DESTDIR=$DESTDIR } +# Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share diff -r fe1b5660fdd1 -r 20ad21d5532c flatpress/receipt --- a/flatpress/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/flatpress/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - https://github.com/flatpressblog/flatpress/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c flex/receipt --- a/flex/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/flex/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -15,10 +15,11 @@ BUILD_DEPENDS="bison" HOST_ARCH="i486 arm" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c flmusic/receipt --- a/flmusic/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/flmusic/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - https://github.com/bbidulock/flmusic/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c fluidsynth/receipt --- a/fluidsynth/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/fluidsynth/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -16,10 +16,11 @@ BUILD_DEPENDS="cmake glib-dev jack-audio-connection-kit-dev ladspa-dev pkg-config" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c font-manager/receipt --- a/font-manager/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/font-manager/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -16,10 +16,11 @@ BUILD_DEPENDS="bash fontconfig-dev freetype-dev glib-dev gnome-doc-utils intltool pango-dev python-dev sqlite-dev" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c fontforge/receipt --- a/fontforge/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/fontforge/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -22,10 +22,11 @@ # As 'busybox date' does not support the given options, # coreutils-context-system is required. +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c fping/receipt --- a/fping/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/fping/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -15,7 +15,7 @@ current_version() { wget -O - https://github.com/schweikert/fping/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c freetuxtv/receipt --- a/freetuxtv/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/freetuxtv/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -14,10 +14,11 @@ BUILD_DEPENDS="gtk+-dev glib-dev dbus-glib-dev libsqlite sqlite-dev \ libvlc-dev libvlc curl-dev libnotify-dev intltool file automake libtool" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/freetuxtv-\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c fribidi/receipt --- a/fribidi/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/fribidi/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -15,10 +15,11 @@ HOST_ARCH="i486 arm" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c fsarchiver/receipt --- a/fsarchiver/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/fsarchiver/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -18,10 +18,11 @@ lz4-dev lzo-dev pkg-config util-linux-blkid-dev util-linux-uuid-dev zlib-dev zstd-dev" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;/fsarchiver-/!d;s|.*/fsarchiver-\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c fstransform/receipt --- a/fstransform/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/fstransform/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -13,10 +13,11 @@ SUGGESTED="jfsutils xfsprogs reiserfsprogs reiser4progs e2fsprogs" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c fuse/receipt --- a/fuse/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/fuse/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -21,7 +21,7 @@ current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/fuse-\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c fzy/receipt --- a/fzy/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/fzy/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="" BUILD_DEPENDS="" +# What is the latest version available today? current_version() { - wget -O - ${WGET_URL%/down*}s 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + wget -O - ${WGET_URL%/down*} 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c gaupol/receipt --- a/gaupol/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/gaupol/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="py3k pygtk" BUILD_DEPENDS="gettext intltool py3k-dev" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c gc/receipt --- a/gc/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/gc/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -15,7 +15,7 @@ current_version() { wget -O - $WEB_SITE/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c geeqie/receipt --- a/geeqie/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/geeqie/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - https://github.com/BestImageViewer/geeqie/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c geoip/receipt --- a/geoip/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/geoip/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - https://github.com/maxmind/geoip-api-c/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c gftp/receipt --- a/gftp/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/gftp/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - https://github.com/masneyb/gftp/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c giflossy/receipt --- a/giflossy/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/giflossy/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -13,10 +13,11 @@ BUILD_DEPENDS="autoconf automake" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c glances/receipt --- a/glances/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/glances/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="python python-psutil" BUILD_DEPENDS="python-dev python-psutil python-setuptools" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c glm/receipt --- a/glm/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/glm/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -11,10 +11,11 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/g-truc/$PACKAGE/archive/$VERSION.tar.gz" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c glpi/receipt --- a/glpi/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/glpi/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -15,10 +15,11 @@ BUILD_DEPENDS="" CONFIG_FILES="/etc/glpi/config_db.php" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r fe1b5660fdd1 -r 20ad21d5532c gobby/receipt --- a/gobby/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/gobby/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -19,7 +19,7 @@ current_version() { wget -O - https://github.com/gobby/gobby/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c gogglesmm/receipt --- a/gogglesmm/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/gogglesmm/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -20,7 +20,7 @@ current_version() { wget -O - https://github.com/gogglesmm/gogglesmm/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c gource/receipt --- a/gource/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/gource/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -15,10 +15,11 @@ BUILD_DEPENDS="freetype-dev ftgl-dev glew-dev glm libboost-filesystem-dev libsdl2-dev libsdl2-image-dev mesa-dev pcre-dev" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/gource-\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c gpart/receipt --- a/gpart/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/gpart/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -12,10 +12,11 @@ BUILD_DEPENDS="automake" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c gritz/receipt --- a/gritz/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/gritz/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -13,10 +13,11 @@ DEPENDS="perl-gtk2" BUILD_DEPENDS="wget perl" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r fe1b5660fdd1 -r 20ad21d5532c gsmartcontrol/receipt --- a/gsmartcontrol/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/gsmartcontrol/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - https://github.com/ashaduri/gsmartcontrol/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c gtest/receipt --- a/gtest/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/gtest/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="gcc83-lib-base" BUILD_DEPENDS="cmake gcc83" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/release.*tar.gz/!d;s|.*/release-\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c gtk-theme-arc/receipt --- a/gtk-theme-arc/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/gtk-theme-arc/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c gtk-theme-bluebird/receipt --- a/gtk-theme-bluebird/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/gtk-theme-bluebird/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -19,7 +19,7 @@ current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c gtk-theme-greybird/receipt --- a/gtk-theme-greybird/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/gtk-theme-greybird/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c gtk-theme-vertex/receipt --- a/gtk-theme-vertex/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/gtk-theme-vertex/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c gtkhash/receipt --- a/gtkhash/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/gtkhash/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -16,10 +16,11 @@ HOST_ARCH="i486 arm" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c gummi/receipt --- a/gummi/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/gummi/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="gtk+ gtksourceview gtkspell poppler" BUILD_DEPENDS="glib gtk+-dev gtksourceview-dev gtkspell-dev intltool poppler-dev" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c gvolwheel/receipt --- a/gvolwheel/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/gvolwheel/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -21,7 +21,7 @@ current_version() { wget -O - https://github.com/Junker/gvolwheel/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c harfbuzz/receipt --- a/harfbuzz/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/harfbuzz/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -16,10 +16,11 @@ HOST_ARCH="i486 arm" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c hash-slinger/receipt --- a/hash-slinger/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/hash-slinger/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -13,10 +13,11 @@ DEPENDS="python" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c horst/receipt --- a/horst/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/horst/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="ncurses libtinfo" BUILD_DEPENDS="libnl-dev ncurses-dev" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c hsetroot/receipt --- a/hsetroot/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/hsetroot/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -20,10 +20,11 @@ # ARM: imlib2-dev must be installed in build chroot +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c htmldoc/receipt --- a/htmldoc/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/htmldoc/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="fltk jpeg libpng" BUILD_DEPENDS="fltk-dev jpeg-dev libpng-dev" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c htop/receipt --- a/htop/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/htop/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -25,7 +25,7 @@ current_version() { wget -O - https://github.com/htop-dev/htop/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c hubicfuse/receipt --- a/hubicfuse/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/hubicfuse/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -15,10 +15,11 @@ BUILD_DEPENDS="curl-dev fuse2-dev glib libjson-c-dev libmagic-dev libxml2-dev openssl-dev pkg-config" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c hunspell/receipt --- a/hunspell/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/hunspell/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -13,10 +13,11 @@ BUILD_DEPENDS="autoconf automake libtool" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c hydra/receipt --- a/hydra/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/hydra/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -19,7 +19,7 @@ current_version() { wget -O - $WEB_SITE/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c ibus-hangul/receipt --- a/ibus-hangul/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/ibus-hangul/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - https://github.com/ibus/ibus/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c ibus/receipt --- a/ibus/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/ibus/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - https://github.com/ibus/ibus/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c icewm/receipt --- a/icewm/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/icewm/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -23,10 +23,11 @@ xorg-libXinerama-dev xorg-libXpm-dev xorg-libXrandr-dev xorg-libXrender-dev xorg-randrproto xorg-xproto xorg-xextproto" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c icinga/receipt --- a/icinga/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/icinga/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -20,7 +20,7 @@ current_version() { wget -O - https://github.com/Icinga/icinga2/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c igmpproxy/receipt --- a/igmpproxy/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/igmpproxy/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -13,10 +13,11 @@ CONFIG_FILES="/etc/igmpproxy.conf" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c iksemel/receipt --- a/iksemel/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/iksemel/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="gnutls libgcrypt libgpg-error pkg-config zlib" BUILD_DEPENDS="autoconf automake libtool texinfo" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c ilmbase/receipt --- a/ilmbase/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/ilmbase/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="gcc83-lib-base" BUILD_DEPENDS="bash gcc83" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c inotify-tools/receipt --- a/inotify-tools/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/inotify-tools/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="" BUILD_DEPENDS="autoconf automake cmake file libtool" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c intel-microcode/receipt --- a/intel-microcode/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/intel-microcode/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -20,7 +20,7 @@ current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/microcode-\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c iptraf-ng/receipt --- a/iptraf-ng/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/iptraf-ng/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -20,7 +20,7 @@ current_version() { wget -O - https://github.com/iptraf-ng/iptraf-ng/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c iptstate/receipt --- a/iptstate/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/iptstate/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="iptables libnetfilter_conntrack libnfnetlink ncurses" BUILD_DEPENDS="libnetfilter_conntrack-dev libnfnetlink-dev ncurses-dev" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c irssi/receipt --- a/irssi/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/irssi/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="glib ncurses openssl perl" BUILD_DEPENDS="glib glib-dev ncurses-dev openssl-dev perl pkg-config" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c iwatch/receipt --- a/iwatch/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/iwatch/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - $WEB_SITE/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c jabberd2/receipt --- a/jabberd2/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/jabberd2/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -19,10 +19,11 @@ sqlite sqlite-dev udns udns-dev zlib-dev libgcrypt-dev" CONFIG_FILES="/etc/jabberd" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/jabberd-\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c jansson/receipt --- a/jansson/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/jansson/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -16,10 +16,11 @@ HOST_ARCH="i486 arm" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c jasper/receipt --- a/jasper/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/jasper/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -17,10 +17,11 @@ HOST_ARCH="i486 arm" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/tags.version.*tar/!d;s|.*/version-\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c jclic/receipt --- a/jclic/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/jclic/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="java-jre" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c jp2a/receipt --- a/jp2a/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/jp2a/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -13,10 +13,11 @@ DEPENDS="jpeg libcurl" BUILD_DEPENDS="autoconf-archive automake jpeg-dev curl-dev" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c jq/receipt --- a/jq/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/jq/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -12,10 +12,11 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/stedolan/$PACKAGE/releases/download/$PACKAGE-$VERSION/$TARBALL" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/jq-\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c jsoncpp/receipt --- a/jsoncpp/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/jsoncpp/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="gcc83-lib-base" BUILD_DEPENDS="cmake gcc83 pkg-config py3k" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c kbd/receipt --- a/kbd/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/kbd/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -25,10 +25,11 @@ # @maintainer: Please update also: kbd-base, kbd-busybox, kbd-lang and kbd-vlock +# What is the latest version available today? current_version() { wget -O - https://github.com/legionus/kbd/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r fe1b5660fdd1 -r 20ad21d5532c keychain/receipt --- a/keychain/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/keychain/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -14,10 +14,11 @@ SUGGESTED="gnupg openssh" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r fe1b5660fdd1 -r 20ad21d5532c kkedit/receipt --- a/kkedit/receipt Sun Jul 16 12:03:07 2023 +0000 +++ b/kkedit/receipt Sun Jul 16 13:38:12 2023 +0000 @@ -16,10 +16,11 @@ BUILD_DEPENDS="aspell-dev autoconf automake ctags gtk+-dev gtksourceview-dev libtool libunique-dev libxml2-dev vte-dev" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package.