aboutsummaryrefslogtreecommitdiff
path: root/development
diff options
context:
space:
mode:
Diffstat (limited to 'development')
-rw-r--r--development/openjdk8/openjdk8.SlackBuild4
-rw-r--r--development/openjdk8/openjdk8.info11
2 files changed, 8 insertions, 7 deletions
diff --git a/development/openjdk8/openjdk8.SlackBuild b/development/openjdk8/openjdk8.SlackBuild
index 0845d43fc38aa..631ff9249acf3 100644
--- a/development/openjdk8/openjdk8.SlackBuild
+++ b/development/openjdk8/openjdk8.SlackBuild
@@ -25,13 +25,13 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=openjdk8
-VERSION=${VERSION:-8u322}
+VERSION=${VERSION:-8u323}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
DVER=1.8.0_$(printf $VERSION | cut -du -f2)
-ICEDTEA=icedtea-3.22.0
+ICEDTEA=icedtea-3.23.0
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
diff --git a/development/openjdk8/openjdk8.info b/development/openjdk8/openjdk8.info
index 81b372f2da5ab..fa79387f25f78 100644
--- a/development/openjdk8/openjdk8.info
+++ b/development/openjdk8/openjdk8.info
@@ -1,10 +1,11 @@
PRGNAM="openjdk8"
-VERSION="8u322"
+VERSION="8u323"
HOMEPAGE="https://openjdk.java.net"
-DOWNLOAD="https://icedtea.classpath.org/download/source/icedtea-3.22.0.tar.xz \
- https://icedtea.classpath.org/download/drops/icedtea8/3.22.0/openjdk-git.tar.xz"
-MD5SUM="a3893aba4fbd2e77a6a1d65816f6c8a2 \
- 83c0c7340787fac8f819d68e01735b16"
+DOWNLOAD="https://icedtea.classpath.org/download/source/icedtea-3.23.0.tar.xz \
+ https://icedtea.classpath.org/download/drops/icedtea8/3.23.0/openjdk-git.tar.xz"
+MD5SUM="cdcd65b155dc16fa8ba23753ce1b8859 \
+ 96c5eec94c9a649932621e0f6ca1d55c"
+
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="openjdk7"