diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2013-02-24 17:34:23 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-02-24 22:53:55 -0600 |
commit | a158ae00f6e3bb4a5e0b7db2dc3cbbd5520a7b77 (patch) | |
tree | 48c0fcbdeca275baa25c8a10118406a6860d93f6 /development | |
parent | 6d095ecb826a2acc2657b056a4e1fe868c479c27 (diff) | |
download | slackbuilds-a158ae00f6e3bb4a5e0b7db2dc3cbbd5520a7b77.tar.gz |
development/netbeans: Updated for version 7.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/netbeans/netbeans.SlackBuild | 6 | ||||
-rw-r--r-- | development/netbeans/netbeans.info | 6 | ||||
-rw-r--r-- | development/netbeans/slack-desc | 10 |
3 files changed, 11 insertions, 11 deletions
diff --git a/development/netbeans/netbeans.SlackBuild b/development/netbeans/netbeans.SlackBuild index 4bdf8d40f9..da2b6bf816 100644 --- a/development/netbeans/netbeans.SlackBuild +++ b/development/netbeans/netbeans.SlackBuild @@ -26,13 +26,13 @@ # Updated by Andre Barboza <bmg.andre@gmail.com> PRGNAM=netbeans -VERSION=7.2.1 +VERSION=7.3 ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} BUNDLE=${BUNDLE:+-$BUNDLE} -DATE="201210100934" +DATE="201302132200" CWD=$(pwd) TMP=${TMP:-/tmp/SBo} @@ -44,7 +44,7 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG/opt $OUTPUT cd $PKG/opt -unzip -o $CWD/$PRGNAM-$VERSION-$DATE-ml${BUNDLE}.zip +unzip -o $CWD/$PRGNAM-$VERSION-$DATE${BUNDLE}.zip chown -R root:root . find . \ diff --git a/development/netbeans/netbeans.info b/development/netbeans/netbeans.info index 3f36f9ff2f..5546fdf002 100644 --- a/development/netbeans/netbeans.info +++ b/development/netbeans/netbeans.info @@ -1,8 +1,8 @@ PRGNAM="netbeans" -VERSION="7.2.1" +VERSION="7.3" HOMEPAGE="http://www.netbeans.org" -DOWNLOAD="http://download.netbeans.org/netbeans/7.2.1/final/zip/netbeans-7.2.1-201210100934-ml.zip" -MD5SUM="9a57b21f0d08d899a5ca775c12893a9d" +DOWNLOAD="http://download.netbeans.org/netbeans/7.3/final/zip/netbeans-7.3-201302132200.zip" +MD5SUM="27b4a9cc3b9309c74f38e2cd1c70e37b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jdk" diff --git a/development/netbeans/slack-desc b/development/netbeans/slack-desc index 8356a674c6..c496633f00 100644 --- a/development/netbeans/slack-desc +++ b/development/netbeans/slack-desc @@ -1,9 +1,9 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| netbeans: Netbeans (Free and Open-Source IDE for Java Development and More) |