wok diff mp3info/receipt @ rev 25063
nfs-utils: update web_site
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 07 20:10:22 2022 +0000 (2022-06-07) |
parents | 241fb98cab1c |
children |
line diff
1.1 --- a/mp3info/receipt Tue Feb 15 18:29:48 2022 +0000 1.2 +++ b/mp3info/receipt Tue Jun 07 20:10:22 2022 +0000 1.3 @@ -16,8 +16,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 "/latest/d;/$PACKAGE-[0-9]/!d;/tgz/!d;s|.*$PACKAGE-\\(.*\\).tgz.*|\\1|" | sort -Vr | sed q 1.9 + wget -O - $WEB_SITE 2>/dev/null | \ 1.10 + sed '/mp3info-/!d;s|.*mp3info-||;s|.t.*||;q' 1.11 } 1.12 1.13 # Rules to configure and make the package.