summaryrefslogtreecommitdiffstats
path: root/development/openjdk8
diff options
context:
space:
mode:
author Strahil Yordanov2022-12-22 14:59:38 +0100
committer Willy Sudiarto Raharjo2022-12-22 14:59:38 +0100
commit5b4df80a166446efb172af81aa39aa7d8c35fe1e (patch)
treefe0805a7c1e84c85d12d7c650b23f336bf938996 /development/openjdk8
parente18e1c9614cf20715bd9fae0b69b4922a6c7cab5 (diff)
downloadslackbuilds-5b4df80a166446efb172af81aa39aa7d8c35fe1e.tar.gz
development/openjdk8: Updated for version 8u352.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/openjdk8')
-rw-r--r--development/openjdk8/README8
-rw-r--r--development/openjdk8/openjdk8.SlackBuild6
-rw-r--r--development/openjdk8/openjdk8.info10
3 files changed, 13 insertions, 11 deletions
diff --git a/development/openjdk8/README b/development/openjdk8/README
index 35f166374b..3139fca714 100644
--- a/development/openjdk8/README
+++ b/development/openjdk8/README
@@ -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.
diff --git a/development/openjdk8/openjdk8.SlackBuild b/development/openjdk8/openjdk8.SlackBuild
index 8885330236..26e115878a 100644
--- a/development/openjdk8/openjdk8.SlackBuild
+++ b/development/openjdk8/openjdk8.SlackBuild
@@ -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
diff --git a/development/openjdk8/openjdk8.info b/development/openjdk8/openjdk8.info
index 69fe7bff4c..b8b69cb89f 100644
--- a/development/openjdk8/openjdk8.info
+++ b/development/openjdk8/openjdk8.info
@@ -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"