wok-current diff pingus/receipt @ rev 25368
libmpd: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 29 10:44:25 2022 +0000 (2022-07-29) |
parents | 2b0142c9f248 |
children |
line diff
1.1 --- a/pingus/receipt Tue May 10 07:46:30 2022 +0000 1.2 +++ b/pingus/receipt Fri Jul 29 10:44:25 2022 +0000 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