wok diff libshout/receipt @ rev 24642

updated hfsprescue (3.4 -> 3.5)
author Hans-G?nter Theisgen
date Wed Mar 09 17:03:53 2022 +0100 (2022-03-09)
parents fa7a5e40934a
children 034e033a52cf
line diff
     1.1 --- a/libshout/receipt	Thu Mar 12 09:17:16 2020 +0100
     1.2 +++ b/libshout/receipt	Wed Mar 09 17:03:53 2022 +0100
     1.3 @@ -14,6 +14,13 @@
     1.4  DEPENDS="libtheora libvorbis speex"
     1.5  BUILD_DEPENDS="libogg-dev libtheora-dev libvorbis-dev speex-dev"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - 'https://gitlab.xiph.org/xiph/icecast-libshout/-/tags?sort=updated_desc' 2>/dev/null | \
    1.11 +	sed '/item-title/!d;s|.*">v||;s|<.*||;q'
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {