wok rev 25600
Update some current_version
line diff
1.1 --- a/l3afpad/receipt Sun Jul 16 13:38:12 2023 +0000 1.2 +++ b/l3afpad/receipt Sun Jul 16 15:14:43 2023 +0000 1.3 @@ -15,10 +15,11 @@ 1.4 DEPENDS="gtk+3" 1.5 BUILD_DEPENDS="autoconf automake gtk+3-dev" 1.6 1.7 +# What is the latest version available today? 1.8 current_version() 1.9 { 1.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 1.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 1.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 1.13 } 1.14 1.15 # Rules to configure and make the package.
2.1 --- a/laptop-mode-tools/receipt Sun Jul 16 13:38:12 2023 +0000 2.2 +++ b/laptop-mode-tools/receipt Sun Jul 16 15:14:43 2023 +0000 2.3 @@ -13,10 +13,11 @@ 2.4 2.5 DEPENDS="acpid hdparm python util-linux-flock util-linux-blockdev" 2.6 2.7 +# What is the latest version available today? 2.8 current_version() 2.9 { 2.10 wget -O - ${WGET_URL%/down*} 2>/dev/null | \ 2.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 2.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 2.13 } 2.14 2.15 # Rules to configure and make the package.
3.1 --- a/lcov/receipt Sun Jul 16 13:38:12 2023 +0000 3.2 +++ b/lcov/receipt Sun Jul 16 15:14:43 2023 +0000 3.3 @@ -14,10 +14,11 @@ 3.4 SUGGESTED="gcc" 3.5 DEPENDS="perl" 3.6 3.7 +# What is the latest version available today? 3.8 current_version() 3.9 { 3.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 3.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 3.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 3.13 } 3.14 3.15 # Rules to configure and make the package.
4.1 --- a/ldm/receipt Sun Jul 16 13:38:12 2023 +0000 4.2 +++ b/ldm/receipt Sun Jul 16 15:14:43 2023 +0000 4.3 @@ -15,10 +15,11 @@ 4.4 DEPENDS="glib udev" 4.5 BUILD_DEPENDS="glib-dev udev-dev util-linux-blkid util-linux-mount-dev" 4.6 4.7 +# What is the latest version available today? 4.8 current_version() 4.9 { 4.10 wget -O - ${WGET_URL%/tarb*}/releases 2>/dev/null | \ 4.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 4.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 4.13 } 4.14 4.15 # Rules to configure and make the package.
5.1 --- a/le/receipt Sun Jul 16 13:38:12 2023 +0000 5.2 +++ b/le/receipt Sun Jul 16 15:14:43 2023 +0000 5.3 @@ -15,10 +15,11 @@ 5.4 DEPENDS="gcc83-lib-base ncurses" 5.5 BUILD_DEPENDS="gcc83 ncurses-dev" 5.6 5.7 +# What is the latest version available today? 5.8 current_version() 5.9 { 5.10 - wget -O - ${WGET_URL%/down*} 2>/dev/null | \ 5.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 5.12 + wget -O - $WEB_SITE 2>/dev/null | \ 5.13 + sed '/le\/le-/!d;s|.*le-||;s|.tar.*||;q' 5.14 } 5.15 5.16 # Rules to configure and make the package.
6.1 --- a/leocad/receipt Sun Jul 16 13:38:12 2023 +0000 6.2 +++ b/leocad/receipt Sun Jul 16 15:14:43 2023 +0000 6.3 @@ -21,7 +21,7 @@ 6.4 current_version() 6.5 { 6.6 wget -O - https://github.com/leozide/leocad/releases 2>/dev/null | \ 6.7 - sed '/archive.*tar/!d;/continuous/d;s|.*/v*\(.*\).tar.*|\1|;q' 6.8 + sed '/tag\//!d;/continuous/d;s|.*tag/v*||;s|".*||;q' 6.9 } 6.10 6.11 # Rules to configure and make the package.
7.1 --- a/leptonica/receipt Sun Jul 16 13:38:12 2023 +0000 7.2 +++ b/leptonica/receipt Sun Jul 16 15:14:43 2023 +0000 7.3 @@ -19,7 +19,7 @@ 7.4 current_version() 7.5 { 7.6 wget -O - https://github.com/DanBloomberg/leptonica/releases 2>/dev/null | \ 7.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 7.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 7.9 } 7.10 7.11 # Rules to configure and make the package.
8.1 --- a/lesspipe/receipt Sun Jul 16 13:38:12 2023 +0000 8.2 +++ b/lesspipe/receipt Sun Jul 16 15:14:43 2023 +0000 8.3 @@ -21,7 +21,7 @@ 8.4 current_version() 8.5 { 8.6 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 8.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 8.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 8.9 } 8.10 8.11 # Rules to configure and make the package.
9.1 --- a/liba53/receipt Sun Jul 16 13:38:12 2023 +0000 9.2 +++ b/liba53/receipt Sun Jul 16 15:14:43 2023 +0000 9.3 @@ -15,10 +15,11 @@ 9.4 DEPENDS="" 9.5 BUILD_DEPENDS="pkg-config" 9.6 9.7 +# What is the latest version available today? 9.8 current_version() 9.9 { 9.10 wget -O - ${WGET_URL%/down*} 2>/dev/null | \ 9.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 9.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 9.13 } 9.14 9.15 # Rules to configure and make the package.
10.1 --- a/libarchive/receipt Sun Jul 16 13:38:12 2023 +0000 10.2 +++ b/libarchive/receipt Sun Jul 16 15:14:43 2023 +0000 10.3 @@ -19,7 +19,7 @@ 10.4 current_version() 10.5 { 10.6 wget -O - https://github.com/libarchive/libarchive/releases 2>/dev/null | \ 10.7 - sed '/libarchive-[0-9]/!d;s|.*/[a-z-]*\(.*\).tar.*|\1|;q' 10.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 10.9 } 10.10 10.11 # Rules to configure and make the package.
11.1 --- a/libass/receipt Sun Jul 16 13:38:12 2023 +0000 11.2 +++ b/libass/receipt Sun Jul 16 15:14:43 2023 +0000 11.3 @@ -19,7 +19,7 @@ 11.4 current_version() 11.5 { 11.6 wget -O - $WEB_SITE/releases 2>/dev/null | \ 11.7 - sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q' 11.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 11.9 } 11.10 11.11 # Rules to configure and make the package.
12.1 --- a/libavif/receipt Sun Jul 16 13:38:12 2023 +0000 12.2 +++ b/libavif/receipt Sun Jul 16 15:14:43 2023 +0000 12.3 @@ -16,7 +16,7 @@ 12.4 current_version() 12.5 { 12.6 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 12.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 12.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 12.9 } 12.10 12.11 # Rules to configure and make the package.
13.1 --- a/libconfig/receipt Sun Jul 16 13:38:12 2023 +0000 13.2 +++ b/libconfig/receipt Sun Jul 16 15:14:43 2023 +0000 13.3 @@ -14,10 +14,11 @@ 13.4 DEPENDS="" 13.5 BUILD_DEPENDS="automake texinfo" 13.6 13.7 +# What is the latest version available today? 13.8 current_version() 13.9 { 13.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 13.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 13.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 13.13 } 13.14 13.15 # Rules to configure and make the package.
14.1 --- a/libconfuse/receipt Sun Jul 16 13:38:12 2023 +0000 14.2 +++ b/libconfuse/receipt Sun Jul 16 15:14:43 2023 +0000 14.3 @@ -14,10 +14,11 @@ 14.4 DEPENDS="" 14.5 BUILD_DEPENDS="automake libtool" 14.6 14.7 +# What is the latest version available today? 14.8 current_version() 14.9 { 14.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 14.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 14.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 14.13 } 14.14 14.15 # Rules to configure and make the package.
15.1 --- a/libdaq/receipt Sun Jul 16 13:38:12 2023 +0000 15.2 +++ b/libdaq/receipt Sun Jul 16 15:14:43 2023 +0000 15.3 @@ -19,7 +19,7 @@ 15.4 current_version() 15.5 { 15.6 wget -O - https://github.com/snort3/libdaq/releases 2>/dev/null | \ 15.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 15.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 15.9 } 15.10 15.11 # Rules to configure and make the package.
16.1 --- a/libdnet/receipt Sun Jul 16 13:38:12 2023 +0000 16.2 +++ b/libdnet/receipt Sun Jul 16 15:14:43 2023 +0000 16.3 @@ -18,7 +18,7 @@ 16.4 current_version() 16.5 { 16.6 wget -O - $WEB_SITE/releases 2>/dev/null | \ 16.7 - sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q' 16.8 + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' 16.9 } 16.10 16.11 # Rules to configure and make the package.
17.1 --- a/liberation-fonts-base/receipt Sun Jul 16 13:38:12 2023 +0000 17.2 +++ b/liberation-fonts-base/receipt Sun Jul 16 15:14:43 2023 +0000 17.3 @@ -17,7 +17,7 @@ 17.4 current_version() 17.5 { 17.6 wget -O - https://github.com/liberationfonts/liberation-fonts/releases 2>/dev/null | \ 17.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 17.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 17.9 } 17.10 17.11 # Rules to gen a SliTaz package suitable for Tazpkg.
18.1 --- a/libesmtp/receipt Sun Jul 16 13:38:12 2023 +0000 18.2 +++ b/libesmtp/receipt Sun Jul 16 15:14:43 2023 +0000 18.3 @@ -18,7 +18,7 @@ 18.4 current_version() 18.5 { 18.6 wget -O - https://github.com/libesmtp/libESMTP/releases 2>/dev/null | \ 18.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 18.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 18.9 } 18.10 18.11 # Rules to configure and make the package.
19.1 --- a/libetpan/receipt Sun Jul 16 13:38:12 2023 +0000 19.2 +++ b/libetpan/receipt Sun Jul 16 15:14:43 2023 +0000 19.3 @@ -15,10 +15,11 @@ 19.4 openssl zlib" 19.5 BUILD_DEPENDS="autoconf automake expat-dev gnutls-dev libgnutls libtool" 19.6 19.7 +# What is the latest version available today? 19.8 current_version() 19.9 { 19.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 19.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 19.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 19.13 } 19.14 19.15 # Rules to configure and make the package.
20.1 --- a/libgdiplus/receipt Sun Jul 16 13:38:12 2023 +0000 20.2 +++ b/libgdiplus/receipt Sun Jul 16 15:14:43 2023 +0000 20.3 @@ -24,10 +24,12 @@ 20.4 # Build documentation at http://mono-project.com/Compiling_Mono 20.5 # and http://mono-project.com/Release_Notes_Mono_2.4#Installing_Mono_2.4 20.6 20.7 +# What is the latest version available today? 20.8 current_version() 20.9 { 20.10 wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ 20.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 20.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 20.13 +# sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 20.14 } 20.15 20.16 # Rules to configure and make the package.
21.1 --- a/libgit2/receipt Sun Jul 16 13:38:12 2023 +0000 21.2 +++ b/libgit2/receipt Sun Jul 16 15:14:43 2023 +0000 21.3 @@ -12,10 +12,11 @@ 21.4 21.5 BUILD_DEPENDS="cmake python pkg-config openssl-dev" 21.6 21.7 +# What is the latest version available today? 21.8 current_version() 21.9 { 21.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 21.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 21.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 21.13 } 21.14 21.15 # Rules to configure and make the package.
22.1 --- a/libhtp/receipt Sun Jul 16 13:38:12 2023 +0000 22.2 +++ b/libhtp/receipt Sun Jul 16 15:14:43 2023 +0000 22.3 @@ -13,10 +13,11 @@ 22.4 22.5 BUILD_DEPENDS="automake libtool" 22.6 22.7 +# What is the latest version available today? 22.8 current_version() 22.9 { 22.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 22.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 22.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 22.13 } 22.14 22.15 # Rules to configure and make the package.
23.1 --- a/libical/receipt Sun Jul 16 13:38:12 2023 +0000 23.2 +++ b/libical/receipt Sun Jul 16 15:14:43 2023 +0000 23.3 @@ -14,10 +14,11 @@ 23.4 DEPENDS="libxml2" 23.5 BUILD_DEPENDS="cmake libxml2-dev" 23.6 23.7 +# What is the latest version available today? 23.8 current_version() 23.9 { 23.10 wget -O - ${WGET_URL%/down*} 2>/dev/null | \ 23.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 23.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 23.13 } 23.14 23.15 # Rules to configure and make the package.
24.1 --- a/libiodbc/receipt Sun Jul 16 13:38:12 2023 +0000 24.2 +++ b/libiodbc/receipt Sun Jul 16 15:14:43 2023 +0000 24.3 @@ -18,7 +18,7 @@ 24.4 current_version() 24.5 { 24.6 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 24.7 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 24.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 24.9 } 24.10 24.11 # Rules to configure and make the package.
25.1 --- a/libjreen/receipt Sun Jul 16 13:38:12 2023 +0000 25.2 +++ b/libjreen/receipt Sun Jul 16 15:14:43 2023 +0000 25.3 @@ -18,7 +18,7 @@ 25.4 current_version() 25.5 { 25.6 wget -O - $WEB_SITE/tags 2>/dev/null | \ 25.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 25.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 25.9 } 25.10 25.11 # Rules to configure and make the package.
26.1 --- a/libkeybinder/receipt Sun Jul 16 13:38:12 2023 +0000 26.2 +++ b/libkeybinder/receipt Sun Jul 16 15:14:43 2023 +0000 26.3 @@ -19,7 +19,7 @@ 26.4 current_version() 26.5 { 26.6 wget -O - $WEB_SITE/releases 2>/dev/null | \ 26.7 - sed '/archive.*tags.v.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 26.8 + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' 26.9 } 26.10 26.11 # Rules to configure and make the package.
27.1 --- a/liblouis/receipt Sun Jul 16 13:38:12 2023 +0000 27.2 +++ b/liblouis/receipt Sun Jul 16 15:14:43 2023 +0000 27.3 @@ -15,10 +15,11 @@ 27.4 DEPENDS="glibc" 27.5 BUILD_DEPENDS="python-dev" 27.6 27.7 +# What is the latest version available today? 27.8 current_version() 27.9 { 27.10 wget -O - ${WGET_URL%/down*} 2>/dev/null | \ 27.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 27.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 27.13 } 27.14 27.15 # Rules to configure and make the package.
28.1 --- a/liblrdf/receipt Sun Jul 16 13:38:12 2023 +0000 28.2 +++ b/liblrdf/receipt Sun Jul 16 15:14:43 2023 +0000 28.3 @@ -15,10 +15,11 @@ 28.4 BUILD_DEPENDS="autoconf automake curl-dev ladspa-dev libtool 28.5 libxslt-dev raptor-dev" 28.6 28.7 +# What is the latest version available today? 28.8 current_version() 28.9 { 28.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 28.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 28.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 28.13 } 28.14 28.15 # Rules to configure and make the package.
29.1 --- a/liblxqt/receipt Sun Jul 16 13:38:12 2023 +0000 29.2 +++ b/liblxqt/receipt Sun Jul 16 15:14:43 2023 +0000 29.3 @@ -15,10 +15,11 @@ 29.4 BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake xorg-libX11-dev libqtxdg-dev \ 29.5 libQtMimeTypes-dev" 29.6 29.7 +# What is the latest version available today? 29.8 current_version() 29.9 { 29.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 29.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 29.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 29.13 } 29.14 29.15 # Rules to configure and make the package.
30.1 --- a/libmatekbd/receipt Sun Jul 16 13:38:12 2023 +0000 30.2 +++ b/libmatekbd/receipt Sun Jul 16 15:14:43 2023 +0000 30.3 @@ -14,10 +14,11 @@ 30.4 BUILD_DEPENDS="wget gtk+-dev autoconf automake libtool itstool gtk-doc \ 30.5 mate-common-dev dconf-dev libxklavier-dev" 30.6 30.7 +# What is the latest version available today? 30.8 current_version() 30.9 { 30.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 30.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 30.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 30.13 } 30.14 30.15 # Rules to configure and make the package.
31.1 --- a/libmatemixer/receipt Sun Jul 16 13:38:12 2023 +0000 31.2 +++ b/libmatemixer/receipt Sun Jul 16 15:14:43 2023 +0000 31.3 @@ -15,10 +15,11 @@ 31.4 mate-common-dev gtk-doc util-linux-uuid-dev libjson-c-dev libsndfile-dev flac-dev \ 31.5 libvorbis-dev dbus-dev" 31.6 31.7 +# What is the latest version available today? 31.8 current_version() 31.9 { 31.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 31.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 31.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 31.13 } 31.14 31.15 # Rules to configure and make the package.
32.1 --- a/libmateweather/receipt Sun Jul 16 13:38:12 2023 +0000 32.2 +++ b/libmateweather/receipt Sun Jul 16 15:14:43 2023 +0000 32.3 @@ -14,10 +14,11 @@ 32.4 BUILD_DEPENDS="wget dconf-dev gtk+-dev autoconf automake libtool itstool \ 32.5 gtk-doc sqlite-dev mate-common-dev mate-desktop-dev libsoup-dev" 32.6 32.7 +# What is the latest version available today? 32.8 current_version() 32.9 { 32.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 32.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 32.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 32.13 } 32.14 32.15 # Rules to configure and make the package.
33.1 --- a/libmcp23s17/receipt Sun Jul 16 13:38:12 2023 +0000 33.2 +++ b/libmcp23s17/receipt Sun Jul 16 15:14:43 2023 +0000 33.3 @@ -14,10 +14,11 @@ 33.4 DEPENDS="i2c-tools" 33.5 TAGS="raspberrypi rpi" 33.6 33.7 +# What is the latest version available today? 33.8 current_version() 33.9 { 33.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 33.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 33.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 33.13 } 33.14 33.15 # Rules to configure and make the package.
34.1 --- a/libmypaint/receipt Sun Jul 16 13:38:12 2023 +0000 34.2 +++ b/libmypaint/receipt Sun Jul 16 15:14:43 2023 +0000 34.3 @@ -22,7 +22,7 @@ 34.4 current_version() 34.5 { 34.6 wget -O - ${WGET_URL%/down*} 2>/dev/null | \ 34.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 34.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 34.9 } 34.10 34.11 # Rules to configure and make the package.
35.1 --- a/libnfc/receipt Sun Jul 16 13:38:12 2023 +0000 35.2 +++ b/libnfc/receipt Sun Jul 16 15:14:43 2023 +0000 35.3 @@ -14,10 +14,11 @@ 35.4 DEPENDS="libusb pcsc-lite" 35.5 BUILD_DEPENDS="libusb-compat libusb-dev pcsc-lite-dev pkg-config" 35.6 35.7 +# What is the latest version available today? 35.8 current_version() 35.9 { 35.10 wget -O - ${WGET_URL%/down*} 2>/dev/null | \ 35.11 - sed '/archive.*tar/!d;s|.*/libnfc-\(.*\).tar.*|\1|;q' 35.12 + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' 35.13 } 35.14 35.15 # Rules to configure and make the package.
36.1 --- a/libnsl/receipt Sun Jul 16 13:38:12 2023 +0000 36.2 +++ b/libnsl/receipt Sun Jul 16 15:14:43 2023 +0000 36.3 @@ -15,7 +15,7 @@ 36.4 current_version() 36.5 { 36.6 wget -O - ${WGET_URL%/down*} 2>/dev/null | \ 36.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 36.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 36.9 } 36.10 36.11 # Rules to configure and make the package.
37.1 --- a/libpifacedigital/receipt Sun Jul 16 13:38:12 2023 +0000 37.2 +++ b/libpifacedigital/receipt Sun Jul 16 15:14:43 2023 +0000 37.3 @@ -15,10 +15,11 @@ 37.4 DEPENDS="i2c-tools libmcp23s17" 37.5 BUILD_DEPENDS="libmcp23s17" 37.6 37.7 +# What is the latest version available today? 37.8 current_version() 37.9 { 37.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 37.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 37.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 37.13 } 37.14 37.15 # Rules to configure and make the package.
38.1 --- a/libpqxx/receipt Sun Jul 16 13:38:12 2023 +0000 38.2 +++ b/libpqxx/receipt Sun Jul 16 15:14:43 2023 +0000 38.3 @@ -13,10 +13,11 @@ 38.4 BUILD_DEPENDS="gcc49 postgresql-dev" 38.5 DEPENDS="pkg-config" 38.6 38.7 +# What is the latest version available today? 38.8 current_version() 38.9 { 38.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 38.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 38.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 38.13 } 38.14 38.15 # Rules to configure and make the package.
39.1 --- a/libproxy/receipt Sun Jul 16 13:38:12 2023 +0000 39.2 +++ b/libproxy/receipt Sun Jul 16 15:14:43 2023 +0000 39.3 @@ -19,7 +19,7 @@ 39.4 current_version() 39.5 { 39.6 wget -O - https://github.com/libproxy/libproxy/releases 2>/dev/null | \ 39.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 39.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 39.9 } 39.10 39.11 # Rules to configure and make the package.
40.1 --- a/libqcow/receipt Sun Jul 16 13:38:12 2023 +0000 40.2 +++ b/libqcow/receipt Sun Jul 16 15:14:43 2023 +0000 40.3 @@ -14,10 +14,11 @@ 40.4 DEPENDS="fuse2 libcrypto" 40.5 BUILD_DEPENDS="fuse2-dev openssl-dev" 40.6 40.7 +# What is the latest version available today? 40.8 current_version() 40.9 { 40.10 wget -O - ${WGET_URL%/down*} 2>/dev/null | \ 40.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 40.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 40.13 } 40.14 40.15 # Rules to configure and make the package.
41.1 --- a/libqtxdg/receipt Sun Jul 16 13:38:12 2023 +0000 41.2 +++ b/libqtxdg/receipt Sun Jul 16 15:14:43 2023 +0000 41.3 @@ -14,10 +14,11 @@ 41.4 DEPENDS="libQtGui libQtXml libQtMimeTypes" 41.5 BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake libQtMimeTypes-dev" 41.6 41.7 +# What is the latest version available today? 41.8 current_version() 41.9 { 41.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 41.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 41.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 41.13 } 41.14 41.15 # Rules to configure and make the package.
42.1 --- a/libsasl-without-ldap/receipt Sun Jul 16 13:38:12 2023 +0000 42.2 +++ b/libsasl-without-ldap/receipt Sun Jul 16 15:14:43 2023 +0000 42.3 @@ -19,7 +19,7 @@ 42.4 current_version() 42.5 { 42.6 wget -O - https://github.com/cyrusimap/cyrus-sasl/releases 2>/dev/null | \ 42.7 - sed '/archive.*tar/!d;s|.*/[a-z-]*\(.*\).tar.*|\1|;q' 42.8 + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' 42.9 } 42.10 42.11 # Rules to configure and make the package.
43.1 --- a/libsixel/receipt Sun Jul 16 13:38:12 2023 +0000 43.2 +++ b/libsixel/receipt Sun Jul 16 15:14:43 2023 +0000 43.3 @@ -13,10 +13,11 @@ 43.4 43.5 BUILD_DEPENDS="meson" 43.6 43.7 +# What is the latest version available today? 43.8 current_version() 43.9 { 43.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 43.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 43.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 43.13 } 43.14 43.15 # Rules to configure and make the package.
44.1 --- a/libspiro/receipt Sun Jul 16 13:38:12 2023 +0000 44.2 +++ b/libspiro/receipt Sun Jul 16 15:14:43 2023 +0000 44.3 @@ -14,10 +14,11 @@ 44.4 DEPENDS="" 44.5 BUILD_DEPENDS="autoconf automake bash cacerts libtool" 44.6 44.7 +# What is the latest version available today? 44.8 current_version() 44.9 { 44.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 44.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 44.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 44.13 } 44.14 44.15 # Rules to configure and make the package.
45.1 --- a/libsysstat/receipt Sun Jul 16 13:38:12 2023 +0000 45.2 +++ b/libsysstat/receipt Sun Jul 16 15:14:43 2023 +0000 45.3 @@ -14,10 +14,11 @@ 45.4 DEPENDS="libQtCore libQtGui" 45.5 BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake" 45.6 45.7 +# What is the latest version available today? 45.8 current_version() 45.9 { 45.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 45.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 45.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 45.13 } 45.14 45.15 # Rules to configure and make the package.
46.1 --- a/libtorrent-rasterbar/receipt Sun Jul 16 13:38:12 2023 +0000 46.2 +++ b/libtorrent-rasterbar/receipt Sun Jul 16 15:14:43 2023 +0000 46.3 @@ -18,10 +18,11 @@ 46.4 libboost-math-dev libboost-python-dev libboost-thread-dev 46.5 libtool openssl-dev python-dev zlib-dev" 46.6 46.7 +# What is the latest version available today? 46.8 current_version() 46.9 { 46.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 46.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 46.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 46.13 } 46.14 46.15 # Rules to configure and make the package.
47.1 --- a/libuninameslist/receipt Sun Jul 16 13:38:12 2023 +0000 47.2 +++ b/libuninameslist/receipt Sun Jul 16 15:14:43 2023 +0000 47.3 @@ -14,10 +14,11 @@ 47.4 DEPENDS="" 47.5 BUILD_DEPENDS="autoconf automake bash cacerts libtool" 47.6 47.7 +# What is the latest version available today? 47.8 current_version() 47.9 { 47.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 47.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 47.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 47.13 } 47.14 47.15 # Rules to configure and make the package.
48.1 --- a/libupnp/receipt Sun Jul 16 13:38:12 2023 +0000 48.2 +++ b/libupnp/receipt Sun Jul 16 15:14:43 2023 +0000 48.3 @@ -18,7 +18,7 @@ 48.4 current_version() 48.5 { 48.6 wget -O - https://github.com/pupnp/pupnp/releases 2>/dev/null | \ 48.7 - sed '/archive.*tar/!d;s|.*/[a-z-]*\(.*\).tar.*|\1|;q' 48.8 + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' 48.9 } 48.10 48.11 # Rules to configure and make the package.
49.1 --- a/libusb-compat/receipt Sun Jul 16 13:38:12 2023 +0000 49.2 +++ b/libusb-compat/receipt Sun Jul 16 15:14:43 2023 +0000 49.3 @@ -16,10 +16,11 @@ 49.4 49.5 HOST_ARCH="i486 arm" 49.6 49.7 +# What is the latest version available today? 49.8 current_version() 49.9 { 49.10 wget -O - ${WGET_URL%/down*} 2>/dev/null | \ 49.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 49.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 49.13 } 49.14 49.15 # Rules to configure and make the package.
50.1 --- a/libusb/receipt Sun Jul 16 13:38:12 2023 +0000 50.2 +++ b/libusb/receipt Sun Jul 16 15:14:43 2023 +0000 50.3 @@ -16,10 +16,11 @@ 50.4 50.5 HOST_ARCH="i486 arm" 50.6 50.7 +# What is the latest version available today? 50.8 current_version() 50.9 { 50.10 wget -O - ${WGET_URL%/down*} 2>/dev/null | \ 50.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 50.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 50.13 } 50.14 50.15 # Rules to configure and make the package.
51.1 --- a/libvips/receipt Sun Jul 16 13:38:12 2023 +0000 51.2 +++ b/libvips/receipt Sun Jul 16 15:14:43 2023 +0000 51.3 @@ -21,10 +21,11 @@ 51.4 lcms-dev libexif-dev libpng-dev libtool pkg-config swig 51.5 tiff-dev zlib-dev" 51.6 51.7 +# What is the latest version available today? 51.8 current_version() 51.9 { 51.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 51.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 51.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 51.13 } 51.14 51.15 # Rules to configure and make the package.
52.1 --- a/liferea/receipt Sun Jul 16 13:38:12 2023 +0000 52.2 +++ b/liferea/receipt Sun Jul 16 15:14:43 2023 +0000 52.3 @@ -22,7 +22,7 @@ 52.4 current_version() 52.5 { 52.6 wget -O - https://github.com/lwindolf/liferea/releases 2>/dev/null | \ 52.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 52.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 52.9 } 52.10 52.11 # Rules to configure and make the package.
53.1 --- a/linux64-open-vm-tools-kernel/receipt Sun Jul 16 13:38:12 2023 +0000 53.2 +++ b/linux64-open-vm-tools-kernel/receipt Sun Jul 16 15:14:43 2023 +0000 53.3 @@ -19,10 +19,11 @@ 53.4 53.5 AUFS_NOT_RAMFS="uclibc-cross-compiler-x86_64 is not compatible with aufs+tmpfs 8(" 53.6 53.7 +# What is the latest version available today? 53.8 current_version() 53.9 { 53.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 53.11 - sed '/release.*tar.gz/!d;s|.*/open-vm-tools-\(.*\).tar.*|\1|;q' 53.12 + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' 53.13 } 53.14 53.15 # Rules to configure and make the package.
54.1 --- a/listpatron/receipt Sun Jul 16 13:38:12 2023 +0000 54.2 +++ b/listpatron/receipt Sun Jul 16 15:14:43 2023 +0000 54.3 @@ -17,7 +17,7 @@ 54.4 current_version() 54.5 { 54.6 wget -O - https://github.com/fboender/listpatron/releases 2>/dev/null | \ 54.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 54.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 54.9 } 54.10 54.11 # Rules to configure and make the package.
55.1 --- a/lite/receipt Sun Jul 16 13:38:12 2023 +0000 55.2 +++ b/lite/receipt Sun Jul 16 15:14:43 2023 +0000 55.3 @@ -26,7 +26,7 @@ 55.4 current_version() 55.5 { 55.6 wget -O - https://github.com/rxi/lite/releases 2>/dev/null | \ 55.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 55.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 55.9 } 55.10 55.11 # Rules to configure and make the package.
56.1 --- a/lizard/receipt Sun Jul 16 13:38:12 2023 +0000 56.2 +++ b/lizard/receipt Sun Jul 16 15:14:43 2023 +0000 56.3 @@ -12,10 +12,11 @@ 56.4 56.5 BUILD_DEPENDS="pkg-config" 56.6 56.7 +# What is the latest version available today? 56.8 current_version() 56.9 { 56.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 56.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 56.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 56.13 } 56.14 56.15 # Rules to configure and make the package.
57.1 --- a/lmms/receipt Sun Jul 16 13:38:12 2023 +0000 57.2 +++ b/lmms/receipt Sun Jul 16 15:14:43 2023 +0000 57.3 @@ -17,10 +17,11 @@ 57.4 libsndfile-dev libsamplerate-dev Qt4-dev phonon-dev qmake cmake pkg-config \ 57.5 freetype-dev" 57.6 57.7 +# What is the latest version available today? 57.8 current_version() 57.9 { 57.10 wget -O - https://github.com/LMMS/lmms/releases 2>/dev/null | \ 57.11 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 57.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 57.13 } 57.14 57.15 # Rules to configure and make the package.
58.1 --- a/logfence/receipt Sun Jul 16 13:38:12 2023 +0000 58.2 +++ b/logfence/receipt Sun Jul 16 15:14:43 2023 +0000 58.3 @@ -13,10 +13,11 @@ 58.4 DEPENDS="fuse2" 58.5 BUILD_DEPENDS="fuse2-dev" 58.6 58.7 +# What is the latest version available today? 58.8 current_version() 58.9 { 58.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 58.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 58.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 58.13 } 58.14 58.15 # Rules to configure and make the package.
59.1 --- a/logrotate/receipt Sun Jul 16 13:38:12 2023 +0000 59.2 +++ b/logrotate/receipt Sun Jul 16 15:14:43 2023 +0000 59.3 @@ -16,10 +16,11 @@ 59.4 59.5 CONFIG_FILES="/etc/logrotate.conf" 59.6 59.7 +# What is the latest version available today? 59.8 current_version() 59.9 { 59.10 wget -O - ${WGET_URL%/down*} 2>/dev/null | \ 59.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 59.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 59.13 } 59.14 59.15 # Rules to configure and make the package.
60.1 --- a/loudmouth/receipt Sun Jul 16 13:38:12 2023 +0000 60.2 +++ b/loudmouth/receipt Sun Jul 16 15:14:43 2023 +0000 60.3 @@ -20,7 +20,7 @@ 60.4 current_version() 60.5 { 60.6 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 60.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 60.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 60.9 } 60.10 60.11 # Rules to configure and make the package.
61.1 --- a/lsof/receipt Sun Jul 16 13:38:12 2023 +0000 61.2 +++ b/lsof/receipt Sun Jul 16 15:14:43 2023 +0000 61.3 @@ -11,10 +11,11 @@ 61.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 61.5 WGET_URL="${WEB_SITE}archive/$VERSION.tar.gz" 61.6 61.7 +# What is the latest version available today? 61.8 current_version() 61.9 { 61.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 61.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 61.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 61.13 } 61.14 61.15 # Rules to configure and make the package.
62.1 --- a/lstm-compress/receipt Sun Jul 16 13:38:12 2023 +0000 62.2 +++ b/lstm-compress/receipt Sun Jul 16 15:14:43 2023 +0000 62.3 @@ -13,10 +13,11 @@ 62.4 DEPENDS="gcc83-lib-base" 62.5 BUILD_DEPENDS="gcc83" 62.6 62.7 +# What is the latest version available today? 62.8 current_version() 62.9 { 62.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 62.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 62.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 62.13 } 62.14 62.15 # Rules to configure and make the package.
63.1 --- a/lua-posix/receipt Sun Jul 16 13:38:12 2023 +0000 63.2 +++ b/lua-posix/receipt Sun Jul 16 15:14:43 2023 +0000 63.3 @@ -18,7 +18,7 @@ 63.4 current_version() 63.5 { 63.6 wget -O - $WEB_SITE/releases 2>/dev/null | \ 63.7 - sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q' 63.8 + sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q' 63.9 } 63.10 63.11 # Rules to configure and make the package.
64.1 --- a/lua5.1-mpack/receipt Sun Jul 16 13:38:12 2023 +0000 64.2 +++ b/lua5.1-mpack/receipt Sun Jul 16 15:14:43 2023 +0000 64.3 @@ -21,7 +21,7 @@ 64.4 current_version() 64.5 { 64.6 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 64.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 64.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 64.9 } 64.10 64.11 # Rules to configure and make the package.
65.1 --- a/lximage-qt/receipt Sun Jul 16 13:38:12 2023 +0000 65.2 +++ b/lximage-qt/receipt Sun Jul 16 15:14:43 2023 +0000 65.3 @@ -17,10 +17,11 @@ 65.4 xorg-libX11-dev xorg-libXfixes-dev xorg-xproto pcmanfm-qt-dev menu-cache-dev \ 65.5 libqtxdg-dev" 65.6 65.7 +# What is the latest version available today? 65.8 current_version() 65.9 { 65.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 65.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 65.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 65.13 } 65.14 65.15 # Rules to configure and make the package.
66.1 --- a/lxqt-about/receipt Sun Jul 16 13:38:12 2023 +0000 66.2 +++ b/lxqt-about/receipt Sun Jul 16 15:14:43 2023 +0000 66.3 @@ -14,10 +14,11 @@ 66.4 DEPENDS="libQtCore libQtGui liblxqt" 66.5 BUILD_DEPENDS="wget cacerts cmake liblxqt-dev Qt4-dev qmake grep libqtxdg-dev" 66.6 66.7 +# What is the latest version available today? 66.8 current_version() 66.9 { 66.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 66.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 66.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 66.13 } 66.14 66.15 # Rules to configure and make the package.
67.1 --- a/lxqt-admin/receipt Sun Jul 16 13:38:12 2023 +0000 67.2 +++ b/lxqt-admin/receipt Sun Jul 16 15:14:43 2023 +0000 67.3 @@ -15,10 +15,11 @@ 67.4 BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake liboobs-dev liblxqt-dev \ 67.5 libqtxdg-dev" 67.6 67.7 +# What is the latest version available today? 67.8 current_version() 67.9 { 67.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 67.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 67.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 67.13 } 67.14 67.15 # Rules to configure and make the package.
68.1 --- a/lxqt-common/receipt Sun Jul 16 13:38:12 2023 +0000 68.2 +++ b/lxqt-common/receipt Sun Jul 16 15:14:43 2023 +0000 68.3 @@ -19,7 +19,7 @@ 68.4 current_version() 68.5 { 68.6 wget -O - $WEB_SITE/releases 2>/dev/null | \ 68.7 - sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q' 68.8 + sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q' 68.9 } 68.10 68.11 # Rules to configure and make the package.
69.1 --- a/lxqt-config-randr/receipt Sun Jul 16 13:38:12 2023 +0000 69.2 +++ b/lxqt-config-randr/receipt Sun Jul 16 15:14:43 2023 +0000 69.3 @@ -19,7 +19,7 @@ 69.4 current_version() 69.5 { 69.6 wget -O - $WEB_SITE/releases 2>/dev/null | \ 69.7 - sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q' 69.8 + sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q' 69.9 } 69.10 69.11 # Rules to configure and make the package.
70.1 --- a/lxqt-config/receipt Sun Jul 16 13:38:12 2023 +0000 70.2 +++ b/lxqt-config/receipt Sun Jul 16 15:14:43 2023 +0000 70.3 @@ -16,10 +16,11 @@ 70.4 BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake liblxqt-dev libqtxdg-dev \ 70.5 xorg-libX11-dev zlib-dev xorg-libXcursor-dev grep" 70.6 70.7 +# What is the latest version available today? 70.8 current_version() 70.9 { 70.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 70.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 70.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 70.13 } 70.14 70.15 # Rules to configure and make the package.
71.1 --- a/lxqt-globalkeys/receipt Sun Jul 16 13:38:12 2023 +0000 71.2 +++ b/lxqt-globalkeys/receipt Sun Jul 16 15:14:43 2023 +0000 71.3 @@ -15,10 +15,11 @@ 71.4 BUILD_DEPENDS="wget cacerts cmake liblxqt-dev Qt4-dev qmake grep xorg-xproto \ 71.5 xorg-libX11-dev liblxqt-dev libqtxdg-dev libQtMimeTypes-dev sdft" 71.6 71.7 +# What is the latest version available today? 71.8 current_version() 71.9 { 71.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 71.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 71.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 71.13 } 71.14 71.15 # Rules to configure and make the package.
72.1 --- a/lxqt-notificationd/receipt Sun Jul 16 13:38:12 2023 +0000 72.2 +++ b/lxqt-notificationd/receipt Sun Jul 16 15:14:43 2023 +0000 72.3 @@ -15,10 +15,11 @@ 72.4 BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake libqtxdg-dev liblxqt-dev \ 72.5 xorg-libX11-dev grep libQtMimeTypes-dev sdft" 72.6 72.7 +# What is the latest version available today? 72.8 current_version() 72.9 { 72.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 72.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 72.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 72.13 } 72.14 72.15 # Rules to configure and make the package.
73.1 --- a/lxqt-openssh-askpass/receipt Sun Jul 16 13:38:12 2023 +0000 73.2 +++ b/lxqt-openssh-askpass/receipt Sun Jul 16 15:14:43 2023 +0000 73.3 @@ -14,10 +14,11 @@ 73.4 DEPENDS="libQtGui" 73.5 BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake liblxqt-dev libqtxdg-dev" 73.6 73.7 +# What is the latest version available today? 73.8 current_version() 73.9 { 73.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 73.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 73.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 73.13 } 73.14 73.15 # Rules to configure and make the package.
74.1 --- a/lxqt-panel/receipt Sun Jul 16 13:38:12 2023 +0000 74.2 +++ b/lxqt-panel/receipt Sun Jul 16 15:14:43 2023 +0000 74.3 @@ -27,7 +27,7 @@ 74.4 current_version() 74.5 { 74.6 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 74.7 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 74.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 74.9 } 74.10 74.11 # Rules to configure and make the package.
75.1 --- a/lxqt-policykit/receipt Sun Jul 16 13:38:12 2023 +0000 75.2 +++ b/lxqt-policykit/receipt Sun Jul 16 15:14:43 2023 +0000 75.3 @@ -16,10 +16,11 @@ 75.4 BUILD_DEPENDS="wget cacerts cmake polkit-qt-dev liblxqt-dev polkit-dev Qt4-dev \ 75.5 qmake libqtxdg-dev" 75.6 75.7 +# What is the latest version available today? 75.8 current_version() 75.9 { 75.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 75.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 75.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 75.13 } 75.14 75.15 # Rules to configure and make the package.
76.1 --- a/lxqt-powermanagement/receipt Sun Jul 16 13:38:12 2023 +0000 76.2 +++ b/lxqt-powermanagement/receipt Sun Jul 16 15:14:43 2023 +0000 76.3 @@ -16,10 +16,11 @@ 76.4 BUILD_DEPENDS="wget cacerts cmake libqtxdg-dev Qt4-dev qmake liblxqt-dev \ 76.5 libxcb-dev xorg-libX11-dev" 76.6 76.7 +# What is the latest version available today? 76.8 current_version() 76.9 { 76.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 76.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 76.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 76.13 } 76.14 76.15 # Rules to configure and make the package.
77.1 --- a/lxqt-qtplugin/receipt Sun Jul 16 13:38:12 2023 +0000 77.2 +++ b/lxqt-qtplugin/receipt Sun Jul 16 15:14:43 2023 +0000 77.3 @@ -14,10 +14,11 @@ 77.4 DEPENDS="libQtCore libQtGui" 77.5 BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake liblxqt-dev libqtxdg-dev" 77.6 77.7 +# What is the latest version available today? 77.8 current_version() 77.9 { 77.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 77.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 77.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 77.13 } 77.14 77.15 # Rules to configure and make the package.
78.1 --- a/lxqt-runner/receipt Sun Jul 16 13:38:12 2023 +0000 78.2 +++ b/lxqt-runner/receipt Sun Jul 16 15:14:43 2023 +0000 78.3 @@ -16,10 +16,11 @@ 78.4 BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake liblxqt-dev libqtxdg-dev \ 78.5 lxqt-globalkeys-dev menu-cache-dev xorg-libX11-dev" 78.6 78.7 +# What is the latest version available today? 78.8 current_version() 78.9 { 78.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 78.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 78.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 78.13 } 78.14 78.15 # Rules to configure and make the package.
79.1 --- a/lxqt-session/receipt Sun Jul 16 13:38:12 2023 +0000 79.2 +++ b/lxqt-session/receipt Sun Jul 16 15:14:43 2023 +0000 79.3 @@ -15,10 +15,11 @@ 79.4 BUILD_DEPENDS="wget cacerts cmake liblxqt-dev Qt4-dev qmake xorg-libX11-dev \ 79.5 libqtxdg-dev grep" 79.6 79.7 +# What is the latest version available today? 79.8 current_version() 79.9 { 79.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 79.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 79.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 79.13 } 79.14 79.15 # Rules to configure and make the package.
80.1 --- a/lynis/receipt Sun Jul 16 13:38:12 2023 +0000 80.2 +++ b/lynis/receipt Sun Jul 16 15:14:43 2023 +0000 80.3 @@ -19,7 +19,7 @@ 80.4 current_version() 80.5 { 80.6 wget -O - https://github.com/CISOfy/lynis/releases 2>/dev/null | \ 80.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 80.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 80.9 } 80.10 80.11 # Rules to gen a SliTaz package suitable for Tazpkg.
81.1 --- a/lz4ultra/receipt Sun Jul 16 13:38:12 2023 +0000 81.2 +++ b/lz4ultra/receipt Sun Jul 16 15:14:43 2023 +0000 81.3 @@ -11,10 +11,11 @@ 81.4 WGET_URL="https://github.com/emmanuel-marty/lz4ultra/archive/$VERSION.tar.gz" 81.5 TAGS="compression" 81.6 81.7 +# What is the latest version available today? 81.8 current_version() 81.9 { 81.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 81.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 81.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 81.13 } 81.14 81.15 # Rules to configure and make the package.
82.1 --- a/macchanger/receipt Sun Jul 16 13:38:12 2023 +0000 82.2 +++ b/macchanger/receipt Sun Jul 16 15:14:43 2023 +0000 82.3 @@ -11,10 +11,11 @@ 82.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 82.5 WGET_URL="https://github.com/alobbs/$PACKAGE/releases/download/$VERSION/$TARBALL" 82.6 82.7 +# What is the latest version available today? 82.8 current_version() 82.9 { 82.10 wget -O - ${WGET_URL%/down*} 2>/dev/null | \ 82.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 82.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 82.13 } 82.14 82.15 # Rules to configure and make the package.
83.1 --- a/magicrescue/receipt Sun Jul 16 13:38:12 2023 +0000 83.2 +++ b/magicrescue/receipt Sun Jul 16 15:14:43 2023 +0000 83.3 @@ -13,10 +13,11 @@ 83.4 83.5 DEPENDS="perl" 83.6 83.7 +# What is the latest version available today? 83.8 current_version() 83.9 { 83.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 83.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 83.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 83.13 } 83.14 83.15 # Rules to configure and make the package.
84.1 --- a/makeself/receipt Sun Jul 16 13:38:12 2023 +0000 84.2 +++ b/makeself/receipt Sun Jul 16 15:14:43 2023 +0000 84.3 @@ -11,10 +11,11 @@ 84.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 84.5 WGET_URL="https://github.com/megastep/$PACKAGE/archive/release-$VERSION.tar.gz" 84.6 84.7 +# What is the latest version available today? 84.8 current_version() 84.9 { 84.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 84.11 - sed '/archive.*tar/!d;/release-/!d;s|.*/release-\(.*\).tar.*|\1|;q' 84.12 + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' 84.13 } 84.14 84.15 # Rules to configure and make the package.
85.1 --- a/marco/receipt Sun Jul 16 13:38:12 2023 +0000 85.2 +++ b/marco/receipt Sun Jul 16 15:14:43 2023 +0000 85.3 @@ -17,10 +17,11 @@ 85.4 xorg-libICE-dev xorg-libSM-dev xorg-libXt-dev startup-notification-dev \ 85.5 util-linux-uuid-dev zenity xcb-util-dev" 85.6 85.7 +# What is the latest version available today? 85.8 current_version() 85.9 { 85.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 85.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 85.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 85.13 } 85.14 85.15 # Rules to configure and make the package.
86.1 --- a/mate-common/receipt Sun Jul 16 13:38:12 2023 +0000 86.2 +++ b/mate-common/receipt Sun Jul 16 15:14:43 2023 +0000 86.3 @@ -13,10 +13,11 @@ 86.4 DEPENDS="" 86.5 BUILD_DEPENDS="wget cacerts autoconf automake" 86.6 86.7 +# What is the latest version available today? 86.8 current_version() 86.9 { 86.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 86.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 86.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 86.13 } 86.14 86.15 # Rules to configure and make the package.
87.1 --- a/mate-control-center/receipt Sun Jul 16 13:38:12 2023 +0000 87.2 +++ b/mate-control-center/receipt Sun Jul 16 15:14:43 2023 +0000 87.3 @@ -19,10 +19,11 @@ 87.4 yelp-tools xorg-libXss-dev xorg-libXt-dev startup-notification-dev \ 87.5 util-linux-uuid-dev libcanberra-dev desktop-file-utils xcb-util-dev libcroco-dev" 87.6 87.7 +# What is the latest version available today? 87.8 current_version() 87.9 { 87.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 87.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 87.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 87.13 } 87.14 87.15 # Rules to configure and make the package.
88.1 --- a/mate-desktop/receipt Sun Jul 16 13:38:12 2023 +0000 88.2 +++ b/mate-desktop/receipt Sun Jul 16 15:14:43 2023 +0000 88.3 @@ -14,10 +14,11 @@ 88.4 BUILD_DEPENDS="wget cacerts autoconf automake dconf-dev libtool itstool \ 88.5 mate-common-dev gtk-doc gtk+-dev gdk-pixbuf-dev yelp-tools harfbuzz-dev" 88.6 88.7 +# What is the latest version available today? 88.8 current_version() 88.9 { 88.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 88.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 88.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 88.13 } 88.14 88.15 # Rules to configure and make the package.
89.1 --- a/mate-icon-theme/receipt Sun Jul 16 13:38:12 2023 +0000 89.2 +++ b/mate-icon-theme/receipt Sun Jul 16 15:14:43 2023 +0000 89.3 @@ -13,10 +13,11 @@ 89.4 DEPENDS="" 89.5 BUILD_DEPENDS="wget cacerts autoconf automake mate-common-dev icon-naming-utils" 89.6 89.7 +# What is the latest version available today? 89.8 current_version() 89.9 { 89.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 89.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 89.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 89.13 } 89.14 89.15 # Rules to configure and make the package.
90.1 --- a/mate-menus/receipt Sun Jul 16 13:38:12 2023 +0000 90.2 +++ b/mate-menus/receipt Sun Jul 16 15:14:43 2023 +0000 90.3 @@ -14,10 +14,11 @@ 90.4 BUILD_DEPENDS="wget cacerts autoconf automake gobject-introspection-dev \ 90.5 libtool itstool mate-common-dev python-dev" 90.6 90.7 +# What is the latest version available today? 90.8 current_version() 90.9 { 90.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 90.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 90.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 90.13 } 90.14 90.15 # Rules to configure and make the package.
91.1 --- a/mate-notification-daemon/receipt Sun Jul 16 13:38:12 2023 +0000 91.2 +++ b/mate-notification-daemon/receipt Sun Jul 16 15:14:43 2023 +0000 91.3 @@ -17,10 +17,11 @@ 91.4 libcanberra-dev libwnck-dev libnotify-dev intltool" 91.5 GENERIC_MENUS="no" 91.6 91.7 +# What is the latest version available today? 91.8 current_version() 91.9 { 91.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 91.11 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 91.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 91.13 } 91.14 91.15 # Rules to configure and make the package.
92.1 --- a/mate-panel/receipt Sun Jul 16 13:38:12 2023 +0000 92.2 +++ b/mate-panel/receipt Sun Jul 16 15:14:43 2023 +0000 92.3 @@ -18,10 +18,11 @@ 92.4 libcanberra-dev libwnck-dev librsvg-dev util-linux-uuid-dev \ 92.5 libmateweather-dev libsoup-dev sqlite-dev libcroco-dev" 92.6 92.7 +# What is the latest version available today? 92.8 current_version() 92.9 { 92.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 92.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 92.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 92.13 } 92.14 92.15 # Rules to configure and make the package.
93.1 --- a/mate-polkit/receipt Sun Jul 16 13:38:12 2023 +0000 93.2 +++ b/mate-polkit/receipt Sun Jul 16 15:14:43 2023 +0000 93.3 @@ -15,10 +15,11 @@ 93.4 gtk+-dev gtk-doc polkit-dev gobject-introspection-dev mate-common-dev \ 93.5 expat-dev" 93.6 93.7 +# What is the latest version available today? 93.8 current_version() 93.9 { 93.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 93.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 93.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 93.13 } 93.14 93.15 # Rules to configure and make the package.
94.1 --- a/mate-screensaver/receipt Sun Jul 16 13:38:12 2023 +0000 94.2 +++ b/mate-screensaver/receipt Sun Jul 16 15:14:43 2023 +0000 94.3 @@ -15,10 +15,11 @@ 94.4 mate-common-dev mate-desktop-dev mate-menus-dev dbus-glib-dev \ 94.5 dconf-dev gtk+-dev xorg-libXScrnSaver-dev util-linux-uuid-dev" 94.6 94.7 +# What is the latest version available today? 94.8 current_version() 94.9 { 94.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 94.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 94.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 94.13 } 94.14 94.15 # Rules to configure and make the package.
95.1 --- a/mate-session-manager/receipt Sun Jul 16 13:38:12 2023 +0000 95.2 +++ b/mate-session-manager/receipt Sun Jul 16 15:14:43 2023 +0000 95.3 @@ -22,7 +22,7 @@ 95.4 current_version() 95.5 { 95.6 wget -O - https://github.com/mate-desktop/mate-session-manager/releases 2>/dev/null | \ 95.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 95.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 95.9 } 95.10 95.11 # Rules to configure and make the package.
96.1 --- a/mate-settings-daemon/receipt Sun Jul 16 13:38:12 2023 +0000 96.2 +++ b/mate-settings-daemon/receipt Sun Jul 16 15:14:43 2023 +0000 96.3 @@ -17,10 +17,11 @@ 96.4 libcanberra-dev libnotify-dev xorg-libXt-dev nss-dev polkit-dev \ 96.5 util-linux-uuid-dev" 96.6 96.7 +# What is the latest version available today? 96.8 current_version() 96.9 { 96.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 96.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 96.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 96.13 } 96.14 96.15 # Rules to configure and make the package.
97.1 --- a/mate-system-monitor/receipt Sun Jul 16 13:38:12 2023 +0000 97.2 +++ b/mate-system-monitor/receipt Sun Jul 16 15:14:43 2023 +0000 97.3 @@ -15,10 +15,11 @@ 97.4 gtk+-dev gtk-doc dbus-glib-dev glibmm-dev gtkmm-dev libgtop-dev libwnck-dev librsvg-dev \ 97.5 yelp-tools mate-common-dev mate-icon-theme libcroco-dev" 97.6 97.7 +# What is the latest version available today? 97.8 current_version() 97.9 { 97.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 97.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 97.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 97.13 } 97.14 97.15 # Rules to configure and make the package.
98.1 --- a/mate-terminal/receipt Sun Jul 16 13:38:12 2023 +0000 98.2 +++ b/mate-terminal/receipt Sun Jul 16 15:14:43 2023 +0000 98.3 @@ -15,10 +15,11 @@ 98.4 vte-dev mate-common-dev mate-desktop-dev yelp-tools autoconf automake libtool \ 98.5 itstool harfbuzz-dev" 98.6 98.7 +# What is the latest version available today? 98.8 current_version() 98.9 { 98.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 98.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 98.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 98.13 } 98.14 98.15 # Rules to configure and make the package.
99.1 --- a/mate-themes/receipt Sun Jul 16 13:38:12 2023 +0000 99.2 +++ b/mate-themes/receipt Sun Jul 16 15:14:43 2023 +0000 99.3 @@ -13,10 +13,11 @@ 99.4 DEPENDS="gtk+ gtk-engines gtk2-engine-murrine librsvg mate-icon-theme" 99.5 BUILD_DEPENDS="autoconf automake gtk+-dev mate-common-dev icon-naming-utils" 99.6 99.7 +# What is the latest version available today? 99.8 current_version() 99.9 { 99.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 99.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 99.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 99.13 } 99.14 99.15 # Rules to configure and make the package.
100.1 --- a/mbedtls/receipt Sun Jul 16 13:38:12 2023 +0000 100.2 +++ b/mbedtls/receipt Sun Jul 16 15:14:43 2023 +0000 100.3 @@ -15,7 +15,7 @@ 100.4 current_version() 100.5 { 100.6 wget -O - https://github.com/Mbed-TLS/mbedtls/releases 2>/dev/null | \ 100.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 100.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 100.9 } 100.10 100.11 # Rules to configure and make the package.
101.1 --- a/mhwaveedit/receipt Sun Jul 16 13:38:12 2023 +0000 101.2 +++ b/mhwaveedit/receipt Sun Jul 16 15:14:43 2023 +0000 101.3 @@ -19,10 +19,11 @@ 101.4 101.5 HOST_ARCH="i486 arm" 101.6 101.7 +# What is the latest version available today? 101.8 current_version() 101.9 { 101.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 101.11 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 101.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 101.13 } 101.14 101.15 # Rules to configure and make the package.
102.1 --- a/micropython/receipt Sun Jul 16 13:38:12 2023 +0000 102.2 +++ b/micropython/receipt Sun Jul 16 15:14:43 2023 +0000 102.3 @@ -13,10 +13,11 @@ 102.4 DEPENDS="readline libffi" 102.5 BUILD_DEPENDS="wget git readline-dev libffi-dev pkg-config" 102.6 102.7 +# What is the latest version available today? 102.8 current_version() 102.9 { 102.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 102.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 102.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 102.13 } 102.14 102.15 # Rules to configure and make the package.
103.1 --- a/midori/receipt Sun Jul 16 13:38:12 2023 +0000 103.2 +++ b/midori/receipt Sun Jul 16 15:14:43 2023 +0000 103.3 @@ -25,10 +25,11 @@ 103.4 librsvg-apps python vala" 103.5 esac 103.6 103.7 +# What is the latest version available today? 103.8 current_version() 103.9 { 103.10 wget -O - https://github.com/midori-browser/core/releases 2>/dev/null | \ 103.11 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 103.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 103.13 } 103.14 103.15 # Rules to configure and make the package.
104.1 --- a/minetest/receipt Sun Jul 16 13:38:12 2023 +0000 104.2 +++ b/minetest/receipt Sun Jul 16 15:14:43 2023 +0000 104.3 @@ -21,10 +21,11 @@ 104.4 libvorbis-dev luajit-dev mesa-dev openal-dev sqlite-dev \ 104.5 xorg-libXxf86vm-dev" 104.6 104.7 +# What is the latest version available today? 104.8 current_version() 104.9 { 104.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 104.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 104.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 104.13 } 104.14 104.15 # Rules to configure and make the package.
105.1 --- a/mlt-python-bindings/receipt Sun Jul 16 13:38:12 2023 +0000 105.2 +++ b/mlt-python-bindings/receipt Sun Jul 16 15:14:43 2023 +0000 105.3 @@ -15,10 +15,11 @@ 105.4 DEPENDS="python mlt" 105.5 BUILD_DEPENDS="swig python-dev mlt" 105.6 105.7 +# What is the latest version available today? 105.8 current_version() 105.9 { 105.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 105.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 105.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 105.13 } 105.14 105.15 # Rules to configure and make the package.
106.1 --- a/mlt/receipt Sun Jul 16 13:38:12 2023 +0000 106.2 +++ b/mlt/receipt Sun Jul 16 15:14:43 2023 +0000 106.3 @@ -18,10 +18,11 @@ 106.4 libdv-dev libsamplerate-dev libsdl2-image-dev libxml2-dev \ 106.5 mesa-dev pulseaudio-dev Qt4-dev sox-dev" 106.6 106.7 +# What is the latest version available today? 106.8 current_version() 106.9 { 106.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 106.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 106.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 106.13 } 106.14 106.15 # Rules to configure and make the package.
107.1 --- a/mlvpn/receipt Sun Jul 16 13:38:12 2023 +0000 107.2 +++ b/mlvpn/receipt Sun Jul 16 15:14:43 2023 +0000 107.3 @@ -14,10 +14,11 @@ 107.4 DEPENDS="libev libpcap libsodium" 107.5 BUILD_DEPENDS="autoconf automake libev-dev libpcap-dev libsodium-dev" 107.6 107.7 +# What is the latest version available today? 107.8 current_version() 107.9 { 107.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 107.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 107.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 107.13 } 107.14 107.15 # Rules to configure and make the package.
108.1 --- a/modsecurity-apache/receipt Sun Jul 16 13:38:12 2023 +0000 108.2 +++ b/modsecurity-apache/receipt Sun Jul 16 15:14:43 2023 +0000 108.3 @@ -21,7 +21,7 @@ 108.4 current_version() 108.5 { 108.6 wget -O - https://github.com/SpiderLabs/ModSecurity/releases 2>/dev/null | \ 108.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 108.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 108.9 } 108.10 108.11 # Rules to configure and make the package.
109.1 --- a/monitorix/receipt Sun Jul 16 13:38:12 2023 +0000 109.2 +++ b/monitorix/receipt Sun Jul 16 15:14:43 2023 +0000 109.3 @@ -20,7 +20,7 @@ 109.4 current_version() 109.5 { 109.6 wget -O - https://github.com/mikaku/Monitorix/releases 2>/dev/null | \ 109.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 109.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 109.9 } 109.10 109.11 # Rules to gen a SliTaz package suitable for Tazpkg.
110.1 --- a/moosefs/receipt Sun Jul 16 13:38:12 2023 +0000 110.2 +++ b/moosefs/receipt Sun Jul 16 15:14:43 2023 +0000 110.3 @@ -14,10 +14,11 @@ 110.4 DEPENDS="fuse python zlib" 110.5 BUILD_DEPENDS="fuse-dev pkg-config python zlib-dev" 110.6 110.7 +# What is the latest version available today? 110.8 current_version() 110.9 { 110.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 110.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 110.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 110.13 } 110.14 110.15 # Rules to configure and make the package.
111.1 --- a/mozo/receipt Sun Jul 16 13:38:12 2023 +0000 111.2 +++ b/mozo/receipt Sun Jul 16 15:14:43 2023 +0000 111.3 @@ -15,10 +15,11 @@ 111.4 BUILD_DEPENDS="wget gtk+-dev autoconf automake mate-common-dev \ 111.5 mate-desktop-dev mate-menus-dev pygobject-dev" 111.6 111.7 +# What is the latest version available today? 111.8 current_version() 111.9 { 111.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 111.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 111.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 111.13 } 111.14 111.15 # Rules to configure and make the package.
112.1 --- a/mozplugger/receipt Sun Jul 16 13:38:12 2023 +0000 112.2 +++ b/mozplugger/receipt Sun Jul 16 15:14:43 2023 +0000 112.3 @@ -17,7 +17,7 @@ 112.4 current_version() 112.5 { 112.6 wget -O - https://github.com/unix-junkie/mozplugger/releases 2>/dev/null | \ 112.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 112.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 112.9 } 112.10 112.11 # Rules to configure and make the package.
113.1 --- a/mpl123/receipt Sun Jul 16 13:38:12 2023 +0000 113.2 +++ b/mpl123/receipt Sun Jul 16 15:14:43 2023 +0000 113.3 @@ -14,10 +14,11 @@ 113.4 DEPENDS="dialog mpg123" 113.5 BUILD_DEPENDS="wget" 113.6 113.7 +# What is the latest version available today? 113.8 current_version() 113.9 { 113.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 113.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 113.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 113.13 } 113.14 113.15 # Rules to configure and make the package.
114.1 --- a/mps-youtube/receipt Sun Jul 16 13:38:12 2023 +0000 114.2 +++ b/mps-youtube/receipt Sun Jul 16 15:14:43 2023 +0000 114.3 @@ -14,10 +14,11 @@ 114.4 DEPENDS="mplayer py3k" 114.5 BUILD_DEPENDS="py3k python-setuptools" 114.6 114.7 +# What is the latest version available today? 114.8 current_version() 114.9 { 114.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 114.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 114.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 114.13 } 114.14 114.15 # Rules to configure and make the package.
115.1 --- a/mpv/receipt Sun Jul 16 13:38:12 2023 +0000 115.2 +++ b/mpv/receipt Sun Jul 16 15:14:43 2023 +0000 115.3 @@ -30,10 +30,11 @@ 115.4 xorg-libXinerama-dev xorg-libXrandr-dev xorg-libXrender-dev \ 115.5 xorg-libXv-dev xorg-libXxf86vm-dev yasm zlib-dev" 115.6 115.7 +# What is the latest version available today? 115.8 current_version() 115.9 { 115.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 115.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 115.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 115.13 } 115.14 115.15 # Rules to configure and make the package.
116.1 --- a/msgpack/receipt Sun Jul 16 13:38:12 2023 +0000 116.2 +++ b/msgpack/receipt Sun Jul 16 15:14:43 2023 +0000 116.3 @@ -13,10 +13,11 @@ 116.4 116.5 BUILD_DEPENDS="cmake zlib" 116.6 116.7 +# What is the latest version available today? 116.8 current_version() 116.9 { 116.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 116.11 - sed '/archive.*cpp.*tar/!d;s|.*/cpp-\(.*\).tar.*|\1|;q' 116.12 + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' 116.13 } 116.14 116.15 # Rules to configure and make the package.
117.1 --- a/mupen64plus/receipt Sun Jul 16 13:38:12 2023 +0000 117.2 +++ b/mupen64plus/receipt Sun Jul 16 15:14:43 2023 +0000 117.3 @@ -18,12 +18,14 @@ 117.4 libsamplerate-dev libsdl2-dev libsdl-ttf-dev mesa-dev nasm speex-dev 117.5 yasm zlib-dev" 117.6 117.7 +# What is the latest version available today? 117.8 current_version() 117.9 { 117.10 wget -O - ${WGET_URL%/down*} 2>/dev/null | \ 117.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 117.12 + sed '/tag\//!d;/nightly/d;s|.*tag/v*||;s|".*||;q' 117.13 } 117.14 117.15 +# Rules to configure and make the package. 117.16 compile_rules() 117.17 { 117.18 find $src -name Makefile | xargs sed -i 's|uname -m|echo i486|'
118.1 --- a/musique/receipt Sun Jul 16 13:38:12 2023 +0000 118.2 +++ b/musique/receipt Sun Jul 16 15:14:43 2023 +0000 118.3 @@ -19,7 +19,7 @@ 118.4 current_version() 118.5 { 118.6 wget -O - https://github.com/flaviotordini/musique/releases 2>/dev/null | \ 118.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 118.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 118.9 } 118.10 118.11 # Rules to configure and make the package.
119.1 --- a/mutagen/receipt Sun Jul 16 13:38:12 2023 +0000 119.2 +++ b/mutagen/receipt Sun Jul 16 15:14:43 2023 +0000 119.3 @@ -15,10 +15,11 @@ 119.4 DEPENDS="python" 119.5 BUILD_DEPENDS="cacerts python" 119.6 119.7 +# What is the latest version available today? 119.8 current_version() 119.9 { 119.10 wget -O - ${WGET_URL%/down*} 2>/dev/null | \ 119.11 - sed '/archive.*tar/!d;s|.*/release-\(.*\).tar.*|\1|;q' 119.12 + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' 119.13 } 119.14 119.15 # Rules to configure and make the package.
120.1 --- a/mxml/receipt Sun Jul 16 13:38:12 2023 +0000 120.2 +++ b/mxml/receipt Sun Jul 16 15:14:43 2023 +0000 120.3 @@ -14,10 +14,11 @@ 120.4 DEPENDS="" 120.5 BUILD_DEPENDS="" 120.6 120.7 +# What is the latest version available today? 120.8 current_version() 120.9 { 120.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 120.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 120.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 120.13 } 120.14 120.15 # Rules to configure and make the package.
121.1 --- a/n2n/receipt Sun Jul 16 13:38:12 2023 +0000 121.2 +++ b/n2n/receipt Sun Jul 16 15:14:43 2023 +0000 121.3 @@ -14,10 +14,11 @@ 121.4 DEPENDS="" 121.5 BUILD_DEPENDS="automake libcap-dev openssl-dev" 121.6 121.7 +# What is the latest version available today? 121.8 current_version() 121.9 { 121.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 121.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 121.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 121.13 } 121.14 121.15 # Rules to configure and make the package.
122.1 --- a/nagios-nrpe/receipt Sun Jul 16 13:38:12 2023 +0000 122.2 +++ b/nagios-nrpe/receipt Sun Jul 16 15:14:43 2023 +0000 122.3 @@ -16,10 +16,11 @@ 122.4 DEPENDS="libcrypto libssl nagios-plugins" 122.5 BUILD_DEPENDS="libcrypto-dev libwrap-dev openssl openssl-dev" 122.6 122.7 +# What is the latest version available today? 122.8 current_version() 122.9 { 122.10 wget -O - ${WGET_URL%/down*} 2>/dev/null | \ 122.11 - sed '/archive.*tar/!d;s|.*/nrpe-\(.*\).tar.*|\1|;q' 122.12 + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' 122.13 } 122.14 122.15 # Rules to configure and make the package.
123.1 --- a/nbwmon/receipt Sun Jul 16 13:38:12 2023 +0000 123.2 +++ b/nbwmon/receipt Sun Jul 16 15:14:43 2023 +0000 123.3 @@ -14,10 +14,11 @@ 123.4 DEPENDS="ncurses" 123.5 BUILD_DEPENDS="ncurses-dev" 123.6 123.7 +# What is the latest version available today? 123.8 current_version() 123.9 { 123.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 123.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 123.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 123.13 } 123.14 123.15 # Rules to configure and make the package.
124.1 --- a/nethogs/receipt Sun Jul 16 13:38:12 2023 +0000 124.2 +++ b/nethogs/receipt Sun Jul 16 15:14:43 2023 +0000 124.3 @@ -15,10 +15,11 @@ 124.4 DEPENDS="gcc-lib-base libpcap ncursesw" 124.5 BUILD_DEPENDS="libpcap libpcap-dev ncursesw-dev" 124.6 124.7 +# What is the latest version available today? 124.8 current_version() 124.9 { 124.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 124.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 124.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 124.13 } 124.14 124.15 # Rules to configure and make the package.
125.1 --- a/nilfs-utils/receipt Sun Jul 16 13:38:12 2023 +0000 125.2 +++ b/nilfs-utils/receipt Sun Jul 16 15:14:43 2023 +0000 125.3 @@ -15,10 +15,11 @@ 125.4 BUILD_DEPENDS="autoconf automake libtool util-linux-blkid-dev util-linux-mount-dev 125.5 util-linux-uuid-dev" 125.6 125.7 +# What is the latest version available today? 125.8 current_version() 125.9 { 125.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 125.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 125.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 125.13 } 125.14 125.15 # Rules to configure and make the package.
126.1 --- a/ninja/receipt Sun Jul 16 13:38:12 2023 +0000 126.2 +++ b/ninja/receipt Sun Jul 16 15:14:43 2023 +0000 126.3 @@ -14,10 +14,11 @@ 126.4 DEPENDS="gcc-lib-base" 126.5 BUILD_DEPENDS="python" 126.6 126.7 +# What is the latest version available today? 126.8 current_version() 126.9 { 126.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 126.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 126.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 126.13 } 126.14 126.15 # Rules to configure and make the package.
127.1 --- a/nitrogen/receipt Sun Jul 16 13:38:12 2023 +0000 127.2 +++ b/nitrogen/receipt Sun Jul 16 15:14:43 2023 +0000 127.3 @@ -16,10 +16,11 @@ 127.4 BUILD_DEPENDS="cairomm-dev glib-dev gtk+-dev gtkmm gtkmm-dev libpng-dev 127.5 pkg-config xorg-libXinerama-dev" 127.6 127.7 +# What is the latest version available today? 127.8 current_version() 127.9 { 127.10 wget -O - ${WGET_URL%/down*} 2>/dev/null | \ 127.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 127.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 127.13 } 127.14 127.15 # Rules to configure and make the package.
128.1 --- a/nms/receipt Sun Jul 16 13:38:12 2023 +0000 128.2 +++ b/nms/receipt Sun Jul 16 15:14:43 2023 +0000 128.3 @@ -17,10 +17,11 @@ 128.4 DEPENDS="ncurses" 128.5 BUILD_DEPENDS="ncurses-dev" 128.6 128.7 +# What is the latest version available today? 128.8 current_version() 128.9 { 128.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 128.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 128.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 128.13 } 128.14 128.15 # Rules to configure and make the package.
129.1 --- a/nnn/receipt Sun Jul 16 13:38:12 2023 +0000 129.2 +++ b/nnn/receipt Sun Jul 16 15:14:43 2023 +0000 129.3 @@ -14,10 +14,11 @@ 129.4 DEPENDS="libtinfo ncursesw readline" 129.5 BUILD_DEPENDS="gcc83 libtinfo ncursesw-dev readline-dev" 129.6 129.7 +# What is the latest version available today? 129.8 current_version() 129.9 { 129.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 129.11 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 129.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 129.13 } 129.14 129.15 # Rules to configure and make the package.
130.1 --- a/noto-mono/receipt Sun Jul 16 13:38:12 2023 +0000 130.2 +++ b/noto-mono/receipt Sun Jul 16 15:14:43 2023 +0000 130.3 @@ -17,7 +17,7 @@ 130.4 current_version() 130.5 { 130.6 wget -O - https://github.com/googlei18n/noto-fonts/releases 2>/dev/null | \ 130.7 - sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q' 130.8 + sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q' 130.9 } 130.10 130.11 # Rules to configure and make the package.
131.1 --- a/noto-sans/receipt Sun Jul 16 13:38:12 2023 +0000 131.2 +++ b/noto-sans/receipt Sun Jul 16 15:14:43 2023 +0000 131.3 @@ -20,7 +20,7 @@ 131.4 current_version() 131.5 { 131.6 wget -O - https://github.com/googlei18n/noto-fonts/releases 2>/dev/null | \ 131.7 - sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q' 131.8 + sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q' 131.9 } 131.10 131.11 # Rules to configure and make the package.
132.1 --- a/noto-serif/receipt Sun Jul 16 13:38:12 2023 +0000 132.2 +++ b/noto-serif/receipt Sun Jul 16 15:14:43 2023 +0000 132.3 @@ -20,7 +20,7 @@ 132.4 current_version() 132.5 { 132.6 wget -O - https://github.com/googlei18n/noto-fonts/releases 2>/dev/null | \ 132.7 - sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q' 132.8 + sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q' 132.9 } 132.10 132.11 # Rules to configure and make the package.
133.1 --- a/novnc/receipt Sun Jul 16 13:38:12 2023 +0000 133.2 +++ b/novnc/receipt Sun Jul 16 15:14:43 2023 +0000 133.3 @@ -18,10 +18,11 @@ 133.4 133.5 #HOST_ARCH="any" 133.6 133.7 +# What is the latest version available today? 133.8 current_version() 133.9 { 133.10 wget -O - https://github.com/novnc/noVNC/releases 2>/dev/null | \ 133.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 133.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 133.13 } 133.14 133.15 # Rules to configure and make the package.
134.1 --- a/ntfs-3g/receipt Sun Jul 16 13:38:12 2023 +0000 134.2 +++ b/ntfs-3g/receipt Sun Jul 16 15:14:43 2023 +0000 134.3 @@ -18,10 +18,11 @@ 134.4 134.5 CONFIG_FILES="/etc/filesystems" 134.6 134.7 +# What is the latest version available today? 134.8 current_version() 134.9 { 134.10 wget -O - https://github.com/tuxera/ntfs-3g/releases 2>/dev/null | \ 134.11 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 134.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 134.13 } 134.14 134.15 # Rules to configure and make the package.
135.1 --- a/ntl/receipt Sun Jul 16 13:38:12 2023 +0000 135.2 +++ b/ntl/receipt Sun Jul 16 15:14:43 2023 +0000 135.3 @@ -19,7 +19,7 @@ 135.4 current_version() 135.5 { 135.6 wget -O - https://github.com/libntl/ntl/releases 2>/dev/null | \ 135.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 135.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 135.9 } 135.10 135.11 # Rules to configure and make the package.
136.1 --- a/nut/receipt Sun Jul 16 13:38:12 2023 +0000 136.2 +++ b/nut/receipt Sun Jul 16 15:14:43 2023 +0000 136.3 @@ -22,7 +22,7 @@ 136.4 current_version() 136.5 { 136.6 wget -O - https://github.com/networkupstools/nut/releases 2>/dev/null | \ 136.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 136.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 136.9 } 136.10 136.11 # Rules to configure and make the package.
137.1 --- a/nwipe/receipt Sun Jul 16 13:38:12 2023 +0000 137.2 +++ b/nwipe/receipt Sun Jul 16 15:14:43 2023 +0000 137.3 @@ -13,10 +13,11 @@ 137.4 DEPENDS="ncurses parted util-linux-uuid dmidecode" 137.5 BUILD_DEPENDS="pkg-config libtool ncurses-dev parted-dev dmidecode" 137.6 137.7 +# What is the latest version available today? 137.8 current_version() 137.9 { 137.10 wget -O - $WEB_SITE/releases 2>/dev/null | \ 137.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 137.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 137.13 } 137.14 137.15 # Rules to configure and make the package.
138.1 --- a/obconf-qt/receipt Sun Jul 16 13:38:12 2023 +0000 138.2 +++ b/obconf-qt/receipt Sun Jul 16 15:14:43 2023 +0000 138.3 @@ -16,10 +16,11 @@ 138.4 BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake openbox-dev glib-dev \ 138.5 xorg-libXft-dev pango-dev" 138.6 138.7 +# What is the latest version available today? 138.8 current_version() 138.9 { 138.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 138.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 138.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 138.13 } 138.14 138.15 # Rules to configure and make the package.
139.1 --- a/ola/receipt Sun Jul 16 13:38:12 2023 +0000 139.2 +++ b/ola/receipt Sun Jul 16 15:14:43 2023 +0000 139.3 @@ -14,10 +14,11 @@ 139.4 BUILD_DEPENDS="libtool flex protobuf-dev util-linux-uuid-dev cppunit-dev \ 139.5 libmicrohttpd-dev libftdi-dev libusb-dev liblo-dev ncurses-dev" 139.6 139.7 +# What is the latest version available today? 139.8 current_version() 139.9 { 139.10 - wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 139.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 139.12 + wget -O - ${WGET_URL%/down*} 2>/dev/null | \ 139.13 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 139.14 } 139.15 139.16 # Rules to configure and make the package.
140.1 --- a/open-iscsi/receipt Sun Jul 16 13:38:12 2023 +0000 140.2 +++ b/open-iscsi/receipt Sun Jul 16 15:14:43 2023 +0000 140.3 @@ -17,7 +17,7 @@ 140.4 current_version() 140.5 { 140.6 wget -O - https://github.com/open-iscsi/open-iscsi/releases 2>/dev/null | \ 140.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 140.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 140.9 } 140.10 140.11 # Rules to configure and make the package.
141.1 --- a/open-vm-tools-kernel/receipt Sun Jul 16 13:38:12 2023 +0000 141.2 +++ b/open-vm-tools-kernel/receipt Sun Jul 16 15:14:43 2023 +0000 141.3 @@ -15,10 +15,11 @@ 141.4 DEPENDS="linux shutdown glib libffi libmspack open-vm-tools procps" 141.5 BUILD_DEPENDS="wget cacerts linux autoconf automake libtool linux-source linux-module-headers procps glib-dev libffi-dev libdnet-dev libmspack-dev slitaz-toolchain" 141.6 141.7 +# What is the latest version available today? 141.8 current_version() 141.9 { 141.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 141.11 - sed '/release.*tar.gz/!d;s|.*/open-vm-tools-\(.*\).tar.*|\1|;q' 141.12 + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' 141.13 } 141.14 141.15
142.1 --- a/open-vm-tools/receipt Sun Jul 16 13:38:12 2023 +0000 142.2 +++ b/open-vm-tools/receipt Sun Jul 16 15:14:43 2023 +0000 142.3 @@ -16,10 +16,11 @@ 142.4 BUILD_DEPENDS="wget cacerts autoconf automake libtool linux-source procps \ 142.5 glib-dev libffi-dev libdnet-dev libmspack-dev openssl-dev" 142.6 142.7 +# What is the latest version available today? 142.8 current_version() 142.9 { 142.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 142.11 - sed '/release.*tar.gz/!d;s|.*/open-vm-tools-\(.*\).tar.*|\1|;q' 142.12 + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' 142.13 } 142.14 142.15
143.1 --- a/opencc/receipt Sun Jul 16 13:38:12 2023 +0000 143.2 +++ b/opencc/receipt Sun Jul 16 15:14:43 2023 +0000 143.3 @@ -14,10 +14,11 @@ 143.4 DEPENDS="gcc83-lib-base" 143.5 BUILD_DEPENDS="cmake gcc83 gettext" 143.6 143.7 +# What is the latest version available today? 143.8 current_version() 143.9 { 143.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 143.11 - sed '/archive.*tar/!d;s|.*/ver.\(.*\).tar.*|\1|;q' 143.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 143.13 } 143.14 143.15 # Rules to configure and make the package.
144.1 --- a/opencv/receipt Sun Jul 16 13:38:12 2023 +0000 144.2 +++ b/opencv/receipt Sun Jul 16 15:14:43 2023 +0000 144.3 @@ -15,10 +15,11 @@ 144.4 BUILD_DEPENDS="cmake ffmpeg-dev gcc83 gtk+-dev jpeg-dev libgnutls 144.5 libpng-dev tiff-dev" 144.6 144.7 +# What is the latest version available today? 144.8 current_version() 144.9 { 144.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 144.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 144.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 144.13 } 144.14 144.15 # Rules to configure and make the package.
145.1 --- a/openexr/receipt Sun Jul 16 13:38:12 2023 +0000 145.2 +++ b/openexr/receipt Sun Jul 16 15:14:43 2023 +0000 145.3 @@ -14,10 +14,11 @@ 145.4 DEPENDS="gcc83-lib-base ilmbase zlib" 145.5 BUILD_DEPENDS="cmake gcc83 ilmbase-dev zlib-dev" 145.6 145.7 +# What is the latest version available today? 145.8 current_version() 145.9 { 145.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 145.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 145.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 145.13 } 145.14 145.15 # Rules to configure and make the package.
146.1 --- a/openjpeg/receipt Sun Jul 16 13:38:12 2023 +0000 146.2 +++ b/openjpeg/receipt Sun Jul 16 15:14:43 2023 +0000 146.3 @@ -20,7 +20,7 @@ 146.4 current_version() 146.5 { 146.6 wget -O - https://github.com/uclouvain/openjpeg/releases 2>/dev/null | \ 146.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 146.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 146.9 } 146.10 146.11 # Rules to configure and make the package.
147.1 --- a/openjpeg2/receipt Sun Jul 16 13:38:12 2023 +0000 147.2 +++ b/openjpeg2/receipt Sun Jul 16 15:14:43 2023 +0000 147.3 @@ -16,10 +16,11 @@ 147.4 DEPENDS="glibc-base tiff zlib" 147.5 BUILD_DEPENDS="cmake tiff-dev" 147.6 147.7 +# What is the latest version available today? 147.8 current_version() 147.9 { 147.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 147.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 147.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 147.13 } 147.14 147.15 # Rules to configure and make the package.
148.1 --- a/openspades/receipt Sun Jul 16 13:38:12 2023 +0000 148.2 +++ b/openspades/receipt Sun Jul 16 15:14:43 2023 +0000 148.3 @@ -22,7 +22,7 @@ 148.4 current_version() 148.5 { 148.6 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 148.7 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 148.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 148.9 } 148.10 148.11 # Rules to configure and make the package.
149.1 --- a/openvas-scanner/receipt Sun Jul 16 13:38:12 2023 +0000 149.2 +++ b/openvas-scanner/receipt Sun Jul 16 15:14:43 2023 +0000 149.3 @@ -19,7 +19,7 @@ 149.4 current_version() 149.5 { 149.6 wget -O - https://github.com/greenbone/openvas-scanner/releases 2>/dev/null | \ 149.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 149.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 149.9 } 149.10 149.11 # Rules to configure and make the package.
150.1 --- a/osm2pgrouting/receipt Sun Jul 16 13:38:12 2023 +0000 150.2 +++ b/osm2pgrouting/receipt Sun Jul 16 15:14:43 2023 +0000 150.3 @@ -15,10 +15,11 @@ 150.4 BUILD_DEPENDS="cmake expat-dev gcc49 libboost-program-options-dev 150.5 libpqxx pgrouting postgis postgresql-dev" 150.6 150.7 +# What is the latest version available today? 150.8 current_version() 150.9 { 150.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 150.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 150.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 150.13 } 150.14 150.15 # Rules to configure and make the package.
151.1 --- a/outguess/receipt Sun Jul 16 13:38:12 2023 +0000 151.2 +++ b/outguess/receipt Sun Jul 16 15:14:43 2023 +0000 151.3 @@ -14,10 +14,11 @@ 151.4 151.5 BUILD_DEPENDS="automake jpeg-dev" 151.6 151.7 +# What is the latest version available today? 151.8 current_version() 151.9 { 151.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 151.11 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 151.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 151.13 } 151.14 151.15 # Rules to configure and make the package.
152.1 --- a/ovz-web-panel/receipt Sun Jul 16 13:38:12 2023 +0000 152.2 +++ b/ovz-web-panel/receipt Sun Jul 16 15:14:43 2023 +0000 152.3 @@ -16,7 +16,7 @@ 152.4 current_version() 152.5 { 152.6 wget -O - https://github.com/Bickets/ovz-web-panel/tags 2>/dev/null | \ 152.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 152.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 152.9 } 152.10 152.11 # Rules to configure and make the package.
153.1 --- a/owfs/receipt Sun Jul 16 13:38:12 2023 +0000 153.2 +++ b/owfs/receipt Sun Jul 16 15:14:43 2023 +0000 153.3 @@ -14,10 +14,11 @@ 153.4 DEPENDS="fuse libusb" 153.5 BUILD_DEPENDS="fuse-dev libtool libusb libusb-dev libusb-compat" 153.6 153.7 +# What is the latest version available today? 153.8 current_version() 153.9 { 153.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 153.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 153.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 153.13 } 153.14 153.15 # Rules to configure and make the package.
154.1 --- a/owncloud-client/receipt Sun Jul 16 13:38:12 2023 +0000 154.2 +++ b/owncloud-client/receipt Sun Jul 16 15:14:43 2023 +0000 154.3 @@ -18,7 +18,7 @@ 154.4 current_version() 154.5 { 154.6 wget -O - https://github.com/owncloud/client/releases 2>/dev/null | \ 154.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 154.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 154.9 } 154.10 154.11 # Rules to configure and make the package.