wok-6.x diff icon-naming-utils/receipt @ rev 24535

Add some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 23 11:49:52 2022 +0000 (2022-02-23)
parents 15e8d94fc34f
children 870e1ce31226
line diff
     1.1 --- a/icon-naming-utils/receipt	Sat Apr 20 15:26:18 2019 +0200
     1.2 +++ b/icon-naming-utils/receipt	Wed Feb 23 11:49:52 2022 +0000
     1.3 @@ -13,6 +13,20 @@
     1.4  DEPENDS="perl perl-xml-simple"
     1.5  BUILD_DEPENDS="perl perl-xml-simple"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - ${WGET_URL%/*} 2>/dev/null | \
    1.11 +	sed '/icecast-/!d;/tar/!d;/-beta/d;s|.*icecast-||;s|.tar.*||' | sort -Vr | sed q
    1.12 +}
    1.13 +
    1.14 +# What is the latest version available today?
    1.15 +current_version()
    1.16 +{
    1.17 +	wget -O - ${WGET_URL%/*} 2>/dev/null | \
    1.18 +	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    1.19 +}
    1.20 +
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {