aboutsummaryrefslogtreecommitdiff
path: root/dev/util/eclipse/eclipse.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev/util/eclipse/eclipse.SlackBuild')
-rwxr-xr-xdev/util/eclipse/eclipse.SlackBuild10
1 files changed, 5 insertions, 5 deletions
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: