development/openjdk8: Updated for version 8u372.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d13d1f1bc4
commit
a9f33cd05f
|
@ -25,13 +25,13 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=openjdk8
|
||||
VERSION=${VERSION:-8u352}
|
||||
VERSION=${VERSION:-8u372}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
DVER=1.8.0_$(printf $VERSION | cut -du -f2)
|
||||
ICEDTEA=icedtea-3.25.0
|
||||
ICEDTEA=icedtea-3.27.0
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="openjdk8"
|
||||
VERSION="8u352"
|
||||
VERSION="8u372"
|
||||
HOMEPAGE="https://openjdk.java.net"
|
||||
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="https://icedtea.classpath.org/download/source/icedtea-3.27.0.tar.xz \
|
||||
https://icedtea.classpath.org/download/drops/icedtea8/3.27.0/openjdk-git.tar.xz"
|
||||
MD5SUM="8c2ce8d941c57701f6bd64786c9ff46e \
|
||||
7591fe5f94cf14c3517135f25b1bfa69"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="openjdk7"
|
||||
|
|
Loading…
Reference in New Issue