wok-current diff tklauncher/receipt @ rev 25727
Add miss stuff folder for libxml++, dbus-c++
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Nov 05 13:46:37 2024 +0000 (2 days ago) |
parents | 505d1daeed6c |
children |
line diff
1.1 --- a/tklauncher/receipt Thu May 19 10:39:49 2022 +0000 1.2 +++ b/tklauncher/receipt Tue Nov 05 13:46:37 2024 +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