wok diff libsndfile/receipt @ rev 25807
dstat: added dependency python-six
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 13 16:28:59 2024 +0100 (6 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 Fri Dec 13 16:28:59 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.