wok-current diff warmux/receipt @ rev 25553
Up amd-microcode (2021.Sep.10), intel-microcode (20230214)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 09 14:47:24 2023 +0000 (21 months ago) |
parents | e4cc6a0d37f0 |
children | 3c71bb4367c3 |
line diff
1.1 --- a/warmux/receipt Thu Mar 23 12:22:34 2023 +0000 1.2 +++ b/warmux/receipt Sun Apr 09 14:47:24 2023 +0000 1.3 @@ -6,8 +6,7 @@ 1.4 SHORT_DESC="Warmux game" 1.5 MAINTAINER="slaxemulator@gmail.com" 1.6 LICENSE="GPL2" 1.7 -WEB_SITE="https://www.warmux.org/" 1.8 -#WEB_SITE="https://web.archive.org/web/20221203051925/https://www.warmux.org/" 1.9 +WEB_SITE="https://web.archive.org/web/20221203051925/https://www.warmux.org/" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WGET_URL="$WEB_SITE$TARBALL" 1.12 PROVIDE="wormux" 1.13 @@ -22,7 +21,7 @@ 1.14 # What is the latest version available today? 1.15 current_version() 1.16 { 1.17 - wget -O - $WEB_SITE 2>/dev/null | \ 1.18 + wget -O - https://www.warmux.org/ 2>/dev/null | \ 1.19 sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q 1.20 } 1.21