wok-6.x diff warmux/receipt @ rev 25554

Up fakeroot (1.31)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 12 20:31:24 2023 +0000 (17 months ago)
parents e4cc6a0d37f0
children
line diff
     1.1 --- a/warmux/receipt	Thu Mar 23 12:22:34 2023 +0000
     1.2 +++ b/warmux/receipt	Wed Apr 12 20:31: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