wok diff soundtouch/receipt @ rev 24985

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (2022-05-10)
parents dc0f7fd1ff7d
children 3c87910e2ece
line diff
     1.1 --- a/soundtouch/receipt	Sat Jun 12 09:05:17 2021 +0000
     1.2 +++ b/soundtouch/receipt	Tue May 10 07:46:58 2022 +0000
     1.3 @@ -14,10 +14,11 @@
     1.4  DEPENDS="gcc-lib-base"
     1.5  BUILD_DEPENDS="automake libtool"
     1.6  
     1.7 +# What is the latest version available today?
     1.8  current_version()
     1.9  {
    1.10 -	wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
    1.11 -	sed '/tar.gz/!d;s|.*/soundtouch-\(.*\).tar.gz".*|\1|;q'
    1.12 +	wget -O - $WEB_SITE 2>/dev/null | \
    1.13 +	sed '/release/!d;s|.* is ||;s| .*||;q'
    1.14  }
    1.15  
    1.16  # Rules to configure and make the package.