wok-6.x diff sokojs/receipt @ rev 24529
updated exiv2 and exiv2-dev again (0.27.3 -> 0.27.5)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 23 07:34:39 2022 +0100 (2022-02-23) |
parents | db9d9cb3c164 |
children |
line diff
1.1 --- a/sokojs/receipt Sat Oct 23 10:55:42 2021 +0000 1.2 +++ b/sokojs/receipt Wed Feb 23 07:34:39 2022 +0100 1.3 @@ -10,6 +10,14 @@ 1.4 WEB_SITE="http://buze.michel.chez.com/Boxworld/src.htm" 1.5 WGET_URL="http://buze.michel.chez.com/sokojs.zip" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + # https://github.com/framasoft/framagames/tree/master/sokojs 1.11 + wget -O - https://github.com/michbuze/sokojs/commits/master 2>/dev/null | \ 1.12 + sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y -d 1.13 +} 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 {