wok rev 25597
Update some current_version
line diff
1.1 --- a/0install/receipt Thu Jul 13 14:38:07 2023 +0000 1.2 +++ b/0install/receipt Sun Jul 16 11:24:03 2023 +0000 1.3 @@ -14,10 +14,11 @@ 1.4 DEPENDS="pygtk xdg-utils" 1.5 BUILD_DEPENDS="python pygobject" 1.6 1.7 +# What is the latest version available today? 1.8 current_version() 1.9 { 1.10 wget -O - https://github.com/0install/0install/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/GreenMahjong/receipt Thu Jul 13 14:38:07 2023 +0000 2.2 +++ b/GreenMahjong/receipt Sun Jul 16 11:24:03 2023 +0000 2.3 @@ -11,10 +11,11 @@ 2.4 WGET_URL="$WEB_SITE/archive/v$VERSION.zip" 2.5 HOST_ARCH="any" 2.6 2.7 +# What is the latest version available today? 2.8 current_version() 2.9 { 2.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 2.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 2.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 2.13 } 2.14 2.15 # Rules to gen a SliTaz package suitable for Tazpkg.
3.1 --- a/advancecomp/receipt Thu Jul 13 14:38:07 2023 +0000 3.2 +++ b/advancecomp/receipt Sun Jul 16 11:24:03 2023 +0000 3.3 @@ -14,10 +14,11 @@ 3.4 DEPENDS="gcc-lib-base zlib" 3.5 BUILD_DEPENDS="automake zlib-dev" 3.6 3.7 +# What is the latest version available today? 3.8 current_version() 3.9 { 3.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 3.11 - sed '/archive.*tar/!d;s|.*/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/airgeddon/receipt Thu Jul 13 14:38:07 2023 +0000 4.2 +++ b/airgeddon/receipt Sun Jul 16 11:24:03 2023 +0000 4.3 @@ -17,7 +17,7 @@ 4.4 current_version() 4.5 { 4.6 wget -O - $WEB_SITE/releases 2>/dev/null | \ 4.7 - sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q' 4.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 4.9 } 4.10 4.11 # Rules to gen a SliTaz package suitable for Tazpkg.
5.1 --- a/alsaequal/receipt Thu Jul 13 14:38:07 2023 +0000 5.2 +++ b/alsaequal/receipt Sun Jul 16 11:24:03 2023 +0000 5.3 @@ -19,7 +19,7 @@ 5.4 current_version() 5.5 { 5.6 wget -O - https://github.com/bassdr/alsaequal/releases 2> /dev/null | \ 5.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 5.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 5.9 } 5.10 5.11 # Rules to configure and make the package.
6.1 --- a/androguard/receipt Thu Jul 13 14:38:07 2023 +0000 6.2 +++ b/androguard/receipt Sun Jul 16 11:24:03 2023 +0000 6.3 @@ -18,7 +18,7 @@ 6.4 current_version() 6.5 { 6.6 wget -O - $WEB_SITE/releases 2>/dev/null | \ 6.7 - sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q' 6.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 6.9 } 6.10 6.11 # Rules to configure and make the package.
7.1 --- a/antimicro/receipt Thu Jul 13 14:38:07 2023 +0000 7.2 +++ b/antimicro/receipt Sun Jul 16 11:24:03 2023 +0000 7.3 @@ -15,10 +15,11 @@ 7.4 xorg-libXdmcp xorg-libXext xorg-libXi xorg-libXtst" 7.5 BUILD_DEPENDS="cmake libsdl2-dev qmake Qt4-dev xorg-libX11-dev xorg-libXtst-dev" 7.6 7.7 +# What is the latest version available today? 7.8 current_version() 7.9 { 7.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 7.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 7.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 7.13 } 7.14 7.15 # Rules to configure and make the package.
8.1 --- a/apache-mod-wsgi/receipt Thu Jul 13 14:38:07 2023 +0000 8.2 +++ b/apache-mod-wsgi/receipt Sun Jul 16 11:24:03 2023 +0000 8.3 @@ -15,10 +15,11 @@ 8.4 DEPENDS="apache python" 8.5 BUILD_DEPENDS="acl acl-dev apache apache-dev apr-dev apr-util-dev python-dev sed" 8.6 8.7 +# What is the latest version available today? 8.8 current_version() 8.9 { 8.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 8.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 8.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 8.13 } 8.14 8.15 # Rules to configure and make the package.
9.1 --- a/apachetop/receipt Thu Jul 13 14:38:07 2023 +0000 9.2 +++ b/apachetop/receipt Sun Jul 16 11:24:03 2023 +0000 9.3 @@ -17,7 +17,7 @@ 9.4 current_version() 9.5 { 9.6 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 9.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 9.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 9.9 } 9.10 9.11 # Rules to configure and make the package.
10.1 --- a/apngasm/receipt Thu Jul 13 14:38:07 2023 +0000 10.2 +++ b/apngasm/receipt Sun Jul 16 11:24:03 2023 +0000 10.3 @@ -16,10 +16,11 @@ 10.4 BUILD_DEPENDS="cmake libboost-filesystem-dev libboost-program-options-dev 10.5 libboost-regex-dev libboost-system-dev libpng-dev zlib-dev" 10.6 10.7 +# What is the latest version available today? 10.8 current_version() 10.9 { 10.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 10.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 10.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 10.13 } 10.14 10.15 # Rules to configure and make the package.
11.1 --- a/apulse/receipt Thu Jul 13 14:38:07 2023 +0000 11.2 +++ b/apulse/receipt Sun Jul 16 11:24:03 2023 +0000 11.3 @@ -14,10 +14,11 @@ 11.4 DEPENDS="alsa-lib glib pcre" 11.5 BUILD_DEPENDS="alsa-lib-dev cmake glib-dev" 11.6 11.7 +# What is the latest version available today? 11.8 current_version() 11.9 { 11.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 11.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 11.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 11.13 } 11.14 11.15 # Rules to configure and make the package.
12.1 --- a/aqualung/receipt Thu Jul 13 14:38:07 2023 +0000 12.2 +++ b/aqualung/receipt Sun Jul 16 11:24:03 2023 +0000 12.3 @@ -22,7 +22,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/ardour/receipt Thu Jul 13 14:38:07 2023 +0000 13.2 +++ b/ardour/receipt Sun Jul 16 11:24:03 2023 +0000 13.3 @@ -24,10 +24,11 @@ 13.4 raptor-dev rubberband-dev serd-dev sord-dev soundtouch-dev sratom 13.5 taglib-dev vamp-sdk-dev" 13.6 13.7 +# What is the latest version available today? 13.8 current_version() 13.9 { 13.10 - wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ 13.11 - sed '/archive.*tar/!d;/-pre/d;s|.*/\(.*\).tar.*|\1|;q' 13.12 + wget -O - https://github.com/Ardour/ardour/tags 2>/dev/null | \ 13.13 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 13.14 } 13.15 13.16 # Rules to configure and make the package.
14.1 --- a/ari-py/receipt Thu Jul 13 14:38:07 2023 +0000 14.2 +++ b/ari-py/receipt Sun Jul 16 11:24:03 2023 +0000 14.3 @@ -14,10 +14,11 @@ 14.4 SUGGESTED="asterisk" 14.5 BUILD_DEPENDS="python python-setuptools" 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|.*/\(.*\).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/aria2/receipt Thu Jul 13 14:38:07 2023 +0000 15.2 +++ b/aria2/receipt Sun Jul 16 11:24:03 2023 +0000 15.3 @@ -15,10 +15,11 @@ 15.4 BUILD_DEPENDS="gcc83 gettext gmp-dev gnutls-dev libgnutls libxml2-dev \ 15.5 nettle-dev pkg-config zlib-dev" 15.6 15.7 +# What is the latest version available today? 15.8 current_version() 15.9 { 15.10 wget -O - ${WGET_URL%/down*} 2>/dev/null | \ 15.11 - sed '/archive.*tar/!d;s|.*/release-\(.*\).tar.*|\1|;q' 15.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 15.13 } 15.14 15.15 # Rules to configure and make the package.
16.1 --- a/arora/receipt Thu Jul 13 14:38:07 2023 +0000 16.2 +++ b/arora/receipt Sun Jul 16 11:24:03 2023 +0000 16.3 @@ -14,10 +14,11 @@ 16.4 BUILD_DEPENDS="Qt4-dev qmake libsqlite" 16.5 DEPENDS="libQtGui libQtWebkit libQtDBus libQtXml libQtScript" 16.6 16.7 +# What is the latest version available today? 16.8 current_version() 16.9 { 16.10 - wget -O - ${WGET_URL%/files*}/tags 2>/dev/null | \ 16.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 16.12 + wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ 16.13 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 16.14 } 16.15 16.16 # Rules to configure and make the package.
17.1 --- a/ascii-patrol/receipt Thu Jul 13 14:38:07 2023 +0000 17.2 +++ b/ascii-patrol/receipt Sun Jul 16 11:24:03 2023 +0000 17.3 @@ -13,10 +13,11 @@ 17.4 DEPENDS="curl xorg-libX11 pulseaudio xorg-libXi" 17.5 BUILD_DEPENDS="xorg-libX11-dev pulseaudio-dev xorg-libXi-dev" 17.6 17.7 +# What is the latest version available today? 17.8 current_version() 17.9 { 17.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 17.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 17.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 17.13 } 17.14 17.15 # Rules to configure and make the package.
18.1 --- a/assaultcube-data/receipt Thu Jul 13 14:38:07 2023 +0000 18.2 +++ b/assaultcube-data/receipt Sun Jul 16 11:24:03 2023 +0000 18.3 @@ -16,7 +16,7 @@ 18.4 current_version() 18.5 { 18.6 wget -O - https://github.com/assaultcube/AC/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 gen a SliTaz package suitable for Tazpkg.
19.1 --- a/assaultcube/receipt Thu Jul 13 14:38:07 2023 +0000 19.2 +++ b/assaultcube/receipt Sun Jul 16 11:24:03 2023 +0000 19.3 @@ -20,7 +20,7 @@ 19.4 current_version() 19.5 { 19.6 wget -O - https://github.com/assaultcube/AC/releases 2>/dev/null | \ 19.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 19.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 19.9 } 19.10 19.11 # Rules to configure and make the package.
20.1 --- a/atril/receipt Thu Jul 13 14:38:07 2023 +0000 20.2 +++ b/atril/receipt Sun Jul 16 11:24:03 2023 +0000 20.3 @@ -19,10 +19,11 @@ 20.4 libsecret-dev caja-dev poppler-dev util-linux-uuid-dev lcms-dev \ 20.5 libgcrypt-dev djvulibre-dev" 20.6 20.7 +# What is the latest version available today? 20.8 current_version() 20.9 { 20.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 20.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 20.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 20.13 } 20.14 20.15 # Rules to configure and make the package.
21.1 --- a/awesome/receipt Thu Jul 13 14:38:07 2023 +0000 21.2 +++ b/awesome/receipt Sun Jul 16 11:24:03 2023 +0000 21.3 @@ -22,10 +22,11 @@ 21.4 xcb-util-image-dev xcb-util-keysyms-dev xcb-util-renderutil-dev 21.5 xcb-util-wm-dev xcb-util-xrm-dev xorg-libX11-dev" 21.6 21.7 +# What is the latest version available today? 21.8 current_version() 21.9 { 21.10 wget -O - ${WGET_URL%/down*} 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/axel/receipt Thu Jul 13 14:38:07 2023 +0000 22.2 +++ b/axel/receipt Sun Jul 16 11:24:03 2023 +0000 22.3 @@ -17,10 +17,11 @@ 22.4 22.5 CONFIG_FILES="/etc/axelrc" 22.6 22.7 +# What is the latest version available today? 22.8 current_version() 22.9 { 22.10 wget -O - ${WGET_URL%/down*} 2>/dev/null | \ 22.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).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/azdrawing/receipt Thu Jul 13 14:38:07 2023 +0000 23.2 +++ b/azdrawing/receipt Sun Jul 16 11:24:03 2023 +0000 23.3 @@ -18,7 +18,7 @@ 23.4 current_version() 23.5 { 23.6 wget -O - https://github.com/andeon/azdrawing/releases 2>/dev/null | \ 23.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 23.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 23.9 } 23.10 23.11 # Rules to configure and make the package.
24.1 --- a/azpainter1/receipt Thu Jul 13 14:38:07 2023 +0000 24.2 +++ b/azpainter1/receipt Sun Jul 16 11:24:03 2023 +0000 24.3 @@ -18,8 +18,8 @@ 24.4 # What is the latest version available today? 24.5 current_version() 24.6 { 24.7 - wget -O - https://github.com/Symbian9/azpainter/releases 2>/dev/null | \ 24.8 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 24.9 + wget -O - https://github.com/probonopd/azpainter/tags 2>/dev/null | \ 24.10 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 24.11 } 24.12 24.13 # Rules to configure and make the package.
25.1 --- a/backintime/receipt Thu Jul 13 14:38:07 2023 +0000 25.2 +++ b/backintime/receipt Sun Jul 16 11:24:03 2023 +0000 25.3 @@ -16,10 +16,11 @@ 25.4 DEPENDS="py3k py3k-dbus rsync" 25.5 BUILD_DEPENDS="$DEPENDS meld" # python-glade2 python-gnome2 25.6 25.7 +# What is the latest version available today? 25.8 current_version() 25.9 { 25.10 wget -O - $WEB_SITE/releases 2>/dev/null | \ 25.11 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 25.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 25.13 } 25.14 25.15 # Rules to configure and make the package.
26.1 --- a/bastet/receipt Thu Jul 13 14:38:07 2023 +0000 26.2 +++ b/bastet/receipt Sun Jul 16 11:24:03 2023 +0000 26.3 @@ -18,10 +18,11 @@ 26.4 26.5 GENERIC_MENUS="no" 26.6 26.7 +# What is the latest version available today? 26.8 current_version() 26.9 { 26.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 26.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 26.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 26.13 } 26.14 26.15 # Rules to configure and make the package.
27.1 --- a/bchunk/receipt Thu Jul 13 14:38:07 2023 +0000 27.2 +++ b/bchunk/receipt Sun Jul 16 11:24:03 2023 +0000 27.3 @@ -12,10 +12,11 @@ 27.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 27.5 WGET_URL="$WEB_SITE/archive/refs/tags/release/$VERSION.tar.gz" 27.6 27.7 +# What is the latest version available today? 27.8 current_version() 27.9 { 27.10 - wget -O - ${WGET_URL%/bchunk*}/tags 2>/dev/null | \ 27.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 27.12 + wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ 27.13 + sed '/tag\//!d;s|.*release/v*||;s|[<"].*||;q' 27.14 } 27.15 27.16 # Rules to configure and make the package.
28.1 --- a/bicon/receipt Thu Jul 13 14:38:07 2023 +0000 28.2 +++ b/bicon/receipt Sun Jul 16 11:24:03 2023 +0000 28.3 @@ -13,10 +13,11 @@ 28.4 DEPENDS="kbd fribidi xorg-setxkbmap xorg-xkbcomp" 28.5 BUILD_DEPENDS="autoconf automake libtool fribidi-dev kbd file" 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|.*/\(.*\).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/blackbox/receipt Thu Jul 13 14:38:07 2023 +0000 29.2 +++ b/blackbox/receipt Sun Jul 16 11:24:03 2023 +0000 29.3 @@ -18,10 +18,11 @@ 29.4 BUILD_DEPENDS="autoconf automake gcc83 libtool libxml2-dev xorg-libXft-dev 29.5 xorg-libXt-dev xorg-xextproto" 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/blogotext/receipt Thu Jul 13 14:38:07 2023 +0000 30.2 +++ b/blogotext/receipt Sun Jul 16 11:24:03 2023 +0000 30.3 @@ -13,10 +13,11 @@ 30.4 DEPENDS="php-gd" 30.5 BUILD_DEPENDS="" 30.6 30.7 +# What is the latest version available today? 30.8 current_version() 30.9 { 30.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 30.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 30.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 30.13 } 30.14 30.15 # Rules to gen a SliTaz package suitable for Tazpkg.
31.1 --- a/blueman/receipt Thu Jul 13 14:38:07 2023 +0000 31.2 +++ b/blueman/receipt Sun Jul 16 11:24:03 2023 +0000 31.3 @@ -21,10 +21,11 @@ 31.4 startup-notification-dev util-linux-uuid-dev 31.5 xcb-util-dev" 31.6 31.7 +# What is the latest version available today? 31.8 current_version() 31.9 { 31.10 wget -O - ${WGET_URL%/down*} 2>/dev/null | \ 31.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 31.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 31.13 } 31.14 31.15 # Rules to configure and make the package.
32.1 --- a/bmon/receipt Thu Jul 13 14:38:07 2023 +0000 32.2 +++ b/bmon/receipt Sun Jul 16 11:24:03 2023 +0000 32.3 @@ -14,10 +14,11 @@ 32.4 DEPENDS="libnl ncursesw" 32.5 BUILD_DEPENDS="wget autoconf automake libconfuse glib libnl-dev ncursesw-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/bmpanel2/receipt Thu Jul 13 14:38:07 2023 +0000 33.2 +++ b/bmpanel2/receipt Sun Jul 16 11:24:03 2023 +0000 33.3 @@ -14,10 +14,11 @@ 33.4 DEPENDS="pango cairo xorg-libX11 xorg-libXrender" 33.5 BUILD_DEPENDS="cmake python-dev xorg-libXext-dev cairo-dev pango-dev" 33.6 33.7 +# What is the latest version available today? 33.8 current_version() 33.9 { 33.10 - wget -O - ${WGET_URL%/file*}/tags 2>/dev/null | \ 33.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 33.12 + wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ 33.13 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 33.14 } 33.15 33.16 # Rules to configure and make the package.
34.1 --- a/boinc/receipt Thu Jul 13 14:38:07 2023 +0000 34.2 +++ b/boinc/receipt Sun Jul 16 11:24:03 2023 +0000 34.3 @@ -16,10 +16,11 @@ 34.4 BUILD_DEPENDS="autoconf automake curl-dev file libidn-dev 34.5 libnotify-dev libtool openssl-dev sqlite-dev wxWidgets-dev" 34.6 34.7 +# What is the latest version available today? 34.8 current_version() 34.9 { 34.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 34.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 34.12 + sed '/tag\//!d;s|.*elease ||;s|[<"].*||;q' 34.13 } 34.14 34.15 # Rules to configure and make the package.
35.1 --- a/boxbackup-server/receipt Thu Jul 13 14:38:07 2023 +0000 35.2 +++ b/boxbackup-server/receipt Sun Jul 16 11:24:03 2023 +0000 35.3 @@ -23,10 +23,11 @@ 35.4 CA_DIR="${CONF_DIR}/ca" 35.5 BBUSER="bbstored" 35.6 35.7 +# What is the latest version available today? 35.8 current_version() 35.9 { 35.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 35.11 - sed '/archive.*tar/!d;s|.*/BoxBackup-\(.*\).master.*|\1|;q' 35.12 + sed '/tag\//!d;s|.*BoxBackup-||;s|[<"].*||;q' 35.13 } 35.14 35.15 # Rules to configure and make the package.
36.1 --- a/brotli/receipt Thu Jul 13 14:38:07 2023 +0000 36.2 +++ b/brotli/receipt Sun Jul 16 11:24:03 2023 +0000 36.3 @@ -14,10 +14,11 @@ 36.4 DEPENDS="gcc-lib-base" 36.5 BUILD_DEPENDS="python-dev python-setuptools cmake" 36.6 36.7 +# What is the latest version available today? 36.8 current_version() 36.9 { 36.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 36.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 36.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 36.13 } 36.14 36.15 # Rules to configure and make the package.
37.1 --- a/bullet/receipt Thu Jul 13 14:38:07 2023 +0000 37.2 +++ b/bullet/receipt Sun Jul 16 11:24:03 2023 +0000 37.3 @@ -14,10 +14,11 @@ 37.4 DEPENDS="freeglut gcc83-lib-base mesa" 37.5 BUILD_DEPENDS="cmake freeglut-dev gcc83 mesa-dev" 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|.*/\(.*\).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/burp/receipt Thu Jul 13 14:38:07 2023 +0000 38.2 +++ b/burp/receipt Sun Jul 16 11:24:03 2023 +0000 38.3 @@ -18,7 +18,7 @@ 38.4 current_version() 38.5 { 38.6 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 38.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 38.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 38.9 } 38.10 38.11 # Rules to configure and make the package.
39.1 --- a/bwm-ng/receipt Thu Jul 13 14:38:07 2023 +0000 39.2 +++ b/bwm-ng/receipt Sun Jul 16 11:24:03 2023 +0000 39.3 @@ -14,10 +14,11 @@ 39.4 DEPENDS="libtinfo" 39.5 BUILD_DEPENDS="autoconf automake ncurses-dev" 39.6 39.7 +# What is the latest version available today? 39.8 current_version() 39.9 { 39.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 39.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 39.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 39.13 } 39.14 39.15 # Rules to configure and make the package.
40.1 --- a/bzip3/receipt Thu Jul 13 14:38:07 2023 +0000 40.2 +++ b/bzip3/receipt Sun Jul 16 11:24:03 2023 +0000 40.3 @@ -16,7 +16,7 @@ 40.4 current_version() 40.5 { 40.6 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 40.7 - sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 40.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 40.9 } 40.10 40.11 # Rules to configure and make the package.
41.1 --- a/lz4/receipt Thu Jul 13 14:38:07 2023 +0000 41.2 +++ b/lz4/receipt Sun Jul 16 11:24:03 2023 +0000 41.3 @@ -13,10 +13,11 @@ 41.4 41.5 BUILD_DEPENDS="wget" 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|.*/v\(.*\).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/lzsa/receipt Thu Jul 13 14:38:07 2023 +0000 42.2 +++ b/lzsa/receipt Sun Jul 16 11:24:03 2023 +0000 42.3 @@ -11,10 +11,11 @@ 42.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 42.5 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 42.6 42.7 +# What is the latest version available today? 42.8 current_version() 42.9 { 42.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 42.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 42.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 42.13 } 42.14 42.15 # Rules to configure and make the package.
43.1 --- a/memtest64/receipt Thu Jul 13 14:38:07 2023 +0000 43.2 +++ b/memtest64/receipt Sun Jul 16 11:24:03 2023 +0000 43.3 @@ -72,6 +72,7 @@ 43.4 # Rules to gen a SliTaz package suitable for Tazpkg. 43.5 genpkg_rules() 43.6 { 43.7 + mkdir $fs/boot 43.8 cp $src/memtest64.bin.lzma $fs/boot/memtest64.exe 43.9 } 43.10
44.1 --- a/zstd/receipt Thu Jul 13 14:38:07 2023 +0000 44.2 +++ b/zstd/receipt Sun Jul 16 11:24:03 2023 +0000 44.3 @@ -15,10 +15,11 @@ 44.4 DEPENDS="liblzma lz4-lib" 44.5 BUILD_DEPENDS="grep liblzma-dev lz4-dev" 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|.*/v\(.*\).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.