development/netbeans: Updated for version 7.3.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Andre Barboza 2013-02-24 17:34:23 -05:00 committed by Robby Workman
parent 6d095ecb82
commit a158ae00f6
3 changed files with 11 additions and 11 deletions

View file

@ -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 . \

View file

@ -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"

View file

@ -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)