wok rev 25598

Update some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 16 12:03:07 2023 +0000 (9 months ago)
parents 343c093ad221
children 20ad21d5532c
files cairo-dock-plugins/receipt caja/receipt caprice32/receipt cbatticon/receipt cc65/receipt cellwriter/receipt centerim/receipt check/receipt chromaprint/receipt clamtk/receipt clex/receipt clipit/receipt cmix/receipt cmus/receipt codec2/receipt codiad/receipt compiz-bcop/receipt compiz-ccsm/receipt compiz-compizconfig-python/receipt compiz-core/receipt compiz-libcompizconfig/receipt compiz-plugins-extra/receipt compiz-plugins-main/receipt compiz-plugins-unsupported/receipt compton-conf/receipt compton/receipt consolekit2/receipt coova-chilli/receipt copyq/receipt coturn/receipt cpige/receipt ctypes.sh/receipt cups-pam/receipt cups/receipt cyrus-imapd/receipt cyrus-sasl-pam/receipt cyrus-sasl/receipt darkstat/receipt dasm/receipt dcfldd/receipt ddclient/receipt deutex-devel/receipt dfc/receipt distcc/receipt dkms/receipt docbook-xsl/receipt dog/receipt dooble/receipt dosfstools/receipt double-conversion/receipt dstat/receipt duperemove/receipt duviz/receipt
line diff
     1.1 --- a/cairo-dock-plugins/receipt	Sun Jul 16 11:24:03 2023 +0000
     1.2 +++ b/cairo-dock-plugins/receipt	Sun Jul 16 12:03:07 2023 +0000
     1.3 @@ -16,10 +16,11 @@
     1.4  	dbus-dev dbus-glib-dev gtk+3-dev gtkglext-dev librsvg-dev 
     1.5  	libxml2-dev mesa-dev wayland-dev"
     1.6  
     1.7 +# What is the latest version available today?
     1.8  current_version()
     1.9  {
    1.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
    1.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).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/caja/receipt	Sun Jul 16 11:24:03 2023 +0000
     2.2 +++ b/caja/receipt	Sun Jul 16 12:03:07 2023 +0000
     2.3 @@ -18,10 +18,11 @@
     2.4  
     2.5  TAGS="MATE file-manager"
     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 configure and make the package.
     3.1 --- a/caprice32/receipt	Sun Jul 16 11:24:03 2023 +0000
     3.2 +++ b/caprice32/receipt	Sun Jul 16 12:03:07 2023 +0000
     3.3 @@ -18,7 +18,7 @@
     3.4  current_version()
     3.5  {
     3.6  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
     3.7 -	sed '/latest/d;/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
     3.8 +	sed '/tag\//!d;/latest/d;s|.*tag/v*||;s|".*||;q'
     3.9  }
    3.10  
    3.11  # Rules to configure and make the package.
     4.1 --- a/cbatticon/receipt	Sun Jul 16 11:24:03 2023 +0000
     4.2 +++ b/cbatticon/receipt	Sun Jul 16 12:03:07 2023 +0000
     4.3 @@ -14,10 +14,11 @@
     4.4  DEPENDS="glib gtk+ libnotify"
     4.5  BUILD_DEPENDS="glib-dev gtk+-dev libnotify-dev"
     4.6  
     4.7 +# What is the latest version available today?
     4.8  current_version()
     4.9  {
    4.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    4.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).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/cc65/receipt	Sun Jul 16 11:24:03 2023 +0000
     5.2 +++ b/cc65/receipt	Sun Jul 16 12:03:07 2023 +0000
     5.3 @@ -14,10 +14,11 @@
     5.4  DEPENDS=""
     5.5  BUILD_DEPENDS=""
     5.6  
     5.7 +# What is the latest version available today?
     5.8  current_version()
     5.9  {
    5.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    5.11 -	sed '/archive.*tar/!d;s|.*/V\(.*\).tar.*|\1|;q'
    5.12 +	sed '/tag\//!d;s|.*tag/V*||;s|".*||;q'
    5.13  }
    5.14  
    5.15  # Rules to configure and make the package.
     6.1 --- a/cellwriter/receipt	Sun Jul 16 11:24:03 2023 +0000
     6.2 +++ b/cellwriter/receipt	Sun Jul 16 12:03:07 2023 +0000
     6.3 @@ -15,10 +15,11 @@
     6.4  BUILD_DEPENDS="gtk+-dev xorg-libXtst-dev"
     6.5  HOST_ARCH="i486 arm"
     6.6  
     6.7 +# What is the latest version available today?
     6.8  current_version()
     6.9  {
    6.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    6.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
    6.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    6.13  }
    6.14  
    6.15  # Rules to configure and make the package.
     7.1 --- a/centerim/receipt	Sun Jul 16 11:24:03 2023 +0000
     7.2 +++ b/centerim/receipt	Sun Jul 16 12:03:07 2023 +0000
     7.3 @@ -19,7 +19,7 @@
     7.4  current_version()
     7.5  {
     7.6  	wget -O - https://github.com/petrpavlu/centerim5/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/check/receipt	Sun Jul 16 11:24:03 2023 +0000
     8.2 +++ b/check/receipt	Sun Jul 16 12:03:07 2023 +0000
     8.3 @@ -16,10 +16,11 @@
     8.4  
     8.5  HOST_ARCH="i486 arm"
     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/chromaprint/receipt	Sun Jul 16 11:24:03 2023 +0000
     9.2 +++ b/chromaprint/receipt	Sun Jul 16 12:03:07 2023 +0000
     9.3 @@ -14,10 +14,11 @@
     9.4  DEPENDS="ffmpeg gcc83-lib-base libav libvpx"
     9.5  BUILD_DEPENDS="cmake ffmpeg-dev gcc83 libav-dev libvpx-dev libgnutls"
     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/clamtk/receipt	Sun Jul 16 11:24:03 2023 +0000
    10.2 +++ b/clamtk/receipt	Sun Jul 16 12:03:07 2023 +0000
    10.3 @@ -22,7 +22,7 @@
    10.4  current_version()
    10.5  {
    10.6  	wget -O - https://github.com/dave-theunsub/clamtk/releases 2>/dev/null | \
    10.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).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/clex/receipt	Sun Jul 16 11:24:03 2023 +0000
    11.2 +++ b/clex/receipt	Sun Jul 16 12:03:07 2023 +0000
    11.3 @@ -21,7 +21,7 @@
    11.4  current_version()
    11.5  {
    11.6  	wget -O - ${WGET_URL%/download*} 2>/dev/null | \
    11.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).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/clipit/receipt	Sun Jul 16 11:24:03 2023 +0000
    12.2 +++ b/clipit/receipt	Sun Jul 16 12:03:07 2023 +0000
    12.3 @@ -14,10 +14,11 @@
    12.4  DEPENDS="gtk+"
    12.5  BUILD_DEPENDS="autoconf automake gtk+-dev"
    12.6  
    12.7 +# What is the latest version available today?
    12.8  current_version()
    12.9  {
   12.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   12.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   12.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   12.13  }
   12.14  
   12.15  # Rules to configure and make the package.
    13.1 --- a/cmix/receipt	Sun Jul 16 11:24:03 2023 +0000
    13.2 +++ b/cmix/receipt	Sun Jul 16 12:03:07 2023 +0000
    13.3 @@ -12,11 +12,12 @@
    13.4  
    13.5  DEPENDS="gcc83-lib-base"
    13.6  BUILD_DEPENDS="gcc83"
    13.7 +
    13.8  # What is the latest version available today?
    13.9  current_version()
   13.10  {
   13.11  	wget -O - https://github.com/byronknoll/cmix/releases 2>/dev/null | \
   13.12 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   13.13 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   13.14  }
   13.15  
   13.16  
    14.1 --- a/cmus/receipt	Sun Jul 16 11:24:03 2023 +0000
    14.2 +++ b/cmus/receipt	Sun Jul 16 12:03:07 2023 +0000
    14.3 @@ -15,10 +15,11 @@
    14.4  BUILD_DEPENDS="alsa-lib-dev flac-dev gcc83 libatomic libmad-dev libvorbis-dev
    14.5  	ncurses-dev"
    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/codec2/receipt	Sun Jul 16 11:24:03 2023 +0000
    15.2 +++ b/codec2/receipt	Sun Jul 16 12:03:07 2023 +0000
    15.3 @@ -16,7 +16,7 @@
    15.4  current_version()
    15.5  {
    15.6  	wget -O - ${WGET_URL%/arch*}/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/codiad/receipt	Sun Jul 16 11:24:03 2023 +0000
    16.2 +++ b/codiad/receipt	Sun Jul 16 12:03:07 2023 +0000
    16.3 @@ -17,10 +17,11 @@
    16.4  
    16.5  CONFIG_FILES="/etc/codiad.php"
    16.6  
    16.7 +# What is the latest version available today?
    16.8  current_version()
    16.9  {
   16.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   16.11 -	sed '/archive.*tar/!d;s|.*/v.\(.*\).tar.*|\1|;q'
   16.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   16.13  }
   16.14  
   16.15  # Rules to gen a SliTaz package suitable for Tazpkg.   
    17.1 --- a/compiz-bcop/receipt	Sun Jul 16 11:24:03 2023 +0000
    17.2 +++ b/compiz-bcop/receipt	Sun Jul 16 12:03:07 2023 +0000
    17.3 @@ -15,10 +15,11 @@
    17.4  BUILD_DEPENDS="compiz-core-dev libtool libxslt-dev 
    17.5  	startup-notification-dev xorg-dev"
    17.6  
    17.7 +# What is the latest version available today?
    17.8  current_version()
    17.9  {
   17.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   17.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).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/compiz-ccsm/receipt	Sun Jul 16 11:24:03 2023 +0000
    18.2 +++ b/compiz-ccsm/receipt	Sun Jul 16 12:03:07 2023 +0000
    18.3 @@ -15,10 +15,11 @@
    18.4  	gtk-girepository pygobject3 python"
    18.5  BUILD_DEPENDS="compiz-core-dev compiz-libcompizconfig-dev libtool python-dev"
    18.6  
    18.7 +# What is the latest version available today?
    18.8  current_version()
    18.9  {
   18.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   18.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   18.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   18.13  }
   18.14  
   18.15  # Rules to configure and make the package.
    19.1 --- a/compiz-compizconfig-python/receipt	Sun Jul 16 11:24:03 2023 +0000
    19.2 +++ b/compiz-compizconfig-python/receipt	Sun Jul 16 12:03:07 2023 +0000
    19.3 @@ -18,10 +18,11 @@
    19.4  	python-dev startup-notification-dev util-linux-uuid-dev 
    19.5  	xcb-util-dev"
    19.6  
    19.7 +# What is the latest version available today?
    19.8  current_version()
    19.9  {
   19.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   19.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).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/compiz-core/receipt	Sun Jul 16 11:24:03 2023 +0000
    20.2 +++ b/compiz-core/receipt	Sun Jul 16 12:03:07 2023 +0000
    20.3 @@ -18,10 +18,11 @@
    20.4  	mesa-dev pango-dev startup-notification-dev 
    20.5  	util-linux-uuid-dev xcb-util-dev xorg-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/compiz-libcompizconfig/receipt	Sun Jul 16 11:24:03 2023 +0000
    21.2 +++ b/compiz-libcompizconfig/receipt	Sun Jul 16 12:03:07 2023 +0000
    21.3 @@ -17,10 +17,11 @@
    21.4  	libtool libxml2-dev libxslt-dev mesa-dev 
    21.5  	protobuf-dev startup-notification-dev xorg-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/compiz-plugins-extra/receipt	Sun Jul 16 11:24:03 2023 +0000
    22.2 +++ b/compiz-plugins-extra/receipt	Sun Jul 16 12:03:07 2023 +0000
    22.3 @@ -21,10 +21,11 @@
    22.4  	librsvg-dev libtool libxslt-dev mesa-dev startup-notification-dev 
    22.5  	util-linux-getopt util-linux-uuid-dev xcb-util-dev xorg-dev"
    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/compiz-plugins-main/receipt	Sun Jul 16 11:24:03 2023 +0000
    23.2 +++ b/compiz-plugins-main/receipt	Sun Jul 16 12:03:07 2023 +0000
    23.3 @@ -17,10 +17,11 @@
    23.4  	librsvg-dev libtool libxslt-dev mesa-dev startup-notification-dev 
    23.5  	util-linux-getopt util-linux-uuid-dev xcb-util-dev xorg-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/compiz-plugins-unsupported/receipt	Sun Jul 16 11:24:03 2023 +0000
    24.2 +++ b/compiz-plugins-unsupported/receipt	Sun Jul 16 12:03:07 2023 +0000
    24.3 @@ -20,10 +20,11 @@
    24.4  	mesa-dev startup-notification-dev util-linux-getopt util-linux-uuid-dev 
    24.5  	xcb-util-dev xorg-dev"
    24.6  
    24.7 +# What is the latest version available today?
    24.8  current_version()
    24.9  {
   24.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   24.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   24.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   24.13  }
   24.14  
   24.15  # Rules to configure and make the package.
    25.1 --- a/compton-conf/receipt	Sun Jul 16 11:24:03 2023 +0000
    25.2 +++ b/compton-conf/receipt	Sun Jul 16 12:03:07 2023 +0000
    25.3 @@ -14,10 +14,11 @@
    25.4  DEPENDS="compton libQtCore libQtDBus libQtGui libconfig"
    25.5  BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake libconfig-dev "
    25.6  
    25.7 +# What is the latest version available today?
    25.8  current_version()
    25.9  {
   25.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   25.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).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/compton/receipt	Sun Jul 16 11:24:03 2023 +0000
    26.2 +++ b/compton/receipt	Sun Jul 16 12:03:07 2023 +0000
    26.3 @@ -14,10 +14,11 @@
    26.4  DEPENDS="xorg-libXcomposite xorg-libXrandr libdrm xorg-xwininfo xorg-xprop"
    26.5  BUILD_DEPENDS="xorg-libXcomposite xorg-libXrandr-dev libdrm-dev wget"
    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|.*/v\(.*\).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/consolekit2/receipt	Sun Jul 16 11:24:03 2023 +0000
    27.2 +++ b/consolekit2/receipt	Sun Jul 16 12:03:07 2023 +0000
    27.3 @@ -20,10 +20,11 @@
    27.4  	glib-dev libtool libxml2-tools libxslt polkit-dev
    27.5  	util-linux-getopt util-linux-uuid-dev xmlto xorg-libX11-dev"
    27.6  
    27.7 +# What is the latest version available today?
    27.8  current_version()
    27.9  {
   27.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   27.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   27.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   27.13  }
   27.14  
   27.15  compile_rules()
    28.1 --- a/coova-chilli/receipt	Sun Jul 16 11:24:03 2023 +0000
    28.2 +++ b/coova-chilli/receipt	Sun Jul 16 12:03:07 2023 +0000
    28.3 @@ -17,7 +17,7 @@
    28.4  current_version()
    28.5  {
    28.6  	wget -O - https://github.com/coova/coova-chilli/releases 2>/dev/null | \
    28.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    28.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    28.9  }
   28.10  
   28.11  # Rules to configure and make the package.
    29.1 --- a/copyq/receipt	Sun Jul 16 11:24:03 2023 +0000
    29.2 +++ b/copyq/receipt	Sun Jul 16 12:03:07 2023 +0000
    29.3 @@ -13,10 +13,11 @@
    29.4  DEPENDS="libQtGui libQtNetwork libQtScript libQtSvg librsvg libQtXml libQtWebkit"
    29.5  BUILD_DEPENDS="wget Qt4-dev cmake qmake"
    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|.*/v\(.*\).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/coturn/receipt	Sun Jul 16 11:24:03 2023 +0000
    30.2 +++ b/coturn/receipt	Sun Jul 16 12:03:07 2023 +0000
    30.3 @@ -14,10 +14,11 @@
    30.4  DEPENDS="libevent libsqlite libssl zlib"
    30.5  BUILD_DEPENDS="libevent-dev openssl-dev sqlite-dev zlib-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|.*/\(.*\).tar.*|\1|;q'
   30.12 +	sed '/tag\//!d;/docker/d;s|.*tag/v*||;s|".*||;q'
   30.13  }
   30.14  
   30.15  # Rules to configure and make the package.
    31.1 --- a/cpige/receipt	Sun Jul 16 11:24:03 2023 +0000
    31.2 +++ b/cpige/receipt	Sun Jul 16 12:03:07 2023 +0000
    31.3 @@ -19,7 +19,7 @@
    31.4  current_version()
    31.5  {
    31.6  	wget -O - https://github.com/zehome/cpige/releases 2>/dev/null | \
    31.7 -	sed '/archive.*tar/!d;s|.*/[a-z]-*\(.*\).tar.*|\1|;q'
    31.8 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
    31.9  }
   31.10  
   31.11  # Rules to configure and make the package.
    32.1 --- a/ctypes.sh/receipt	Sun Jul 16 11:24:03 2023 +0000
    32.2 +++ b/ctypes.sh/receipt	Sun Jul 16 12:03:07 2023 +0000
    32.3 @@ -21,7 +21,7 @@
    32.4  current_version()
    32.5  {
    32.6  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
    32.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    32.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    32.9  }
   32.10  
   32.11  # Rules to configure and make the package.
    33.1 --- a/cups-pam/receipt	Sun Jul 16 11:24:03 2023 +0000
    33.2 +++ b/cups-pam/receipt	Sun Jul 16 12:03:07 2023 +0000
    33.3 @@ -20,10 +20,11 @@
    33.4  	libgcrypt-dev libgnutls libpng-dev libunistring-dev openssl-dev 
    33.5  	pam pam-dev tiff-dev"
    33.6  
    33.7 +# What is the latest version available today?
    33.8  current_version()
    33.9  {
   33.10  	wget -O - ${WGET_URL%/down*} 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/cups/receipt	Sun Jul 16 11:24:03 2023 +0000
    34.2 +++ b/cups/receipt	Sun Jul 16 12:03:07 2023 +0000
    34.3 @@ -19,10 +19,11 @@
    34.4  	libgnutls libpng-dev libtasn1-dev libunistring-dev libusb-compat-dev 
    34.5  	openssl-dev php-dev poppler-apps tiff-dev zlib-dev"
    34.6  
    34.7 +# What is the latest version available today?
    34.8  current_version()
    34.9  {
   34.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   34.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   34.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   34.13  }
   34.14  
   34.15  # Rules to configure and make the package.
    35.1 --- a/cyrus-imapd/receipt	Sun Jul 16 11:24:03 2023 +0000
    35.2 +++ b/cyrus-imapd/receipt	Sun Jul 16 12:03:07 2023 +0000
    35.3 @@ -22,7 +22,7 @@
    35.4  current_version()
    35.5  {
    35.6  	wget -O - https://github.com/cyrusimap/cyrus-imapd/releases 2>/dev/null | \
    35.7 -	sed '/archive.*tar/!d;s|.*/[a-z-]*\(.*\).tar.*|\1|;q'
    35.8 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
    35.9  }
   35.10  
   35.11  # Rules to configure and make the package.
    36.1 --- a/cyrus-sasl-pam/receipt	Sun Jul 16 11:24:03 2023 +0000
    36.2 +++ b/cyrus-sasl-pam/receipt	Sun Jul 16 12:03:07 2023 +0000
    36.3 @@ -20,7 +20,7 @@
    36.4  current_version()
    36.5  {
    36.6  	wget -O - https://github.com/cyrusimap/cyrus-sasl/releases 2>/dev/null | \
    36.7 -	sed '/archive.*tar/!d;s|.*/[a-z-]*\(.*\).tar.*|\1|;q'
    36.8 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
    36.9  }
   36.10  
   36.11  # Rules to configure and make the package.
    37.1 --- a/cyrus-sasl/receipt	Sun Jul 16 11:24:03 2023 +0000
    37.2 +++ b/cyrus-sasl/receipt	Sun Jul 16 12:03:07 2023 +0000
    37.3 @@ -19,7 +19,7 @@
    37.4  current_version()
    37.5  {
    37.6  	wget -O - https://github.com/cyrusimap/cyrus-sasl/releases 2>/dev/null | \
    37.7 -	sed '/archive.*tar/!d;s|.*/[a-z-]*\(.*\).tar.*|\1|;q'
    37.8 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
    37.9  }
   37.10  
   37.11  # Rules to configure and make the package.
    38.1 --- a/darkstat/receipt	Sun Jul 16 11:24:03 2023 +0000
    38.2 +++ b/darkstat/receipt	Sun Jul 16 12:03:07 2023 +0000
    38.3 @@ -19,7 +19,7 @@
    38.4  current_version()
    38.5  {
    38.6  	wget -O - https://github.com/emikulic/darkstat/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/dasm/receipt	Sun Jul 16 11:24:03 2023 +0000
    39.2 +++ b/dasm/receipt	Sun Jul 16 12:03:07 2023 +0000
    39.3 @@ -17,7 +17,7 @@
    39.4  current_version()
    39.5  {
    39.6  	wget -O - ${WGET_URL%/arch*}/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/dcfldd/receipt	Sun Jul 16 11:24:03 2023 +0000
    40.2 +++ b/dcfldd/receipt	Sun Jul 16 12:03:07 2023 +0000
    40.3 @@ -18,7 +18,7 @@
    40.4  current_version()
    40.5  {
    40.6  	wget -O - https://github.com/resurrecting-open-source-projects/dcfldd/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/ddclient/receipt	Sun Jul 16 11:24:03 2023 +0000
    41.2 +++ b/ddclient/receipt	Sun Jul 16 12:03:07 2023 +0000
    41.3 @@ -16,10 +16,11 @@
    41.4  
    41.5  CONFIG_FILES="/etc/ddclient"
    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 gen a SliTaz package suitable for Tazpkg.
    42.1 --- a/deutex-devel/receipt	Sun Jul 16 11:24:03 2023 +0000
    42.2 +++ b/deutex-devel/receipt	Sun Jul 16 12:03:07 2023 +0000
    42.3 @@ -14,10 +14,11 @@
    42.4  
    42.5  BUILD_DEPENDS="autoconf automake"
    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|.*/v\(.*\).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/dfc/receipt	Sun Jul 16 11:24:03 2023 +0000
    43.2 +++ b/dfc/receipt	Sun Jul 16 12:03:07 2023 +0000
    43.3 @@ -19,7 +19,7 @@
    43.4  current_version()
    43.5  {
    43.6  	wget -O - https://github.com/rolinh/dfc/releases 2>/dev/null | \
    43.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    43.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    43.9  }
   43.10  
   43.11  # Rules to configure and make the package.
    44.1 --- a/distcc/receipt	Sun Jul 16 11:24:03 2023 +0000
    44.2 +++ b/distcc/receipt	Sun Jul 16 12:03:07 2023 +0000
    44.3 @@ -16,10 +16,11 @@
    44.4  	libgnome-keyring-dev libgnomecanvas-dev libgnomeui-dev lzo-dev 
    44.5  	popt-dev py3k-dev"
    44.6  
    44.7 +# What is the latest version available today?
    44.8  current_version()
    44.9  {
   44.10  	wget -O - ${WGET_URL%/down*} 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.
    45.1 --- a/dkms/receipt	Sun Jul 16 11:24:03 2023 +0000
    45.2 +++ b/dkms/receipt	Sun Jul 16 12:03:07 2023 +0000
    45.3 @@ -13,10 +13,11 @@
    45.4  
    45.5  BUILD_DEPENDS="gettext"
    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|.*/v\(.*\).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/docbook-xsl/receipt	Sun Jul 16 11:24:03 2023 +0000
    46.2 +++ b/docbook-xsl/receipt	Sun Jul 16 12:03:07 2023 +0000
    46.3 @@ -13,10 +13,11 @@
    46.4  
    46.5  DEPENDS="docbook-xml libxml2-tools libxslt"
    46.6  
    46.7 +# What is the latest version available today?
    46.8  current_version()
    46.9  {
   46.10  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   46.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   46.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;s|snapshot%2F||;q'
   46.13  }
   46.14  
   46.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    47.1 --- a/dog/receipt	Sun Jul 16 11:24:03 2023 +0000
    47.2 +++ b/dog/receipt	Sun Jul 16 12:03:07 2023 +0000
    47.3 @@ -14,10 +14,11 @@
    47.4  DEPENDS="libssl libcrypto"
    47.5  BUILD_DEPENDS="rust-cargo git openssl-dev"
    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|.*/v\(.*\).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/dooble/receipt	Sun Jul 16 11:24:03 2023 +0000
    48.2 +++ b/dooble/receipt	Sun Jul 16 12:03:07 2023 +0000
    48.3 @@ -17,10 +17,11 @@
    48.4  	libQtScript libQtSql libQtWebkit libQtXml sqlite"
    48.5  BUILD_DEPENDS="cacerts libgcrypt-dev qmake Qt4-dev sqlite-dev"
    48.6  
    48.7 +# What is the latest version available today?
    48.8  current_version()
    48.9  {
   48.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   48.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   48.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   48.13  }
   48.14  
   48.15  # Rules to configure and make the package.
    49.1 --- a/dosfstools/receipt	Sun Jul 16 11:24:03 2023 +0000
    49.2 +++ b/dosfstools/receipt	Sun Jul 16 12:03:07 2023 +0000
    49.3 @@ -15,10 +15,11 @@
    49.4  
    49.5  BUILD_DEPENDS="wget"
    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/double-conversion/receipt	Sun Jul 16 11:24:03 2023 +0000
    50.2 +++ b/double-conversion/receipt	Sun Jul 16 12:03:07 2023 +0000
    50.3 @@ -20,7 +20,7 @@
    50.4  current_version()
    50.5  {
    50.6  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    50.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    50.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    50.9  }
   50.10  
   50.11  # Rules to configure and make the package.
    51.1 --- a/dstat/receipt	Sun Jul 16 11:24:03 2023 +0000
    51.2 +++ b/dstat/receipt	Sun Jul 16 12:03:07 2023 +0000
    51.3 @@ -14,10 +14,11 @@
    51.4  
    51.5  DEPENDS="python"
    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/duperemove/receipt	Sun Jul 16 11:24:03 2023 +0000
    52.2 +++ b/duperemove/receipt	Sun Jul 16 12:03:07 2023 +0000
    52.3 @@ -13,10 +13,11 @@
    52.4  DEPENDS="glib libsqlite"
    52.5  BUILD_DEPENDS="gcc83 glib-dev sqlite-dev"
    52.6  
    52.7 +# What is the latest version available today?
    52.8  current_version()
    52.9  {
   52.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   52.11 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
   52.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   52.13  }
   52.14  
   52.15  # Rules to configure and make the package.
    53.1 --- a/duviz/receipt	Sun Jul 16 11:24:03 2023 +0000
    53.2 +++ b/duviz/receipt	Sun Jul 16 12:03:07 2023 +0000
    53.3 @@ -14,10 +14,11 @@
    53.4  DEPENDS="python"
    53.5  BUILD_DEPENDS=""
    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 '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   53.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   53.13  }
   53.14  
   53.15  # Rules to gen a SliTaz package suitable for Tazpkg.