wok-current diff pingus/receipt @ rev 24942

BootProg: clear cmdline
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 20 15:10:50 2022 +0000 (2022-04-20)
parents a3c45ab9082e
children 2b0142c9f248
line diff
     1.1 --- a/pingus/receipt	Sat Jul 10 11:40:16 2021 +0000
     1.2 +++ b/pingus/receipt	Wed Apr 20 15:10:50 2022 +0000
     1.3 @@ -11,7 +11,7 @@
     1.4  LICENSE="GPL2"
     1.5  
     1.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.7 -WEB_SITE="https://pingus.seul.org/"
     1.8 +WEB_SITE="https://gitlab.com/pingus/pingus"
     1.9  WGET_URL="http://pingus.seul.org/files/$TARBALL"
    1.10  
    1.11  DEPENDS="libsdl libsdl-image libsdl-mixer 
    1.12 @@ -23,8 +23,8 @@
    1.13  
    1.14  current_version()
    1.15  {
    1.16 -	wget -O - $WEB_SITE/download.html 2>/dev/null | \
    1.17 -	sed "/tar/!d;s|.*$PACKAGE-||;s|.tar.*||;q"
    1.18 +	wget -O - https://gitlab.com/pingus/pingus/-/tags?sort=updated_desc | \
    1.19 +	sed '/item-title/!d;s|.*>v||;s|<.*||;q'
    1.20  }
    1.21  
    1.22  # Rules to configure and make the package.