wok diff pingus/receipt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (16 months ago)
parents 2b0142c9f248
children 72fb3028d8ce
line diff
     1.1 --- a/pingus/receipt	Tue May 10 07:46:30 2022 +0000
     1.2 +++ b/pingus/receipt	Fri Jan 27 10:37:43 2023 +0100
     1.3 @@ -21,9 +21,10 @@
     1.4  libsdl-dev libsdl-image-dev libsdl-mixer-dev 
     1.5  libboost-dev libboost-signals-dev "
     1.6  
     1.7 +# What is the latest version available today?
     1.8  current_version()
     1.9  {
    1.10 -	wget -O - https://gitlab.com/pingus/pingus/-/tags?sort=updated_desc | \
    1.11 +	wget -O - https://gitlab.com/pingus/pingus/-/tags?sort=updated_desc 2> /dev/null | \
    1.12  	sed '/item-title/!d;s|.*>v||;s|<.*||;q'
    1.13  }
    1.14