wok-6.x diff sokojs/receipt @ rev 25557

Up bzip3 (1.3.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 23 16:03:47 2023 +0000 (14 months ago)
parents db9d9cb3c164
children
line diff
     1.1 --- a/sokojs/receipt	Sat Oct 23 10:55:42 2021 +0000
     1.2 +++ b/sokojs/receipt	Sun Apr 23 16:03:47 2023 +0000
     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  {