wok diff libsndfile/receipt @ rev 25689

updated mmv (1.01b-18 -> 2.6)
author Hans-Günter Theisgen
date Sat Apr 13 10:48:47 2024 +0100 (16 months ago)
parents 193f02614bcf
children
line diff
     1.1 --- a/libsndfile/receipt	Thu Mar 24 07:19:38 2022 +0100
     1.2 +++ b/libsndfile/receipt	Sat Apr 13 10:48:47 2024 +0100
     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.