# HG changeset patch # User Pascal Bellard # Date 1689520483 0 # Node ID 7364ffdaaa6076670404352f54ce46c335489270 # Parent 20ad21d5532c2f3caaf167067863adbe9e846167 Update some current_version diff -r 20ad21d5532c -r 7364ffdaaa60 l3afpad/receipt --- a/l3afpad/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/l3afpad/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="gtk+3" BUILD_DEPENDS="autoconf automake gtk+3-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 20ad21d5532c -r 7364ffdaaa60 laptop-mode-tools/receipt --- a/laptop-mode-tools/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/laptop-mode-tools/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -13,10 +13,11 @@ DEPENDS="acpid hdparm python util-linux-flock util-linux-blockdev" +# 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 20ad21d5532c -r 7364ffdaaa60 lcov/receipt --- a/lcov/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/lcov/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ SUGGESTED="gcc" 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 20ad21d5532c -r 7364ffdaaa60 ldm/receipt --- a/ldm/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/ldm/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="glib udev" BUILD_DEPENDS="glib-dev udev-dev util-linux-blkid util-linux-mount-dev" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/tarb*}/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 20ad21d5532c -r 7364ffdaaa60 le/receipt --- a/le/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/le/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="gcc83-lib-base ncurses" BUILD_DEPENDS="gcc83 ncurses-dev" +# What is the latest version available today? current_version() { - wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + wget -O - $WEB_SITE 2>/dev/null | \ + sed '/le\/le-/!d;s|.*le-||;s|.tar.*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 leocad/receipt --- a/leocad/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/leocad/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -21,7 +21,7 @@ current_version() { wget -O - https://github.com/leozide/leocad/releases 2>/dev/null | \ - sed '/archive.*tar/!d;/continuous/d;s|.*/v*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;/continuous/d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 leptonica/receipt --- a/leptonica/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/leptonica/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -19,7 +19,7 @@ current_version() { wget -O - https://github.com/DanBloomberg/leptonica/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 20ad21d5532c -r 7364ffdaaa60 lesspipe/receipt --- a/lesspipe/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/lesspipe/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -21,7 +21,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 20ad21d5532c -r 7364ffdaaa60 liba53/receipt --- a/liba53/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/liba53/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="" BUILD_DEPENDS="pkg-config" +# 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 20ad21d5532c -r 7364ffdaaa60 libarchive/receipt --- a/libarchive/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libarchive/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -19,7 +19,7 @@ current_version() { wget -O - https://github.com/libarchive/libarchive/releases 2>/dev/null | \ - sed '/libarchive-[0-9]/!d;s|.*/[a-z-]*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 libass/receipt --- a/libass/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libass/receipt Sun Jul 16 15:14:43 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/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 libavif/receipt --- a/libavif/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libavif/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -16,7 +16,7 @@ current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 libconfig/receipt --- a/libconfig/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libconfig/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="" BUILD_DEPENDS="automake texinfo" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 libconfuse/receipt --- a/libconfuse/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libconfuse/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="" 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. diff -r 20ad21d5532c -r 7364ffdaaa60 libdaq/receipt --- a/libdaq/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libdaq/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -19,7 +19,7 @@ current_version() { wget -O - https://github.com/snort3/libdaq/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 20ad21d5532c -r 7364ffdaaa60 libdnet/receipt --- a/libdnet/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libdnet/receipt Sun Jul 16 15:14:43 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-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 liberation-fonts-base/receipt --- a/liberation-fonts-base/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/liberation-fonts-base/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - https://github.com/liberationfonts/liberation-fonts/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 20ad21d5532c -r 7364ffdaaa60 libesmtp/receipt --- a/libesmtp/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libesmtp/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - https://github.com/libesmtp/libESMTP/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 20ad21d5532c -r 7364ffdaaa60 libetpan/receipt --- a/libetpan/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libetpan/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -15,10 +15,11 @@ openssl zlib" BUILD_DEPENDS="autoconf automake expat-dev gnutls-dev libgnutls 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 20ad21d5532c -r 7364ffdaaa60 libgdiplus/receipt --- a/libgdiplus/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libgdiplus/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -24,10 +24,12 @@ # Build documentation at http://mono-project.com/Compiling_Mono # and http://mono-project.com/Release_Notes_Mono_2.4#Installing_Mono_2.4 +# 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/v*||;s|".*||;q' +# sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 libgit2/receipt --- a/libgit2/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libgit2/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -12,10 +12,11 @@ BUILD_DEPENDS="cmake python pkg-config openssl-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 20ad21d5532c -r 7364ffdaaa60 libhtp/receipt --- a/libhtp/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libhtp/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -13,10 +13,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 20ad21d5532c -r 7364ffdaaa60 libical/receipt --- a/libical/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libical/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="libxml2" BUILD_DEPENDS="cmake libxml2-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 20ad21d5532c -r 7364ffdaaa60 libiodbc/receipt --- a/libiodbc/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libiodbc/receipt Sun Jul 16 15:14:43 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 20ad21d5532c -r 7364ffdaaa60 libjreen/receipt --- a/libjreen/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libjreen/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -18,7 +18,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 20ad21d5532c -r 7364ffdaaa60 libkeybinder/receipt --- a/libkeybinder/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libkeybinder/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -19,7 +19,7 @@ current_version() { wget -O - $WEB_SITE/releases 2>/dev/null | \ - sed '/archive.*tags.v.*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 20ad21d5532c -r 7364ffdaaa60 liblouis/receipt --- a/liblouis/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/liblouis/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="glibc" BUILD_DEPENDS="python-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 20ad21d5532c -r 7364ffdaaa60 liblrdf/receipt --- a/liblrdf/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/liblrdf/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -15,10 +15,11 @@ BUILD_DEPENDS="autoconf automake curl-dev ladspa-dev libtool libxslt-dev raptor-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 20ad21d5532c -r 7364ffdaaa60 liblxqt/receipt --- a/liblxqt/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/liblxqt/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -15,10 +15,11 @@ BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake xorg-libX11-dev libqtxdg-dev \ libQtMimeTypes-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 20ad21d5532c -r 7364ffdaaa60 libmatekbd/receipt --- a/libmatekbd/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libmatekbd/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ BUILD_DEPENDS="wget gtk+-dev autoconf automake libtool itstool gtk-doc \ mate-common-dev dconf-dev libxklavier-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 20ad21d5532c -r 7364ffdaaa60 libmatemixer/receipt --- a/libmatemixer/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libmatemixer/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -15,10 +15,11 @@ mate-common-dev gtk-doc util-linux-uuid-dev libjson-c-dev libsndfile-dev flac-dev \ libvorbis-dev dbus-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 20ad21d5532c -r 7364ffdaaa60 libmateweather/receipt --- a/libmateweather/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libmateweather/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ BUILD_DEPENDS="wget dconf-dev gtk+-dev autoconf automake libtool itstool \ gtk-doc sqlite-dev mate-common-dev mate-desktop-dev libsoup-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 20ad21d5532c -r 7364ffdaaa60 libmcp23s17/receipt --- a/libmcp23s17/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libmcp23s17/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="i2c-tools" TAGS="raspberrypi rpi" +# 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 20ad21d5532c -r 7364ffdaaa60 libmypaint/receipt --- a/libmypaint/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libmypaint/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -22,7 +22,7 @@ current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 libnfc/receipt --- a/libnfc/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libnfc/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="libusb pcsc-lite" BUILD_DEPENDS="libusb-compat libusb-dev pcsc-lite-dev pkg-config" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/libnfc-\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 libnsl/receipt --- a/libnsl/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libnsl/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -15,7 +15,7 @@ current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 libpifacedigital/receipt --- a/libpifacedigital/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libpifacedigital/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="i2c-tools libmcp23s17" BUILD_DEPENDS="libmcp23s17" +# 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 20ad21d5532c -r 7364ffdaaa60 libpqxx/receipt --- a/libpqxx/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libpqxx/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -13,10 +13,11 @@ BUILD_DEPENDS="gcc49 postgresql-dev" DEPENDS="pkg-config" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 libproxy/receipt --- a/libproxy/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libproxy/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -19,7 +19,7 @@ current_version() { wget -O - https://github.com/libproxy/libproxy/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 20ad21d5532c -r 7364ffdaaa60 libqcow/receipt --- a/libqcow/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libqcow/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="fuse2 libcrypto" BUILD_DEPENDS="fuse2-dev openssl-dev" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 libqtxdg/receipt --- a/libqtxdg/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libqtxdg/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="libQtGui libQtXml libQtMimeTypes" BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake libQtMimeTypes-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 20ad21d5532c -r 7364ffdaaa60 libsasl-without-ldap/receipt --- a/libsasl-without-ldap/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libsasl-without-ldap/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -19,7 +19,7 @@ current_version() { wget -O - https://github.com/cyrusimap/cyrus-sasl/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 20ad21d5532c -r 7364ffdaaa60 libsixel/receipt --- a/libsixel/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libsixel/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -13,10 +13,11 @@ BUILD_DEPENDS="meson" +# 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 20ad21d5532c -r 7364ffdaaa60 libspiro/receipt --- a/libspiro/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libspiro/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="" BUILD_DEPENDS="autoconf automake bash cacerts 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 20ad21d5532c -r 7364ffdaaa60 libsysstat/receipt --- a/libsysstat/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libsysstat/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="libQtCore libQtGui" BUILD_DEPENDS="wget cacerts cmake 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 20ad21d5532c -r 7364ffdaaa60 libtorrent-rasterbar/receipt --- a/libtorrent-rasterbar/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libtorrent-rasterbar/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -18,10 +18,11 @@ libboost-math-dev libboost-python-dev libboost-thread-dev libtool openssl-dev python-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 20ad21d5532c -r 7364ffdaaa60 libuninameslist/receipt --- a/libuninameslist/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libuninameslist/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="" BUILD_DEPENDS="autoconf automake bash cacerts 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 20ad21d5532c -r 7364ffdaaa60 libupnp/receipt --- a/libupnp/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libupnp/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - https://github.com/pupnp/pupnp/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 20ad21d5532c -r 7364ffdaaa60 libusb-compat/receipt --- a/libusb-compat/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libusb-compat/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -16,10 +16,11 @@ HOST_ARCH="i486 arm" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 libusb/receipt --- a/libusb/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libusb/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -16,10 +16,11 @@ HOST_ARCH="i486 arm" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 libvips/receipt --- a/libvips/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/libvips/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -21,10 +21,11 @@ lcms-dev libexif-dev libpng-dev libtool pkg-config swig tiff-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 20ad21d5532c -r 7364ffdaaa60 liferea/receipt --- a/liferea/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/liferea/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -22,7 +22,7 @@ current_version() { wget -O - https://github.com/lwindolf/liferea/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 20ad21d5532c -r 7364ffdaaa60 linux64-open-vm-tools-kernel/receipt --- a/linux64-open-vm-tools-kernel/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/linux64-open-vm-tools-kernel/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -19,10 +19,11 @@ AUFS_NOT_RAMFS="uclibc-cross-compiler-x86_64 is not compatible with aufs+tmpfs 8(" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/release.*tar.gz/!d;s|.*/open-vm-tools-\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 listpatron/receipt --- a/listpatron/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/listpatron/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - https://github.com/fboender/listpatron/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 20ad21d5532c -r 7364ffdaaa60 lite/receipt --- a/lite/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/lite/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -26,7 +26,7 @@ current_version() { wget -O - https://github.com/rxi/lite/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 20ad21d5532c -r 7364ffdaaa60 lizard/receipt --- a/lizard/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/lizard/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -12,10 +12,11 @@ BUILD_DEPENDS="pkg-config" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 lmms/receipt --- a/lmms/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/lmms/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -17,10 +17,11 @@ libsndfile-dev libsamplerate-dev Qt4-dev phonon-dev qmake cmake pkg-config \ freetype-dev" +# What is the latest version available today? current_version() { wget -O - https://github.com/LMMS/lmms/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 20ad21d5532c -r 7364ffdaaa60 logfence/receipt --- a/logfence/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/logfence/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -13,10 +13,11 @@ DEPENDS="fuse2" BUILD_DEPENDS="fuse2-dev" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 logrotate/receipt --- a/logrotate/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/logrotate/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -16,10 +16,11 @@ CONFIG_FILES="/etc/logrotate.conf" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 loudmouth/receipt --- a/loudmouth/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/loudmouth/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -20,7 +20,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 20ad21d5532c -r 7364ffdaaa60 lsof/receipt --- a/lsof/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/lsof/receipt Sun Jul 16 15:14:43 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. diff -r 20ad21d5532c -r 7364ffdaaa60 lstm-compress/receipt --- a/lstm-compress/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/lstm-compress/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -13,10 +13,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|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 lua-posix/receipt --- a/lua-posix/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/lua-posix/receipt Sun Jul 16 15:14:43 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 20ad21d5532c -r 7364ffdaaa60 lua5.1-mpack/receipt --- a/lua5.1-mpack/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/lua5.1-mpack/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -21,7 +21,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 20ad21d5532c -r 7364ffdaaa60 lximage-qt/receipt --- a/lximage-qt/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/lximage-qt/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -17,10 +17,11 @@ xorg-libX11-dev xorg-libXfixes-dev xorg-xproto pcmanfm-qt-dev menu-cache-dev \ libqtxdg-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 20ad21d5532c -r 7364ffdaaa60 lxqt-about/receipt --- a/lxqt-about/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/lxqt-about/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="libQtCore libQtGui liblxqt" BUILD_DEPENDS="wget cacerts cmake liblxqt-dev Qt4-dev qmake grep libqtxdg-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 20ad21d5532c -r 7364ffdaaa60 lxqt-admin/receipt --- a/lxqt-admin/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/lxqt-admin/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -15,10 +15,11 @@ BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake liboobs-dev liblxqt-dev \ libqtxdg-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 20ad21d5532c -r 7364ffdaaa60 lxqt-common/receipt --- a/lxqt-common/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/lxqt-common/receipt Sun Jul 16 15:14:43 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 20ad21d5532c -r 7364ffdaaa60 lxqt-config-randr/receipt --- a/lxqt-config-randr/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/lxqt-config-randr/receipt Sun Jul 16 15:14:43 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 20ad21d5532c -r 7364ffdaaa60 lxqt-config/receipt --- a/lxqt-config/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/lxqt-config/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -16,10 +16,11 @@ BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake liblxqt-dev libqtxdg-dev \ xorg-libX11-dev zlib-dev xorg-libXcursor-dev grep" +# 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 20ad21d5532c -r 7364ffdaaa60 lxqt-globalkeys/receipt --- a/lxqt-globalkeys/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/lxqt-globalkeys/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -15,10 +15,11 @@ BUILD_DEPENDS="wget cacerts cmake liblxqt-dev Qt4-dev qmake grep xorg-xproto \ xorg-libX11-dev liblxqt-dev libqtxdg-dev libQtMimeTypes-dev sdft" +# 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 20ad21d5532c -r 7364ffdaaa60 lxqt-notificationd/receipt --- a/lxqt-notificationd/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/lxqt-notificationd/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -15,10 +15,11 @@ BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake libqtxdg-dev liblxqt-dev \ xorg-libX11-dev grep libQtMimeTypes-dev sdft" +# 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 20ad21d5532c -r 7364ffdaaa60 lxqt-openssh-askpass/receipt --- a/lxqt-openssh-askpass/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/lxqt-openssh-askpass/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="libQtGui" BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake liblxqt-dev libqtxdg-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 20ad21d5532c -r 7364ffdaaa60 lxqt-panel/receipt --- a/lxqt-panel/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/lxqt-panel/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -27,7 +27,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 20ad21d5532c -r 7364ffdaaa60 lxqt-policykit/receipt --- a/lxqt-policykit/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/lxqt-policykit/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -16,10 +16,11 @@ BUILD_DEPENDS="wget cacerts cmake polkit-qt-dev liblxqt-dev polkit-dev Qt4-dev \ qmake libqtxdg-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 20ad21d5532c -r 7364ffdaaa60 lxqt-powermanagement/receipt --- a/lxqt-powermanagement/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/lxqt-powermanagement/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -16,10 +16,11 @@ BUILD_DEPENDS="wget cacerts cmake libqtxdg-dev Qt4-dev qmake liblxqt-dev \ libxcb-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 20ad21d5532c -r 7364ffdaaa60 lxqt-qtplugin/receipt --- a/lxqt-qtplugin/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/lxqt-qtplugin/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="libQtCore libQtGui" BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake liblxqt-dev libqtxdg-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 20ad21d5532c -r 7364ffdaaa60 lxqt-runner/receipt --- a/lxqt-runner/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/lxqt-runner/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -16,10 +16,11 @@ BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake liblxqt-dev libqtxdg-dev \ lxqt-globalkeys-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 20ad21d5532c -r 7364ffdaaa60 lxqt-session/receipt --- a/lxqt-session/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/lxqt-session/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -15,10 +15,11 @@ BUILD_DEPENDS="wget cacerts cmake liblxqt-dev Qt4-dev qmake xorg-libX11-dev \ libqtxdg-dev grep" +# 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 20ad21d5532c -r 7364ffdaaa60 lynis/receipt --- a/lynis/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/lynis/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -19,7 +19,7 @@ current_version() { wget -O - https://github.com/CISOfy/lynis/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 20ad21d5532c -r 7364ffdaaa60 lz4ultra/receipt --- a/lz4ultra/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/lz4ultra/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -11,10 +11,11 @@ WGET_URL="https://github.com/emmanuel-marty/lz4ultra/archive/$VERSION.tar.gz" TAGS="compression" +# 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 20ad21d5532c -r 7364ffdaaa60 macchanger/receipt --- a/macchanger/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/macchanger/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -11,10 +11,11 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/alobbs/$PACKAGE/releases/download/$VERSION/$TARBALL" +# 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 20ad21d5532c -r 7364ffdaaa60 magicrescue/receipt --- a/magicrescue/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/magicrescue/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -13,10 +13,11 @@ 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 20ad21d5532c -r 7364ffdaaa60 makeself/receipt --- a/makeself/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/makeself/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -11,10 +11,11 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/megastep/$PACKAGE/archive/release-$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;/release-/!d;s|.*/release-\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 marco/receipt --- a/marco/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/marco/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -17,10 +17,11 @@ xorg-libICE-dev xorg-libSM-dev xorg-libXt-dev startup-notification-dev \ util-linux-uuid-dev zenity xcb-util-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 20ad21d5532c -r 7364ffdaaa60 mate-common/receipt --- a/mate-common/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/mate-common/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -13,10 +13,11 @@ DEPENDS="" BUILD_DEPENDS="wget cacerts 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 20ad21d5532c -r 7364ffdaaa60 mate-control-center/receipt --- a/mate-control-center/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/mate-control-center/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -19,10 +19,11 @@ yelp-tools xorg-libXss-dev xorg-libXt-dev startup-notification-dev \ util-linux-uuid-dev libcanberra-dev desktop-file-utils xcb-util-dev libcroco-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 20ad21d5532c -r 7364ffdaaa60 mate-desktop/receipt --- a/mate-desktop/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/mate-desktop/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ BUILD_DEPENDS="wget cacerts autoconf automake dconf-dev libtool itstool \ mate-common-dev gtk-doc gtk+-dev gdk-pixbuf-dev yelp-tools harfbuzz-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 20ad21d5532c -r 7364ffdaaa60 mate-icon-theme/receipt --- a/mate-icon-theme/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/mate-icon-theme/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -13,10 +13,11 @@ DEPENDS="" BUILD_DEPENDS="wget cacerts autoconf automake mate-common-dev icon-naming-utils" +# 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 20ad21d5532c -r 7364ffdaaa60 mate-menus/receipt --- a/mate-menus/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/mate-menus/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ BUILD_DEPENDS="wget cacerts autoconf automake gobject-introspection-dev \ libtool itstool mate-common-dev python-dev" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 mate-notification-daemon/receipt --- a/mate-notification-daemon/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/mate-notification-daemon/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -17,10 +17,11 @@ libcanberra-dev libwnck-dev libnotify-dev intltool" 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|.*/v*\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 mate-panel/receipt --- a/mate-panel/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/mate-panel/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -18,10 +18,11 @@ libcanberra-dev libwnck-dev librsvg-dev util-linux-uuid-dev \ libmateweather-dev libsoup-dev sqlite-dev libcroco-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 20ad21d5532c -r 7364ffdaaa60 mate-polkit/receipt --- a/mate-polkit/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/mate-polkit/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -15,10 +15,11 @@ gtk+-dev gtk-doc polkit-dev gobject-introspection-dev mate-common-dev \ expat-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 20ad21d5532c -r 7364ffdaaa60 mate-screensaver/receipt --- a/mate-screensaver/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/mate-screensaver/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -15,10 +15,11 @@ mate-common-dev mate-desktop-dev mate-menus-dev dbus-glib-dev \ dconf-dev gtk+-dev xorg-libXScrnSaver-dev util-linux-uuid-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 20ad21d5532c -r 7364ffdaaa60 mate-session-manager/receipt --- a/mate-session-manager/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/mate-session-manager/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -22,7 +22,7 @@ current_version() { wget -O - https://github.com/mate-desktop/mate-session-manager/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 20ad21d5532c -r 7364ffdaaa60 mate-settings-daemon/receipt --- a/mate-settings-daemon/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/mate-settings-daemon/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -17,10 +17,11 @@ libcanberra-dev libnotify-dev xorg-libXt-dev nss-dev polkit-dev \ util-linux-uuid-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 20ad21d5532c -r 7364ffdaaa60 mate-system-monitor/receipt --- a/mate-system-monitor/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/mate-system-monitor/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -15,10 +15,11 @@ gtk+-dev gtk-doc dbus-glib-dev glibmm-dev gtkmm-dev libgtop-dev libwnck-dev librsvg-dev \ yelp-tools mate-common-dev mate-icon-theme libcroco-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 20ad21d5532c -r 7364ffdaaa60 mate-terminal/receipt --- a/mate-terminal/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/mate-terminal/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -15,10 +15,11 @@ vte-dev mate-common-dev mate-desktop-dev yelp-tools autoconf automake libtool \ itstool harfbuzz-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 20ad21d5532c -r 7364ffdaaa60 mate-themes/receipt --- a/mate-themes/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/mate-themes/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -13,10 +13,11 @@ DEPENDS="gtk+ gtk-engines gtk2-engine-murrine librsvg mate-icon-theme" BUILD_DEPENDS="autoconf automake gtk+-dev mate-common-dev icon-naming-utils" +# 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 20ad21d5532c -r 7364ffdaaa60 mbedtls/receipt --- a/mbedtls/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/mbedtls/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -15,7 +15,7 @@ current_version() { wget -O - https://github.com/Mbed-TLS/mbedtls/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 20ad21d5532c -r 7364ffdaaa60 mhwaveedit/receipt --- a/mhwaveedit/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/mhwaveedit/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -19,10 +19,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 20ad21d5532c -r 7364ffdaaa60 micropython/receipt --- a/micropython/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/micropython/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -13,10 +13,11 @@ DEPENDS="readline libffi" BUILD_DEPENDS="wget git readline-dev libffi-dev pkg-config" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 midori/receipt --- a/midori/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/midori/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -25,10 +25,11 @@ librsvg-apps python vala" esac +# What is the latest version available today? current_version() { wget -O - https://github.com/midori-browser/core/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 20ad21d5532c -r 7364ffdaaa60 minetest/receipt --- a/minetest/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/minetest/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -21,10 +21,11 @@ libvorbis-dev luajit-dev mesa-dev openal-dev sqlite-dev \ xorg-libXxf86vm-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 20ad21d5532c -r 7364ffdaaa60 mlt-python-bindings/receipt --- a/mlt-python-bindings/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/mlt-python-bindings/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="python mlt" BUILD_DEPENDS="swig python-dev mlt" +# 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 20ad21d5532c -r 7364ffdaaa60 mlt/receipt --- a/mlt/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/mlt/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -18,10 +18,11 @@ libdv-dev libsamplerate-dev libsdl2-image-dev libxml2-dev \ mesa-dev pulseaudio-dev Qt4-dev sox-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 20ad21d5532c -r 7364ffdaaa60 mlvpn/receipt --- a/mlvpn/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/mlvpn/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="libev libpcap libsodium" BUILD_DEPENDS="autoconf automake libev-dev libpcap-dev libsodium-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 20ad21d5532c -r 7364ffdaaa60 modsecurity-apache/receipt --- a/modsecurity-apache/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/modsecurity-apache/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -21,7 +21,7 @@ current_version() { wget -O - https://github.com/SpiderLabs/ModSecurity/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 20ad21d5532c -r 7364ffdaaa60 monitorix/receipt --- a/monitorix/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/monitorix/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -20,7 +20,7 @@ current_version() { wget -O - https://github.com/mikaku/Monitorix/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 20ad21d5532c -r 7364ffdaaa60 moosefs/receipt --- a/moosefs/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/moosefs/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="fuse python zlib" BUILD_DEPENDS="fuse-dev pkg-config python 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 20ad21d5532c -r 7364ffdaaa60 mozo/receipt --- a/mozo/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/mozo/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -15,10 +15,11 @@ BUILD_DEPENDS="wget gtk+-dev autoconf automake mate-common-dev \ mate-desktop-dev mate-menus-dev pygobject-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 20ad21d5532c -r 7364ffdaaa60 mozplugger/receipt --- a/mozplugger/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/mozplugger/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - https://github.com/unix-junkie/mozplugger/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 20ad21d5532c -r 7364ffdaaa60 mpl123/receipt --- a/mpl123/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/mpl123/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="dialog mpg123" BUILD_DEPENDS="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 20ad21d5532c -r 7364ffdaaa60 mps-youtube/receipt --- a/mps-youtube/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/mps-youtube/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="mplayer py3k" BUILD_DEPENDS="py3k 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 20ad21d5532c -r 7364ffdaaa60 mpv/receipt --- a/mpv/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/mpv/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -30,10 +30,11 @@ xorg-libXinerama-dev xorg-libXrandr-dev xorg-libXrender-dev \ xorg-libXv-dev xorg-libXxf86vm-dev yasm 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 20ad21d5532c -r 7364ffdaaa60 msgpack/receipt --- a/msgpack/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/msgpack/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -13,10 +13,11 @@ BUILD_DEPENDS="cmake zlib" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*cpp.*tar/!d;s|.*/cpp-\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 mupen64plus/receipt --- a/mupen64plus/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/mupen64plus/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -18,12 +18,14 @@ libsamplerate-dev libsdl2-dev libsdl-ttf-dev mesa-dev nasm speex-dev yasm zlib-dev" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;/nightly/d;s|.*tag/v*||;s|".*||;q' } +# Rules to configure and make the package. compile_rules() { find $src -name Makefile | xargs sed -i 's|uname -m|echo i486|' diff -r 20ad21d5532c -r 7364ffdaaa60 musique/receipt --- a/musique/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/musique/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -19,7 +19,7 @@ current_version() { wget -O - https://github.com/flaviotordini/musique/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 20ad21d5532c -r 7364ffdaaa60 mutagen/receipt --- a/mutagen/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/mutagen/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="python" BUILD_DEPENDS="cacerts python" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 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 20ad21d5532c -r 7364ffdaaa60 mxml/receipt --- a/mxml/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/mxml/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="" BUILD_DEPENDS="" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 n2n/receipt --- a/n2n/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/n2n/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="" BUILD_DEPENDS="automake libcap-dev openssl-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 20ad21d5532c -r 7364ffdaaa60 nagios-nrpe/receipt --- a/nagios-nrpe/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/nagios-nrpe/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -16,10 +16,11 @@ DEPENDS="libcrypto libssl nagios-plugins" BUILD_DEPENDS="libcrypto-dev libwrap-dev openssl openssl-dev" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/nrpe-\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 nbwmon/receipt --- a/nbwmon/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/nbwmon/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="ncurses" BUILD_DEPENDS="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 20ad21d5532c -r 7364ffdaaa60 nethogs/receipt --- a/nethogs/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/nethogs/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="gcc-lib-base libpcap ncursesw" BUILD_DEPENDS="libpcap libpcap-dev 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 20ad21d5532c -r 7364ffdaaa60 nilfs-utils/receipt --- a/nilfs-utils/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/nilfs-utils/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -15,10 +15,11 @@ BUILD_DEPENDS="autoconf automake libtool util-linux-blkid-dev util-linux-mount-dev util-linux-uuid-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 20ad21d5532c -r 7364ffdaaa60 ninja/receipt --- a/ninja/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/ninja/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="gcc-lib-base" 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|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 nitrogen/receipt --- a/nitrogen/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/nitrogen/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -16,10 +16,11 @@ BUILD_DEPENDS="cairomm-dev glib-dev gtk+-dev gtkmm gtkmm-dev libpng-dev pkg-config xorg-libXinerama-dev" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 nms/receipt --- a/nms/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/nms/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -17,10 +17,11 @@ DEPENDS="ncurses" BUILD_DEPENDS="ncurses-dev" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 nnn/receipt --- a/nnn/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/nnn/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="libtinfo ncursesw readline" BUILD_DEPENDS="gcc83 libtinfo ncursesw-dev readline-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 20ad21d5532c -r 7364ffdaaa60 noto-mono/receipt --- a/noto-mono/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/noto-mono/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - https://github.com/googlei18n/noto-fonts/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 20ad21d5532c -r 7364ffdaaa60 noto-sans/receipt --- a/noto-sans/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/noto-sans/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -20,7 +20,7 @@ current_version() { wget -O - https://github.com/googlei18n/noto-fonts/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 20ad21d5532c -r 7364ffdaaa60 noto-serif/receipt --- a/noto-serif/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/noto-serif/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -20,7 +20,7 @@ current_version() { wget -O - https://github.com/googlei18n/noto-fonts/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 20ad21d5532c -r 7364ffdaaa60 novnc/receipt --- a/novnc/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/novnc/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -18,10 +18,11 @@ #HOST_ARCH="any" +# What is the latest version available today? current_version() { wget -O - https://github.com/novnc/noVNC/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 20ad21d5532c -r 7364ffdaaa60 ntfs-3g/receipt --- a/ntfs-3g/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/ntfs-3g/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -18,10 +18,11 @@ CONFIG_FILES="/etc/filesystems" +# What is the latest version available today? current_version() { wget -O - https://github.com/tuxera/ntfs-3g/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 20ad21d5532c -r 7364ffdaaa60 ntl/receipt --- a/ntl/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/ntl/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -19,7 +19,7 @@ current_version() { wget -O - https://github.com/libntl/ntl/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 20ad21d5532c -r 7364ffdaaa60 nut/receipt --- a/nut/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/nut/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -22,7 +22,7 @@ current_version() { wget -O - https://github.com/networkupstools/nut/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 20ad21d5532c -r 7364ffdaaa60 nwipe/receipt --- a/nwipe/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/nwipe/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -13,10 +13,11 @@ DEPENDS="ncurses parted util-linux-uuid dmidecode" BUILD_DEPENDS="pkg-config libtool ncurses-dev parted-dev dmidecode" +# 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 20ad21d5532c -r 7364ffdaaa60 obconf-qt/receipt --- a/obconf-qt/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/obconf-qt/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -16,10 +16,11 @@ BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake openbox-dev glib-dev \ xorg-libXft-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' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 ola/receipt --- a/ola/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/ola/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ BUILD_DEPENDS="libtool flex protobuf-dev util-linux-uuid-dev cppunit-dev \ libmicrohttpd-dev libftdi-dev libusb-dev liblo-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' + 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 20ad21d5532c -r 7364ffdaaa60 open-iscsi/receipt --- a/open-iscsi/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/open-iscsi/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - https://github.com/open-iscsi/open-iscsi/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 20ad21d5532c -r 7364ffdaaa60 open-vm-tools-kernel/receipt --- a/open-vm-tools-kernel/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/open-vm-tools-kernel/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -15,10 +15,11 @@ DEPENDS="linux shutdown glib libffi libmspack open-vm-tools procps" BUILD_DEPENDS="wget cacerts linux autoconf automake libtool linux-source linux-module-headers procps glib-dev libffi-dev libdnet-dev libmspack-dev slitaz-toolchain" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/release.*tar.gz/!d;s|.*/open-vm-tools-\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } diff -r 20ad21d5532c -r 7364ffdaaa60 open-vm-tools/receipt --- a/open-vm-tools/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/open-vm-tools/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -16,10 +16,11 @@ BUILD_DEPENDS="wget cacerts autoconf automake libtool linux-source procps \ glib-dev libffi-dev libdnet-dev libmspack-dev openssl-dev" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/release.*tar.gz/!d;s|.*/open-vm-tools-\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } diff -r 20ad21d5532c -r 7364ffdaaa60 opencc/receipt --- a/opencc/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/opencc/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="gcc83-lib-base" BUILD_DEPENDS="cmake gcc83 gettext" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/ver.\(.*\).tar.*|\1|;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 20ad21d5532c -r 7364ffdaaa60 opencv/receipt --- a/opencv/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/opencv/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -15,10 +15,11 @@ BUILD_DEPENDS="cmake ffmpeg-dev gcc83 gtk+-dev jpeg-dev libgnutls libpng-dev tiff-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 20ad21d5532c -r 7364ffdaaa60 openexr/receipt --- a/openexr/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/openexr/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="gcc83-lib-base ilmbase zlib" BUILD_DEPENDS="cmake gcc83 ilmbase-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 20ad21d5532c -r 7364ffdaaa60 openjpeg/receipt --- a/openjpeg/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/openjpeg/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -20,7 +20,7 @@ current_version() { wget -O - https://github.com/uclouvain/openjpeg/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 20ad21d5532c -r 7364ffdaaa60 openjpeg2/receipt --- a/openjpeg2/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/openjpeg2/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -16,10 +16,11 @@ DEPENDS="glibc-base tiff zlib" BUILD_DEPENDS="cmake tiff-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 20ad21d5532c -r 7364ffdaaa60 openspades/receipt --- a/openspades/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/openspades/receipt Sun Jul 16 15:14:43 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 20ad21d5532c -r 7364ffdaaa60 openvas-scanner/receipt --- a/openvas-scanner/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/openvas-scanner/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -19,7 +19,7 @@ current_version() { wget -O - https://github.com/greenbone/openvas-scanner/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 20ad21d5532c -r 7364ffdaaa60 osm2pgrouting/receipt --- a/osm2pgrouting/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/osm2pgrouting/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -15,10 +15,11 @@ BUILD_DEPENDS="cmake expat-dev gcc49 libboost-program-options-dev libpqxx pgrouting postgis 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 20ad21d5532c -r 7364ffdaaa60 outguess/receipt --- a/outguess/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/outguess/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ BUILD_DEPENDS="automake jpeg-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 20ad21d5532c -r 7364ffdaaa60 ovz-web-panel/receipt --- a/ovz-web-panel/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/ovz-web-panel/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -16,7 +16,7 @@ current_version() { wget -O - https://github.com/Bickets/ovz-web-panel/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 20ad21d5532c -r 7364ffdaaa60 owfs/receipt --- a/owfs/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/owfs/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -14,10 +14,11 @@ DEPENDS="fuse libusb" BUILD_DEPENDS="fuse-dev libtool libusb libusb-dev libusb-compat" +# 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 20ad21d5532c -r 7364ffdaaa60 owncloud-client/receipt --- a/owncloud-client/receipt Sun Jul 16 13:38:12 2023 +0000 +++ b/owncloud-client/receipt Sun Jul 16 15:14:43 2023 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - https://github.com/owncloud/client/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.