mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
development/openjdk8: Updated for version 8u352.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e18e1c9614
commit
5b4df80a16
3 changed files with 13 additions and 11 deletions
|
@ -7,9 +7,11 @@ that you have already installed as they may cause conflicts with the
|
|||
PATH, JAVA_HOME and MANPATH variables (this includes the 'openjdk7'
|
||||
dependency package -- you may wish to remove it after you're done.)
|
||||
|
||||
If you already have 'openjdk8' on your system (and are compiling a
|
||||
newer version, for example) you don't need the 'openjdk7' dependency.
|
||||
Also, you can use 'zulu-openjdk7' instead of 'openjdk7' if you wish.
|
||||
On 32-bit slackware you will need 'zulu-openjdk7' as dependency instead
|
||||
of 'openjdk7'. You can use the former on 64-bit slackware too.
|
||||
|
||||
If you already have 'openjdk8' on your system (and are compiling a newer
|
||||
version, for example) you won't need any dependencies at all.
|
||||
|
||||
After installing the package you will need to logout/login to your
|
||||
machine as it will add new files to the /etc/profile.d folder.
|
||||
|
|
|
@ -25,13 +25,13 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=openjdk8
|
||||
VERSION=${VERSION:-8u345}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-8u352}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
DVER=1.8.0_$(printf $VERSION | cut -du -f2)
|
||||
ICEDTEA=icedtea-3.24.0
|
||||
ICEDTEA=icedtea-3.25.0
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="openjdk8"
|
||||
VERSION="8u345"
|
||||
VERSION="8u352"
|
||||
HOMEPAGE="https://openjdk.java.net"
|
||||
DOWNLOAD="https://icedtea.classpath.org/download/source/icedtea-3.24.0.tar.xz \
|
||||
https://icedtea.classpath.org/download/drops/icedtea8/3.24.0/openjdk-git.tar.xz"
|
||||
MD5SUM="2232fbea093d6866e7d354ffec2b3b5e \
|
||||
fa73e43f2fe8a2c527e5212394722361"
|
||||
DOWNLOAD="https://icedtea.classpath.org/download/source/icedtea-3.25.0.tar.xz \
|
||||
https://icedtea.classpath.org/download/drops/icedtea8/3.25.0/openjdk-git.tar.xz"
|
||||
MD5SUM="b72a08333146e30a3a66cfafb7046c6a \
|
||||
165643698098d052e19e465efaf6f002"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="openjdk7"
|
||||
|
|
Loading…
Reference in a new issue