wok diff mp3info/receipt @ rev 25017

updated openjpeg, openjpeg-dev and openjpeg-tools (1.5.0 -> 1.5.2)
author Hans-G?nter Theisgen
date Wed May 18 06:55:41 2022 +0100 (2022-05-18)
parents 241fb98cab1c
children
line diff
     1.1 --- a/mp3info/receipt	Tue Feb 15 18:29:48 2022 +0000
     1.2 +++ b/mp3info/receipt	Wed May 18 06:55:41 2022 +0100
     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.