wok diff tklauncher/receipt @ rev 25031

Add fatcat
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 20 09:25:51 2022 +0000 (23 months ago)
parents 505d1daeed6c
children
line diff
     1.1 --- a/tklauncher/receipt	Thu May 19 10:39:49 2022 +0000
     1.2 +++ b/tklauncher/receipt	Fri May 20 09:25:51 2022 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="TkLauncher desktop launcher"
     1.5  MAINTAINER="pasquale_frega@tiscali.it"
     1.6  LICENSE="BSD"
     1.7 -WEB_SITE="http://web.tiscali.it/pas80/tklauncher.htm"
     1.8 +WEB_SITE="https://wiki.tcl-lang.org/page/TkLauncher"
     1.9  TAGS="amiwm AmiDock Amiga"
    1.10  SUGGESTED="amiwm"
    1.11  CONFIG_FILES="/etc/tklauncher"
    1.12 @@ -20,7 +20,7 @@
    1.13  # What is the latest version available today?
    1.14  current_version()
    1.15  {
    1.16 -	wget -O - $WEB_SITE 2>/dev/null | \
    1.17 +	wget -O - http://web.tiscali.it/pas80/tklauncher.htm 2>/dev/null | \
    1.18  	sed '/(v[0-9]/!d;s|.*v||;s|).*||;q'
    1.19  }
    1.20