From b6efc3603f3e0444e7077874c73aeaeb29acf0d9 Mon Sep 17 00:00:00 2001 From: luis Date: Thu, 19 Feb 2009 06:26:37 +0000 Subject: Updated: rkhunter-1.3.4 eclipse-3.4.1 nagios-3.0.6 nagios-plugins-1.4.13 iverilog-0.8.7 git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@2110 370017ae-e619-0410-ac65-c121f96126d4 --- dev/util/eclipse/eclipse.SlackBuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dev') diff --git a/dev/util/eclipse/eclipse.SlackBuild b/dev/util/eclipse/eclipse.SlackBuild index cc16d62e..098991a5 100755 --- a/dev/util/eclipse/eclipse.SlackBuild +++ b/dev/util/eclipse/eclipse.SlackBuild @@ -33,7 +33,7 @@ CWD="$(pwd)" SRC_NAME="eclipse" PKG_NAME="eclipse" ARCH=${ARCH:=i386} -SRC_VERSION=${VERSION:=R-3.4-200806172000} +SRC_VERSION=${VERSION:=R-3.4.1-200809111700} PKG_VERSION="$(echo "$SRC_VERSION" | cut -d "-" -f 2)" BUILD=${BUILD:=1ls} SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME @@ -73,7 +73,7 @@ mkdir -p "$REPOS" || exit $ERROR_MKDIR mkdir -p "$PKG_WORK" || exit $ERROR_MKDIR # Dowload source if necessary -URL="http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/$SRC_VERSION" +URL="http://download.eclipse.org/eclipse/downloads/drops/$SRC_VERSION" if [ ! -s "$SRC_DIR/$SRC" ] || ! gzip -t "$SRC_DIR/$SRC" 2> /dev/null; then wget "$URL/$SRC" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET @@ -138,9 +138,9 @@ cat << EODESC > "$PKG/install/slack-desc" eclipse: eclipse (Eclipse Classic) eclipse: eclipse: Eclipse is an open source platform-independent software framework. -eclipse: The Java Development Tools (JDT), a Java IDE that provides code -eclipse: validation, incremental compilation, cross-referencing, code assist -eclipse: and many other features, come as part of the Eclipse Classic package. +eclipse: Eclipse Classic includes the Eclipse Platform, Java Development +eclipse: Tools, and the Plug-in Development Environment, including source +eclipse: and both user and programmer documentation. eclipse: eclipse: For more information, http://www.eclipse.org/ eclipse: -- cgit v1.2.3