mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/openjdk8: Updated for version 8u323.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f6bb42d3c8
commit
d98db19fbf
2 changed files with 8 additions and 7 deletions
|
@ -25,13 +25,13 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=openjdk8
|
PRGNAM=openjdk8
|
||||||
VERSION=${VERSION:-8u322}
|
VERSION=${VERSION:-8u323}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
||||||
DVER=1.8.0_$(printf $VERSION | cut -du -f2)
|
DVER=1.8.0_$(printf $VERSION | cut -du -f2)
|
||||||
ICEDTEA=icedtea-3.22.0
|
ICEDTEA=icedtea-3.23.0
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
PRGNAM="openjdk8"
|
PRGNAM="openjdk8"
|
||||||
VERSION="8u322"
|
VERSION="8u323"
|
||||||
HOMEPAGE="https://openjdk.java.net"
|
HOMEPAGE="https://openjdk.java.net"
|
||||||
DOWNLOAD="https://icedtea.classpath.org/download/source/icedtea-3.22.0.tar.xz \
|
DOWNLOAD="https://icedtea.classpath.org/download/source/icedtea-3.23.0.tar.xz \
|
||||||
https://icedtea.classpath.org/download/drops/icedtea8/3.22.0/openjdk-git.tar.xz"
|
https://icedtea.classpath.org/download/drops/icedtea8/3.23.0/openjdk-git.tar.xz"
|
||||||
MD5SUM="a3893aba4fbd2e77a6a1d65816f6c8a2 \
|
MD5SUM="cdcd65b155dc16fa8ba23753ce1b8859 \
|
||||||
83c0c7340787fac8f819d68e01735b16"
|
96c5eec94c9a649932621e0f6ca1d55c"
|
||||||
|
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="openjdk7"
|
REQUIRES="openjdk7"
|
||||||
|
|
Loading…
Reference in a new issue