development/netbeans: Updated for version 8.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andre Barboza 2014-05-05 07:30:34 +07:00 committed by Willy Sudiarto Raharjo
parent 525edcce8f
commit aab5ed3da7
3 changed files with 12 additions and 5 deletions

View file

@ -8,6 +8,13 @@ professional cross-platform desktop, enterprise, web and mobile
applications.
NOTES:
****
UPGRADING: If you come across an error opening your projects,
check the files in the folder /opt/netbeans/etc.
If you haven't done modifications in those files, overwrite
them with new.
****
To use an specified locale you should execute netbeans as:
netbeans --locale $LANGOPT
where $LANGOPT can be 'ja','zh:CN' or 'pt:BR', default is english.

View file

@ -26,13 +26,13 @@
# Updated by Andre Barboza <bmg.andre@gmail.com>
PRGNAM=netbeans
VERSION=7.3.1
VERSION=${VERSION:-8.0}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
BUNDLE=${BUNDLE:+-$BUNDLE}
DATE="201306052037"
DATE="201403101706"
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="netbeans"
VERSION="7.3.1"
VERSION="8.0"
HOMEPAGE="http://www.netbeans.org"
DOWNLOAD="http://download.netbeans.org/netbeans/7.3.1/final/zip/netbeans-7.3.1-201306052037.zip"
MD5SUM="6f92a4a7f1077599acc553c3b7e00de8"
DOWNLOAD="http://download.netbeans.org/netbeans/8.0/final/zip/netbeans-8.0-201403101706.zip"
MD5SUM="06ebb16d404ae39df6186ab838840c60"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk"