wok-current diff enigma/receipt @ rev 25434
Up znc (1.8.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 29 10:14:47 2022 +0000 (2022-08-29) |
parents | 81e5fba70e83 |
children |
line diff
1.1 --- a/enigma/receipt Tue Jan 21 14:00:03 2020 +0100 1.2 +++ b/enigma/receipt Mon Aug 29 10:14:47 2022 +0000 1.3 @@ -16,6 +16,13 @@ 1.4 libsdl-mixer-dev libsdl-ttf-dev xerces-c-dev" 1.5 # imagemagick for /usr/bin/convert only 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/enigma-game/files/ 2>/dev/null | \ 1.11 + sed '/scope="row/!d;s|.*elease%20||;s|/.*||;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {