# HG changeset patch # User Pascal Bellard # Date 1689530798 0 # Node ID 0262035dc1e77dd7329da82d00fb0124f4902b4b # Parent 7364ffdaaa6076670404352f54ce46c335489270 Update some current_version diff -r 7364ffdaaa60 -r 0262035dc1e7 bzip3/receipt --- a/bzip3/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/bzip3/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,7 +15,7 @@ # What is the latest version available today? current_version() { - wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ + wget -O - ${WGET_URL%/down*} 2>/dev/null | \ sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } diff -r 7364ffdaaa60 -r 0262035dc1e7 dropbear/receipt --- a/dropbear/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/dropbear/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -30,8 +30,8 @@ # What is the latest version available today? current_version() { - wget -O - $WEB_SITE 2>/dev/null | \ - sed "/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q" + wget -O - https://github.com/mkj/dropbear/releases 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/[A-Z_]*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 p11-kit/receipt --- a/p11-kit/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/p11-kit/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,10 +15,11 @@ BUILD_DEPENDS="cacerts gettext glib glib-dev gtk-doc libffi libffi-dev libtasn1-dev libxslt" +# 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 7364ffdaaa60 -r 0262035dc1e7 paper-gtk-theme/receipt --- a/paper-gtk-theme/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/paper-gtk-theme/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -16,10 +16,11 @@ DEPENDS="gtk2-engine-murrine" 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|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 paper-icon-theme/receipt --- a/paper-icon-theme/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/paper-icon-theme/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="librsvg" BUILD_DEPENDS="meson ninja svgcleaner" +# 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 7364ffdaaa60 -r 0262035dc1e7 par2/receipt --- a/par2/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/par2/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -16,10 +16,11 @@ DEPENDS="gcc83-lib-base" BUILD_DEPENDS="automake gcc83" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;/par2cmdline-/!d;s|.*/par2cmdline-\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 pcmanfm-qt/receipt --- a/pcmanfm-qt/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/pcmanfm-qt/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -16,10 +16,11 @@ BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake glib-dev libgio-dev libfm-dev \ menu-cache-dev xorg-libX11-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 7364ffdaaa60 -r 0262035dc1e7 pdf2djvu/receipt --- a/pdf2djvu/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/pdf2djvu/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="djvulibre poppler" BUILD_DEPENDS="cacerts djvulibre-dev poppler-dev" #exiv2 +# 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 7364ffdaaa60 -r 0262035dc1e7 pekwm/receipt --- a/pekwm/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/pekwm/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -16,10 +16,11 @@ DEPENDS="xorg-libX11 xorg-libXft xorg-libXinerama xorg-libXpm xorg-libXrandr" BUILD_DEPENDS="cmake xorg-dev xorg-dev-proto 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|.*/release-\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 pgbadger/receipt --- a/pgbadger/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/pgbadger/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="perl" BUILD_DEPENDS="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 configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 pgrouting/receipt --- a/pgrouting/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/pgrouting/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -16,10 +16,11 @@ BUILD_DEPENDS="cgal-dev cmake gmp-dev libboost-dev libboost-graph-dev \ libboost-thread-dev libboost-tr1-dev mpfr-dev postgresql-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 7364ffdaaa60 -r 0262035dc1e7 phpldapadmin/receipt --- a/phpldapadmin/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/phpldapadmin/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -17,10 +17,11 @@ HOST_ARCH="any" +# 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 7364ffdaaa60 -r 0262035dc1e7 phpsysinfo/receipt --- a/phpsysinfo/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/phpsysinfo/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -18,10 +18,11 @@ HOST_ARCH="any" +# 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 7364ffdaaa60 -r 0262035dc1e7 picard/receipt --- a/picard/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/picard/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="mutagen py3k PyQt-x11-gpl" BUILD_DEPENDS="gettext mutagen py3k-dev PyQt-x11-gpl " +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/release-\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 pinta/receipt --- a/pinta/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/pinta/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="mono gtk-sharp" BUILD_DEPENDS="automake mono-dev gtk-sharp-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 7364ffdaaa60 -r 0262035dc1e7 pixiewps/receipt --- a/pixiewps/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/pixiewps/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -11,10 +11,11 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/archive/v$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|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 pjsip/receipt --- a/pjsip/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/pjsip/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -20,7 +20,7 @@ current_version() { wget -O - https://github.com/pjsip/pjproject/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 7364ffdaaa60 -r 0262035dc1e7 plsh/receipt --- a/plsh/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/plsh/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="postgresql" BUILD_DEPENDS="postgresql-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 7364ffdaaa60 -r 0262035dc1e7 pnmixer/receipt --- a/pnmixer/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/pnmixer/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -19,10 +19,11 @@ BUILD_DEPENDS="alsa-lib-dev cmake gettext glib-dev gtk+3-dev libnotify-dev \ xorg-libX11-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 7364ffdaaa60 -r 0262035dc1e7 poedit/receipt --- a/poedit/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/poedit/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -16,10 +16,11 @@ lucene++-dev db-dev libdb libdb-cxx expat-dev" SUGGESTED="aspell" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\)-oss.tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 ponyprog-qt/receipt --- a/ponyprog-qt/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/ponyprog-qt/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -16,10 +16,11 @@ DEPENDS="libQtGui" BUILD_DEPENDS="Qt4-dev qmake cmake" +# 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 7364ffdaaa60 -r 0262035dc1e7 postfixadmin/receipt --- a/postfixadmin/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/postfixadmin/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -13,10 +13,11 @@ DEPENDS="mysql_or_postgresql php php-imap php-mysqli postfix" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/postfixadmin-\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 7364ffdaaa60 -r 0262035dc1e7 ppp-pam/receipt --- a/ppp-pam/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/ppp-pam/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -17,10 +17,11 @@ BUILD_DEPENDS="wget pam pam-dev" PROVIDE="ppp:pam" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 ppp/receipt --- a/ppp/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/ppp/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -16,10 +16,11 @@ BUILD_DEPENDS="wget" SUGGESTED="tazpanel" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 proftpd-tls/receipt --- a/proftpd-tls/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/proftpd-tls/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - https://github.com/proftpd/proftpd/releases 2>/dev/null | \ - sed '/archive.*tar/!d;/rc[0-9]/d;s|.*/v*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;/rc[0-9]/d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 proftpd/receipt --- a/proftpd/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/proftpd/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -19,7 +19,7 @@ current_version() { wget -O - https://github.com/proftpd/proftpd/releases 2>/dev/null | \ - sed '/archive.*tar/!d;/rc[0-9]/d;s|.*/v*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 proot/receipt --- a/proot/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/proot/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="talloc" BUILD_DEPENDS="libarchive-dev talloc-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 7364ffdaaa60 -r 0262035dc1e7 proxychains-ng/receipt --- a/proxychains-ng/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/proxychains-ng/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -13,10 +13,11 @@ CONFIG_FILES="/etc/proxychains.conf" +# 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 7364ffdaaa60 -r 0262035dc1e7 puddletag/receipt --- a/puddletag/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/puddletag/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="mutagen python-configobj python-pyparsing PyQt-x11-gpl" BUILD_DEPENDS="python" +# 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 7364ffdaaa60 -r 0262035dc1e7 pugixml/receipt --- a/pugixml/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/pugixml/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ SUGGESTED="cmake" BUILD_DEPENDS="cmake" +# 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 7364ffdaaa60 -r 0262035dc1e7 puppet-dashboard/receipt --- a/puppet-dashboard/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/puppet-dashboard/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - https://github.com/sodabrew/puppet-dashboard/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 7364ffdaaa60 -r 0262035dc1e7 purple-facebook/receipt --- a/purple-facebook/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/purple-facebook/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -13,10 +13,11 @@ DEPENDS="pidgin zip json-glib" BUILD_DEPENDS="libpurple-dev json-glib-dev zlib-dev unzip pidgin" +# 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 7364ffdaaa60 -r 0262035dc1e7 pv/receipt --- a/pv/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/pv/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - https://github.com/a-j-wood/pv/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 7364ffdaaa60 -r 0262035dc1e7 pwsafe/receipt --- a/pwsafe/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/pwsafe/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - https://github.com/nsd20463/pwsafe/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 7364ffdaaa60 -r 0262035dc1e7 py3k-cparser/receipt --- a/py3k-cparser/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/py3k-cparser/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z_]*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 py3k-dbus/receipt --- a/py3k-dbus/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/py3k-dbus/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -20,7 +20,7 @@ current_version() { wget -O - https://github.com/freedesktop/dbus-python/tags 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/[a-z-]*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 py3k-llfuse/receipt --- a/py3k-llfuse/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/py3k-llfuse/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -18,8 +18,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 - https://github.com/python-llfuse/python-llfuse/releases 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/v*||;s|".*||;s|release-||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 py3k-numpy/receipt --- a/py3k-numpy/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/py3k-numpy/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="gcc83-lib-base py3k" BUILD_DEPENDS="gcc83 py3k-dev py3k-cython" +# 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 7364ffdaaa60 -r 0262035dc1e7 py3k-secretstorage/receipt --- a/py3k-secretstorage/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/py3k-secretstorage/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -18,8 +18,8 @@ # What is the latest version available today? current_version() { - wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' + wget -O - https://github.com/mitya57/secretstorage/tags 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 pylorcon/receipt --- a/pylorcon/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/pylorcon/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - $WEB_SITE/tags 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 7364ffdaaa60 -r 0262035dc1e7 pypdf2/receipt --- a/pypdf2/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/pypdf2/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -13,10 +13,11 @@ DEPENDS="python" BUILD_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 7364ffdaaa60 -r 0262035dc1e7 pyradio/receipt --- a/pyradio/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/pyradio/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="mplayer ncurses 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|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 pyrit/receipt --- a/pyrit/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/pyrit/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -13,10 +13,11 @@ DEPENDS="python libcrypto libpcap" BUILD_DEPENDS="python-setuptools python-dev openssl-dev libpcap-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 7364ffdaaa60 -r 0262035dc1e7 python-antlr/receipt --- a/python-antlr/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/python-antlr/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="python" BUILD_DEPENDS="python python-dev 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|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 python-ari/receipt --- a/python-ari/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/python-ari/receipt Sun Jul 16 18:06:38 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|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 python-beaker/receipt --- a/python-beaker/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/python-beaker/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="python" BUILD_DEPENDS="python python-dev 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|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 python-chardet/receipt --- a/python-chardet/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/python-chardet/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -16,10 +16,11 @@ DEPENDS="python python-setuptools" BUILD_DEPENDS="python-dev 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|.*/\(.*\).tar.*|\1|;q' + wget -O - https://github.com/chardet/chardet/releases 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 python-configobj/receipt --- a/python-configobj/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/python-configobj/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -13,10 +13,11 @@ DEPENDS="python python-six" BUILD_DEPENDS="wget cacerts python" +# 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 7364ffdaaa60 -r 0262035dc1e7 python-couchdbkit/receipt --- a/python-couchdbkit/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/python-couchdbkit/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -16,10 +16,11 @@ DEPENDS="couchdb python python-restkit python-simplejson" BUILD_DEPENDS="python python-dev 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|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 python-cssutils/receipt --- a/python-cssutils/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/python-cssutils/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -19,7 +19,7 @@ current_version() { wget -O - https://github.com/jaraco/cssutils/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 7364ffdaaa60 -r 0262035dc1e7 python-ethtool/receipt --- a/python-ethtool/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/python-ethtool/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -16,10 +16,11 @@ DEPENDS="libnl python" BUILD_DEPENDS="libnl-dev pkg-config python python-dev 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' + wget -O - https://github.com/fedora-python/python-ethtool/releases 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 python-genshi/receipt --- a/python-genshi/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/python-genshi/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -20,7 +20,7 @@ current_version() { wget -O - https://github.com/edgewall/genshi/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 7364ffdaaa60 -r 0262035dc1e7 python-html2text/receipt --- a/python-html2text/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/python-html2text/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -16,10 +16,11 @@ DEPENDS="python" BUILD_DEPENDS="python-dev python-distribute 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|.*/\(.*\).tar.*|\1|;q' + wget -O - https://github.com/Alir3z4/html2text/releases 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 python-html5lib/receipt --- a/python-html5lib/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/python-html5lib/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -18,10 +18,11 @@ HOST_ARCH="i486 arm" +# What is the latest version available today? current_version() { - wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + wget -O - https://github.com/html5lib/html5lib-python/tags 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 python-httplib2/receipt --- a/python-httplib2/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/python-httplib2/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -16,10 +16,11 @@ DEPENDS="python" BUILD_DEPENDS="python python-dev python-setuptools" +# What is the latest version available today? current_version() { - wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + wget -O - https://github.com/httplib2/httplib2/tags 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 python-humanize/receipt --- a/python-humanize/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/python-humanize/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="python" BUILD_DEPENDS="python 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|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 python-ldap/receipt --- a/python-ldap/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/python-ldap/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - https://github.com/python-ldap/python-ldap/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/[a-z-]*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 python-numpy/receipt --- a/python-numpy/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/python-numpy/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -16,10 +16,11 @@ DEPENDS="python" BUILD_DEPENDS="python python-cython python-dev 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' + wget -O - https://github.com/numpy/numpy/releases 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 python-odoorpc/receipt --- a/python-odoorpc/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/python-odoorpc/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -16,10 +16,11 @@ DEPENDS="python" BUILD_DEPENDS="python 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' + wget -O - https://github.com/OCA/odoorpc/tags 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 python-paho-mqtt/receipt --- a/python-paho-mqtt/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/python-paho-mqtt/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="python" BUILD_DEPENDS="python python-setuptools" +# What is the latest version available today? current_version() { - wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + wget -O - https://github.com/eclipse/paho.mqtt.python/tags 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 python-pip/receipt --- a/python-pip/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/python-pip/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -16,10 +16,11 @@ DEPENDS="python" BUILD_DEPENDS="python python-setuptools" +# What is the latest version available today? current_version() { - wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + wget -O - https://github.com/pypa/pip/tags 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 python-pyflakes/receipt --- a/python-pyflakes/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/python-pyflakes/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -16,10 +16,11 @@ DEPENDS="python" BUILD_DEPENDS="python python-dev python-setuptools" +# What is the latest version available today? current_version() { - wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + wget -O - https://github.com/PyCQA/pyflakes/tags 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 python-pynacl/receipt --- a/python-pynacl/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/python-pynacl/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -11,16 +11,16 @@ SOURCE="PyNaCl" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://github.com/pyca/pynacl/archive/$VERSION.tar.gz" WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="libsodium python" BUILD_DEPENDS="libmagic libsodium-dev python-dev python-setuptools" +# What is the latest version available today? current_version() { - wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + wget -O - https://github.com/pyca/pynacl/tags 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 python-pyst2/receipt --- a/python-pyst2/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/python-pyst2/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -16,10 +16,11 @@ DEPENDS="python" BUILD_DEPENDS="python-setuptools" +# What is the latest version available today? current_version() { - wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + wget -O - https://github.com/jfernandz/pyst2/tags 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 python-pyweb/receipt --- a/python-pyweb/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/python-pyweb/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -20,7 +20,7 @@ current_version() { wget -O - https://github.com/webpy/webpy/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 7364ffdaaa60 -r 0262035dc1e7 python-rpi-pyglow/receipt --- a/python-rpi-pyglow/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/python-rpi-pyglow/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="python python-smbus python-psutil python-rpi-gpio" +# 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 7364ffdaaa60 -r 0262035dc1e7 python-scapy/receipt --- a/python-scapy/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/python-scapy/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="python" BUILD_DEPENDS="python 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 7364ffdaaa60 -r 0262035dc1e7 python-setuptools/receipt --- a/python-setuptools/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/python-setuptools/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="python" BUILD_DEPENDS="python 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 7364ffdaaa60 -r 0262035dc1e7 python-socketpool/receipt --- a/python-socketpool/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/python-socketpool/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="python" BUILD_DEPENDS="python python-dev 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|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 python-sphinx/receipt --- a/python-sphinx/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/python-sphinx/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -20,7 +20,7 @@ current_version() { wget -O - https://github.com/sphinx-doc/sphinx/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 7364ffdaaa60 -r 0262035dc1e7 python-turbogears/receipt --- a/python-turbogears/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/python-turbogears/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -19,10 +19,11 @@ python-simplejson sqlobject" BUILD_DEPENDS="python-dev python-setuptools" +# What is the latest version available today? current_version() { wget -O - https://github.com/TurboGears/tg2/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/tg\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z]*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 python-werkzeug/receipt --- a/python-werkzeug/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/python-werkzeug/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="python" BUILD_DEPENDS="python python-dev 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|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 pyvim/receipt --- a/pyvim/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/pyvim/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -19,8 +19,8 @@ # What is the latest version available today? current_version() { - wget -O - $WEB_SITE/tags 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q' + wget -O - https://github.com/prompt-toolkit/pyvim/tags 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 qdirstat/receipt --- a/qdirstat/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/qdirstat/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="qt4" BUILD_DEPENDS="Qt4-dev qmake" +# 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 7364ffdaaa60 -r 0262035dc1e7 qlcplus/receipt --- a/qlcplus/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/qlcplus/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="alsa-lib libftdi libQtGui libQtNetwork libQtScript ola" BUILD_DEPENDS="alsa-lib-dev libftdi-dev libusb-dev ola-dev qmake Qt4-dev" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/QLC+_\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/QLC%2B_*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 qpdf/receipt --- a/qpdf/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/qpdf/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="gcc83-lib-base libatomic libjpeg pcre zlib" BUILD_DEPENDS="gcc83 gnutls-dev jpeg-dev pcre-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|.*/release-qpdf-\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 qps/receipt --- a/qps/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/qps/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -17,7 +17,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 7364ffdaaa60 -r 0262035dc1e7 qrencode/receipt --- a/qrencode/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/qrencode/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="libpng" BUILD_DEPENDS="automake libpng-dev 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 7364ffdaaa60 -r 0262035dc1e7 qterminal/receipt --- a/qterminal/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/qterminal/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -20,10 +20,11 @@ GENERIC_PIXMAPS="no" GENERIC_MENUS="no" +# 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 7364ffdaaa60 -r 0262035dc1e7 qtermwidget/receipt --- a/qtermwidget/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/qtermwidget/receipt Sun Jul 16 18:06:38 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 7364ffdaaa60 -r 0262035dc1e7 qtfm/receipt --- a/qtfm/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/qtfm/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -19,7 +19,7 @@ current_version() { wget -O - https://github.com/rodlie/qtfm/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 7364ffdaaa60 -r 0262035dc1e7 qtkeychain/receipt --- a/qtkeychain/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/qtkeychain/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="gcc83-lib-base libQtDBus" BUILD_DEPENDS="cmake gcc83 Qt4-dev qmake" +# 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 7364ffdaaa60 -r 0262035dc1e7 quazip/receipt --- a/quazip/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/quazip/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="zlib" BUILD_DEPENDS="qmake Qt4-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 7364ffdaaa60 -r 0262035dc1e7 quodlibet/receipt --- a/quodlibet/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/quodlibet/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -22,7 +22,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 7364ffdaaa60 -r 0262035dc1e7 qupzilla/receipt --- a/qupzilla/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/qupzilla/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -17,10 +17,11 @@ BUILD_DEPENDS="wget cacerts Qt4-dev qmake openssl-dev xorg-libX11-dev" SUGGESTED="libQtWebkit-video qupzilla-locales" +# 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 7364ffdaaa60 -r 0262035dc1e7 qutim/receipt --- a/qutim/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/qutim/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' + sed '/archival_release/d;/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 qxmpp/receipt --- a/qxmpp/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/qxmpp/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ BUILD_DEPENDS="qmake Qt4-dev speex-dev libtheora-dev libogg-dev libvpx-dev \ doxygen wget" +# 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 7364ffdaaa60 -r 0262035dc1e7 rawstudio/receipt --- a/rawstudio/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/rawstudio/receipt Sun Jul 16 18:06:38 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|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 rdesktop/receipt --- a/rdesktop/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/rdesktop/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -17,10 +17,11 @@ BUILD_DEPENDS="autoconf automake gnutls-dev libgnutls libtasn1-dev nettle-dev openssl-dev pcsc-lite-dev xorg-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 7364ffdaaa60 -r 0262035dc1e7 re2c/receipt --- a/re2c/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/re2c/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ BUILD_DEPENDS="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|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 reaver/receipt --- a/reaver/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/reaver/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="aircrack-ng libpcap pixiewps" BUILD_DEPENDS="libpcap-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 7364ffdaaa60 -r 0262035dc1e7 redshift/receipt --- a/redshift/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/redshift/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="python" BUILD_DEPENDS="python" +# 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 7364ffdaaa60 -r 0262035dc1e7 reqflow/receipt --- a/reqflow/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/reqflow/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="libxml2 libzip pcre poppler zlib" BUILD_DEPENDS="libxml2-dev libzip-dev pcre-dev poppler-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 7364ffdaaa60 -r 0262035dc1e7 rlwrap/receipt --- a/rlwrap/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/rlwrap/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -17,7 +17,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/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 rogue/receipt --- a/rogue/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/rogue/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - https://github.com/Davidslv/rogue/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 7364ffdaaa60 -r 0262035dc1e7 rspamd/receipt --- a/rspamd/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/rspamd/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -16,10 +16,11 @@ libmagic-dev lua-dev luajit-dev openssl-dev perl pkg-config \ ragel 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 7364ffdaaa60 -r 0262035dc1e7 rtorrent/receipt --- a/rtorrent/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/rtorrent/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -16,10 +16,11 @@ BUILD_DEPENDS="curl-dev gcc83 libsigc++-dev libtorrent libtorrent-dev ncurses-dev pkg-config xmlrpc-c-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' + 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 7364ffdaaa60 -r 0262035dc1e7 rubygems/receipt --- a/rubygems/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/rubygems/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -22,7 +22,7 @@ current_version() { wget -O - https://github.com/rubygems/rubygems/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 7364ffdaaa60 -r 0262035dc1e7 sc-im/receipt --- a/sc-im/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/sc-im/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -17,10 +17,11 @@ DEPENDS="ncursesw" BUILD_DEPENDS="bison ncursesw-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 7364ffdaaa60 -r 0262035dc1e7 scikit-build/receipt --- a/scikit-build/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/scikit-build/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - ${WGET_URL%arch*}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 7364ffdaaa60 -r 0262035dc1e7 scim-anthy/receipt --- a/scim-anthy/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/scim-anthy/receipt Sun Jul 16 18:06:38 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 7364ffdaaa60 -r 0262035dc1e7 scim/receipt --- a/scim/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/scim/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,10 +15,11 @@ BUILD_DEPENDS="gtk+-dev libtool xz gettext-tools" CONFIG_FILES="/etc/scim/config /etc/scim/global" +# 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 7364ffdaaa60 -r 0262035dc1e7 scratch/receipt --- a/scratch/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/scratch/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -21,7 +21,7 @@ wget -O - https://github.com/redshaderobotics?tab=repositories 2>/dev/null | \ sed '/-linux/!d;/codeRepository/!d;s|.*href="|https://github.com/|;s|".*|/releases|' | \ sort -Vr | sed q | xargs wget -O - 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 7364ffdaaa60 -r 0262035dc1e7 screenfetch/receipt --- a/screenfetch/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/screenfetch/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="bash procps xorg-xdpyinfo" 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 7364ffdaaa60 -r 0262035dc1e7 screentest/receipt --- a/screentest/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/screentest/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,10 +15,11 @@ BUILD_DEPENDS="wget gtk+-dev libglade-dev automake autoconf libtool pkg-config \ file" +# 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 7364ffdaaa60 -r 0262035dc1e7 scrot/receipt --- a/scrot/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/scrot/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -20,7 +20,7 @@ { # https://github.com/resurrecting-open-source-projects/scrot/releases wget -O - https://github.com/dreamer/scrot/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 7364ffdaaa60 -r 0262035dc1e7 scrub/receipt --- a/scrub/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/scrub/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="" BUILD_DEPENDS="perl" +# 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 7364ffdaaa60 -r 0262035dc1e7 shaarli/receipt --- a/shaarli/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/shaarli/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -16,10 +16,11 @@ HOST_ARCH="any" +# 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 7364ffdaaa60 -r 0262035dc1e7 sipsak/receipt --- a/sipsak/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/sipsak/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="gnutls libcrypto zlib" BUILD_DEPENDS="autoconf libcrypto libcrypto-dev 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 7364ffdaaa60 -r 0262035dc1e7 sleuthkit/receipt --- a/sleuthkit/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/sleuthkit/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="gcc83-lib-base perl" BUILD_DEPENDS="gcc83 libpthread-stubs perl sqlite-dev" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/sleuthkit-\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 slitaz-backgrounds/receipt --- a/slitaz-backgrounds/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/slitaz-backgrounds/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,8 +14,8 @@ # 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' + wget -O - $WEB_SITE/releases 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 slurm/receipt --- a/slurm/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/slurm/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="ncurses" BUILD_DEPENDS="meson 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|".*||;s|upstream%2F||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 smx/receipt --- a/smx/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/smx/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - https://github.com/earonesty/smx/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 7364ffdaaa60 -r 0262035dc1e7 softether/receipt --- a/softether/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/softether/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -19,7 +19,7 @@ current_version() { wget -O - https://github.com/SoftEtherVPN/SoftEtherVPN/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 7364ffdaaa60 -r 0262035dc1e7 sozi/receipt --- a/sozi/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/sozi/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -17,7 +17,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;/-rc[0-9]/d;/-beta/d;s|.*tag/[A-Za-z_-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 spl/receipt --- a/spl/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/spl/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="" BUILD_DEPENDS="linux-module-headers" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/zfs-\(.*\).tar.*|\1|;q' + sed '/tag\//!d;/-rc[1-9]/d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 squidanalyzer/receipt --- a/squidanalyzer/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/squidanalyzer/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -16,10 +16,11 @@ BUILD_DEPENDS="perl" SUGGESTED="logrotate" +# 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 7364ffdaaa60 -r 0262035dc1e7 squidclamav/receipt --- a/squidclamav/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/squidclamav/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -16,10 +16,11 @@ CONFIG_FILES="/etc/squidclamav.conf" +# What is the latest version available today? current_version() { wget -O - https://github.com/darold/squidclamav/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 7364ffdaaa60 -r 0262035dc1e7 sshfs-fuse/receipt --- a/sshfs-fuse/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/sshfs-fuse/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -23,10 +23,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|.*/sshfs-\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 sslscan/receipt --- a/sslscan/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/sslscan/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="libssl zlib" BUILD_DEPENDS="git 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|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 stella/receipt --- a/stella/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/stella/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="gcc83-lib-base libpng libsdl2" BUILD_DEPENDS="gcc83 libpng-dev libsdl2-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|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 strace/receipt --- a/strace/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/strace/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ SUGGESTED="perl" # for strace-graph +# 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 7364ffdaaa60 -r 0262035dc1e7 suplemon/receipt --- a/suplemon/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/suplemon/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="py3k" BUILD_DEPENDS="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 7364ffdaaa60 -r 0262035dc1e7 svgcleaner/receipt --- a/svgcleaner/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/svgcleaner/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -13,10 +13,11 @@ BUILD_DEPENDS="rust-cargo cacerts" +# 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 7364ffdaaa60 -r 0262035dc1e7 swagger-py/receipt --- a/swagger-py/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/swagger-py/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -13,10 +13,11 @@ DEPENDS="python" BUILD_DEPENDS="python 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|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 synergy/receipt --- a/synergy/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/synergy/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - https://github.com/symless/synergy-core/releases 2>/dev/null | \ - sed '/stable/!d;/archive.*tar/!d;s|.*/v*\(.*\)-stable.tar.*|\1|;q' + sed '/stable/!d;/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 sysbench/receipt --- a/sysbench/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/sysbench/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -13,10 +13,11 @@ DEPENDS="libmysqlclient libssl zlib" BUILD_DEPENDS="git automake autoconf libtool mysql-dev openssl-dev zlib-dev" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE/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 7364ffdaaa60 -r 0262035dc1e7 tcptrack/receipt --- a/tcptrack/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/tcptrack/receipt Sun Jul 16 18:06:38 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 7364ffdaaa60 -r 0262035dc1e7 tea/receipt --- a/tea/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/tea/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -16,10 +16,11 @@ DEPENDS="libQtCore libQtGui libQtXml xorg-libX11" BUILD_DEPENDS="qmake Qt4-dev xorg-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 7364ffdaaa60 -r 0262035dc1e7 terminator/receipt --- a/terminator/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/terminator/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="notify-python pygtk python python-vte" BUILD_DEPENDS="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 7364ffdaaa60 -r 0262035dc1e7 tesseract-ocr-data/receipt --- a/tesseract-ocr-data/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/tesseract-ocr-data/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,5 +15,5 @@ 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' } diff -r 7364ffdaaa60 -r 0262035dc1e7 tesseract-ocr/receipt --- a/tesseract-ocr/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/tesseract-ocr/receipt Sun Jul 16 18:06:38 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 7364ffdaaa60 -r 0262035dc1e7 tig/receipt --- a/tig/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/tig/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="ncurses" BUILD_DEPENDS="automake 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|.*/tig-\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 tintin++/receipt --- a/tintin++/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/tintin++/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - https://github.com/scandum/tintin/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 7364ffdaaa60 -r 0262035dc1e7 tinyproxy/receipt --- a/tinyproxy/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/tinyproxy/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -13,10 +13,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 7364ffdaaa60 -r 0262035dc1e7 tinyssh-keyconvert/receipt --- a/tinyssh-keyconvert/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/tinyssh-keyconvert/receipt Sun Jul 16 18:06:38 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|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 tinyssh/receipt --- a/tinyssh/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/tinyssh/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,10 +15,11 @@ SECRET_FILES="/etc/tinyssh/sshkeydir" +# 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 7364ffdaaa60 -r 0262035dc1e7 tlp/receipt --- a/tlp/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/tlp/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -13,10 +13,11 @@ SUGGESTED="perl" +# 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 7364ffdaaa60 -r 0262035dc1e7 tmate/receipt --- a/tmate/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/tmate/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="libevent libssh msgpack ncurses" BUILD_DEPENDS="automake libevent-dev libssh-dev msgpack-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|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 tmux-mem-cpu-load/receipt --- a/tmux-mem-cpu-load/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/tmux-mem-cpu-load/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="tmux" BUILD_DEPENDS="cmake python" +# 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 7364ffdaaa60 -r 0262035dc1e7 tmux/receipt --- a/tmux/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/tmux/receipt Sun Jul 16 18:06:38 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 7364ffdaaa60 -r 0262035dc1e7 tp_smapi/receipt --- a/tp_smapi/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/tp_smapi/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -16,7 +16,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|".*||;s|%2F||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 tp_smapi64/receipt --- a/tp_smapi64/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/tp_smapi64/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -22,7 +22,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|".*||;s|%2F||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 transmission-remote-gtk/receipt --- a/transmission-remote-gtk/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/transmission-remote-gtk/receipt Sun Jul 16 18:06:38 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 7364ffdaaa60 -r 0262035dc1e7 tree-sitter/receipt --- a/tree-sitter/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/tree-sitter/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,7 +15,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 7364ffdaaa60 -r 0262035dc1e7 ttf-open-dyslexic/receipt --- a/ttf-open-dyslexic/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/ttf-open-dyslexic/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -12,10 +12,11 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/antijingoist/open-dyslexic/archive/$VERSION-Stable.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|.*/\(.*\)-Stable.tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;s|-Stable||;q' } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 7364ffdaaa60 -r 0262035dc1e7 ttysnoop/receipt --- a/ttysnoop/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/ttysnoop/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,7 +14,7 @@ current_version() { wget -O - https://github.com/iovisor/bcc/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 7364ffdaaa60 -r 0262035dc1e7 twisted/receipt --- a/twisted/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/twisted/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -20,7 +20,7 @@ current_version() { wget -O - https://github.com/twisted/twisted/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 7364ffdaaa60 -r 0262035dc1e7 txt2tags/receipt --- a/txt2tags/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/txt2tags/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,7 +15,7 @@ current_version() { wget -O - https://github.com/txt2tags/txt2tags/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 7364ffdaaa60 -r 0262035dc1e7 tyrian/receipt --- a/tyrian/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/tyrian/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -16,7 +16,7 @@ current_version() { wget -O - https://github.com/opentyrian/opentyrian/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 7364ffdaaa60 -r 0262035dc1e7 udftools/receipt --- a/udftools/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/udftools/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,10 +15,11 @@ BUILD_DEPENDS="autoconf automake bash file libtool ncurses-dev readline-dev udev-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 7364ffdaaa60 -r 0262035dc1e7 udisks/receipt --- a/udisks/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/udisks/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -21,7 +21,7 @@ current_version() { wget -O - https://github.com/storaged-project/udisks/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 7364ffdaaa60 -r 0262035dc1e7 uhd/receipt --- a/uhd/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/uhd/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -22,7 +22,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 7364ffdaaa60 -r 0262035dc1e7 umfpack/receipt --- a/umfpack/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/umfpack/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - https://github.com/DrTimothyAldenDavis/SuiteSparse/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 7364ffdaaa60 -r 0262035dc1e7 unetbootin/receipt --- a/unetbootin/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/unetbootin/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="libQtCore libQtGui libQtNetwork mtools p7zip-full syslinux" BUILD_DEPENDS="qmake Qt4-dev upx" +# 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 7364ffdaaa60 -r 0262035dc1e7 unibilium/receipt --- a/unibilium/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/unibilium/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -18,7 +18,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 7364ffdaaa60 -r 0262035dc1e7 unison/receipt --- a/unison/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/unison/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ BUILD_DEPENDS="ocaml emacs" +# 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' } diff -r 7364ffdaaa60 -r 0262035dc1e7 unrar/receipt --- a/unrar/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/unrar/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - https://github.com/baulk/unrar/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 7364ffdaaa60 -r 0262035dc1e7 unshield/receipt --- a/unshield/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/unshield/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="zlib" BUILD_DEPENDS="cmake 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|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 upx/receipt --- a/upx/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/upx/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="ucl zlib" BUILD_DEPENDS="ucl-dev zlib-dev 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 configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 usbmuxd/receipt --- a/usbmuxd/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/usbmuxd/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - https://github.com/libimobiledevice/usbmuxd/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 7364ffdaaa60 -r 0262035dc1e7 utf8proc/receipt --- a/utf8proc/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/utf8proc/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -12,10 +12,11 @@ BUILD_DEPENDS="cmake" +# 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 7364ffdaaa60 -r 0262035dc1e7 utox/receipt --- a/utox/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/utox/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - https://github.com/uTox/uTox/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 gen a SliTaz package suitable for Tazpkg. diff -r 7364ffdaaa60 -r 0262035dc1e7 v4l4j/receipt --- a/v4l4j/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/v4l4j/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,12 +14,14 @@ DEPENDS="libv4l jpeg icedtea6-jre" BUILD_DEPENDS="libv4l-dev jpeg-dev apache-ant icedtea6-jdk" +# 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. compile_rules() { export JAVA_HOME=/usr/lib/jvm/java-icedtea/ diff -r 7364ffdaaa60 -r 0262035dc1e7 vbindiff/receipt --- a/vbindiff/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/vbindiff/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -17,10 +17,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 7364ffdaaa60 -r 0262035dc1e7 ventoy/receipt --- a/ventoy/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/ventoy/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="slitaz-tools exfat-utils" SUGGESTED="tazweb" +# 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 7364ffdaaa60 -r 0262035dc1e7 veracrypt/receipt --- a/veracrypt/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/veracrypt/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="fuse2 wxWidgets" BUILD_DEPENDS="fuse2-dev pkg-config wxWidgets-dev yasm" +# What is the latest version available today? current_version() { - wget -O - ${WGET_URL%archive*}releases 2>/dev/null | \ - sed '/href=/!d;/tar.gz/!d;s|.*VeraCrypt_\(.*\).tar.gz".*|\1|;q' + wget -O - https://www.veracrypt.fr/en/Downloads.html 2> /dev/null | \ + sed '/Latest Stable/!d;s|.* - ||;s| .*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 vidalia/receipt --- a/vidalia/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/vidalia/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - https://github.com/BrentonEarl/vidalia/tags 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/[a-z-]*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 virtualenv/receipt --- a/virtualenv/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/virtualenv/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="python python-dev" BUILD_DEPENDS="python python-dev 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|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 visualnqc/receipt --- a/visualnqc/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/visualnqc/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - https://github.com/BrickBot/VisualNQC/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 7364ffdaaa60 -r 0262035dc1e7 vorta/receipt --- a/vorta/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/vorta/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="borgbackup" BUILD_DEPENDS="py3k-dev py3k-setuptools_scm" +# 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 7364ffdaaa60 -r 0262035dc1e7 vrrpd/receipt --- a/vrrpd/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/vrrpd/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -12,10 +12,11 @@ CONFIG_FILES="/etc/vrrpd /etc/vrrp.conf" TAGS="High availability HA" +# 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 7364ffdaaa60 -r 0262035dc1e7 wavemon/receipt --- a/wavemon/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/wavemon/receipt Sun Jul 16 18:06:38 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 7364ffdaaa60 -r 0262035dc1e7 wavpack/receipt --- a/wavpack/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/wavpack/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - https://github.com/dbry/WavPack/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 7364ffdaaa60 -r 0262035dc1e7 wesnoth/receipt --- a/wesnoth/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/wesnoth/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -24,10 +24,11 @@ libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf libsdl2-ttf-dev \ lua-dev openssl-dev pango-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' + wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 whowatch/receipt --- a/whowatch/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/whowatch/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="libtinfo ncurses" BUILD_DEPENDS="ncurses-dev" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/whowatch-\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 wifidog/receipt --- a/wifidog/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/wifidog/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,10 +15,11 @@ CONFIG_FILES="/etc/wifidog.conf" +# 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 7364ffdaaa60 -r 0262035dc1e7 winetricks/receipt --- a/winetricks/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/winetricks/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ SUGGESTED="zenity" DEPENDS="cabextract unzip wget wine xorg-xmessage" +# 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 7364ffdaaa60 -r 0262035dc1e7 wkhtmltopdf/receipt --- a/wkhtmltopdf/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/wkhtmltopdf/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="libQtCore libQtGui libQtNetwork libQtSvg libQtWebkit libQtXml" BUILD_DEPENDS="python qmake Qt4-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 7364ffdaaa60 -r 0262035dc1e7 wvstreams/receipt --- a/wvstreams/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/wvstreams/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - https://github.com/apenwarr/wvstreams/tags 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/[a-z-]*-\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 x11vnc/receipt --- a/x11vnc/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/x11vnc/receipt Sun Jul 16 18:06:38 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 '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 xaos/receipt --- a/xaos/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/xaos/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - https://github.com/xaos-project/XaoS/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 7364ffdaaa60 -r 0262035dc1e7 xcb-util-xrm/receipt --- a/xcb-util-xrm/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/xcb-util-xrm/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,12 +14,14 @@ DEPENDS="libxcb xcb-util" BUILD_DEPENDS="libxcb-dev xcb-util-dev xorg-libX11-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. compile_rules() { ./configure $CONFIGURE_ARGS && diff -r 7364ffdaaa60 -r 0262035dc1e7 xchm/receipt --- a/xchm/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/xchm/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="wxWidgets28 chmlib xorg-libXdamage xorg-libXxf86vm" BUILD_DEPENDS="wxWidgets28-dev chmlib-dev" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE/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 7364ffdaaa60 -r 0262035dc1e7 xdotool/receipt --- a/xdotool/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/xdotool/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="xorg-libX11 xorg-libXtst" BUILD_DEPENDS="libxkbcommon-dev xorg-libX11-dev xorg-libXtst-dev xorg-libXtst" +# 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 7364ffdaaa60 -r 0262035dc1e7 xerces-c/receipt --- a/xerces-c/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/xerces-c/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -17,8 +17,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%/arch*}/tags 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 xl2tpd/receipt --- a/xl2tpd/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/xl2tpd/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -17,10 +17,11 @@ CONFIG_FILES="/etc/xl2tpd" +# 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 7364ffdaaa60 -r 0262035dc1e7 xorgxrdp/receipt --- a/xorgxrdp/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/xorgxrdp/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -16,10 +16,11 @@ BUILD_DEPENDS="autoconf automake libtool nasm pkg-config xorg-server-dev xrdp-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 7364ffdaaa60 -r 0262035dc1e7 xpra/receipt --- a/xpra/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/xpra/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -19,7 +19,7 @@ current_version() { wget -O - https://github.com/Xpra-org/xpra/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/[a-z-]*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 xprintidle/receipt --- a/xprintidle/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/xprintidle/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,10 +15,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 7364ffdaaa60 -r 0262035dc1e7 xrdp/receipt --- a/xrdp/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/xrdp/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -16,10 +16,11 @@ BUILD_DEPENDS="autoconf automake libtool nasm openssl-dev pam-dev pkg-config util-linux-uuid-dev xorg-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 7364ffdaaa60 -r 0262035dc1e7 xxhash/receipt --- a/xxhash/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/xxhash/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -12,10 +12,11 @@ DEPENDS="xxhash-lib" +# 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 7364ffdaaa60 -r 0262035dc1e7 yaws/receipt --- a/yaws/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/yaws/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -19,7 +19,7 @@ current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/yaws-\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 ympd/receipt --- a/ympd/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/ympd/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -28,7 +28,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 7364ffdaaa60 -r 0262035dc1e7 youtube-dl-gui/receipt --- a/youtube-dl-gui/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/youtube-dl-gui/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -19,7 +19,7 @@ current_version() { wget -O - $WEB_SITE/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 7364ffdaaa60 -r 0262035dc1e7 yp-tools/receipt --- a/yp-tools/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/yp-tools/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -13,10 +13,11 @@ BUILD_DEPENDS="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 7364ffdaaa60 -r 0262035dc1e7 ypbind-mt/receipt --- a/ypbind-mt/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/ypbind-mt/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,7 +14,7 @@ current_version() { wget -O - https://github.com/thkukuk/ypbind-mt/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 7364ffdaaa60 -r 0262035dc1e7 ypserv/receipt --- a/ypserv/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/ypserv/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - https://github.com/thkukuk/ypserv/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 7364ffdaaa60 -r 0262035dc1e7 ytnef/receipt --- a/ytnef/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/ytnef/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -13,12 +13,14 @@ BUILD_DEPENDS="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. compile_rules() { ./autogen.sh && @@ -31,6 +33,7 @@ make install } +# Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib diff -r 7364ffdaaa60 -r 0262035dc1e7 zbackup/receipt --- a/zbackup/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/zbackup/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="gcc83-lib-base liblzma libssl protobuf zlib" BUILD_DEPENDS="cmake gcc83 liblzma-dev lzo-dev openssl-dev protobuf-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|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 zbar/receipt --- a/zbar/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/zbar/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -22,7 +22,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 7364ffdaaa60 -r 0262035dc1e7 zeromq/receipt --- a/zeromq/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/zeromq/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="" BUILD_DEPENDS="wget pkg-config util-linux-uuid-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 7364ffdaaa60 -r 0262035dc1e7 zfs-fuse/receipt --- a/zfs-fuse/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/zfs-fuse/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - https://github.com/gordan-bobic/zfs-fuse/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' } diff -r 7364ffdaaa60 -r 0262035dc1e7 zmap/receipt --- a/zmap/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/zmap/receipt Sun Jul 16 18:06:38 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 7364ffdaaa60 -r 0262035dc1e7 znotes/receipt --- a/znotes/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/znotes/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -19,7 +19,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 7364ffdaaa60 -r 0262035dc1e7 zopfli/receipt --- a/zopfli/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/zopfli/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="gcc83-lib-base" BUILD_DEPENDS="gcc83" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/zopfli-\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r 7364ffdaaa60 -r 0262035dc1e7 zpaq/receipt --- a/zpaq/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/zpaq/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - https://github.com/zpaq/zpaq/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 7364ffdaaa60 -r 0262035dc1e7 zultra/receipt --- a/zultra/receipt Sun Jul 16 15:14:43 2023 +0000 +++ b/zultra/receipt Sun Jul 16 18:06:38 2023 +0000 @@ -11,10 +11,11 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/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.