wok diff supertux/receipt @ rev 25608

Update some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 20 09:05:42 2023 +0000 (14 months ago)
parents 0f92b8cc8086
children
line diff
     1.1 --- a/supertux/receipt	Sun May 08 13:06:36 2022 +0000
     1.2 +++ b/supertux/receipt	Thu Jul 20 09:05:42 2023 +0000
     1.3 @@ -19,8 +19,8 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - http://supertux.github.io/index.html 2>/dev/null | \
     1.8 -	sed '/SuperTux [0-9]/!d;s|.*SuperTux ||;s|<.*||;q'
     1.9 +	wget -O - https://github.com/SuperTux/supertux/releases 2>/dev/null | \
    1.10 +	sed '/tag\//!d;s|.*tag/[A-Za-z ]*||;s|".*||;q'
    1.11  }
    1.12  
    1.13  # Rules to configure and make the package.