Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a713a5fef993ff1da7c7a2550c5239ef7b4fe9b3
commit a713a5fef993ff1da7c7a2550c5239ef7b4fe9b3 Author: crazy <[EMAIL PROTECTED]> Date: Fri Feb 22 00:59:36 2008 +0100 kde.sh * up to 3.5.9 * should be the latest kde3* _version bump_ =)) diff --git a/source/include/kde.sh b/source/include/kde.sh index 726cc1a..e8286ee 100644 --- a/source/include/kde.sh +++ b/source/include/kde.sh @@ -66,10 +66,10 @@ fi ## TODO: add mirror option if [ "$_F_kde_defaults" -eq 1 ]; then url="http://www.kde.org" - _F_kde_ver=3.5.8 + _F_kde_ver=3.5.9 pkgurl="ftp://ftp.solnet.ch/mirror/KDE/stable/$_F_kde_ver/src" #up2date="lynx -dump http://www.kde.org/download/|grep '$_F_kde_name'|sed -n '1 p'|sed 's/.*-\([^ ]*\) .*/\1/'" - up2date=3.5.8 + up2date=$_F_kde_ver source=($pkgurl/$_F_kde_name-$pkgver.tar.bz2) fi if [ -z "$_F_cd_path" ]; then _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
