wok diff beneath-a-steel-sky/receipt @ rev 25028

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 19 17:04:56 2022 +0000 (2022-05-19)
parents 6e8b1bcb30e2
children 65ff25c4de90
line diff
     1.1 --- a/beneath-a-steel-sky/receipt	Thu Jan 24 11:33:03 2019 +0100
     1.2 +++ b/beneath-a-steel-sky/receipt	Thu May 19 17:04:56 2022 +0000
     1.3 @@ -12,6 +12,13 @@
     1.4  WEB_SITE="https://revolution.co.uk/games/beneath-a-steel-sky/"
     1.5  WGET_URL="http://downloads.sourceforge.net/scummvm/$TARBALL"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - https://sourceforge.net/projects/scummvm/files/extras/Beneath%20a%20Steel%20Sky/ 2>/dev/null | \
    1.11 +	sed '/scope="row/!d;/bass-cd/!d;s|.*/bass-cd-||;s|.zip.*||;q'
    1.12 +}
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {