wok diff libsndfile/receipt @ rev 25809

Fix gtk+3 dep for libwnck3, thanks Ceel
author Stanislas Leduc <shann@slitaz.org>
date Fri Jan 03 16:23:37 2025 +0000 (6 days ago)
parents 193f02614bcf
children
line diff
     1.1 --- a/libsndfile/receipt	Thu Mar 24 07:19:38 2022 +0100
     1.2 +++ b/libsndfile/receipt	Fri Jan 03 16:23:37 2025 +0000
     1.3 @@ -29,8 +29,8 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - ${WGET_URL%/*} 2>/dev/null | \
     1.8 -	sed "/test/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
     1.9 +	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
    1.10 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    1.11  }
    1.12  
    1.13  # Rules to configure and make the package.