mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/openjdk8: Updated for version 8u392.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a65d559b98
commit
ef476d378a
2 changed files with 7 additions and 7 deletions
|
@ -25,13 +25,13 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=openjdk8
|
||||
VERSION=${VERSION:-8u372}
|
||||
VERSION=${VERSION:-8u392}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
DVER=1.8.0_$(printf $VERSION | cut -du -f2)
|
||||
ICEDTEA=icedtea-3.27.0
|
||||
ICEDTEA=icedtea-3.29.0
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="openjdk8"
|
||||
VERSION="8u372"
|
||||
VERSION="8u392"
|
||||
HOMEPAGE="https://openjdk.java.net"
|
||||
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="https://icedtea.classpath.org/download/source/icedtea-3.29.0.tar.xz \
|
||||
https://icedtea.classpath.org/download/drops/icedtea8/3.29.0/openjdk-git.tar.xz"
|
||||
MD5SUM="2f4cdbee15aa0832b9f5bec2ea27289d\
|
||||
3b34d935beaca314c974fea3089916d3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="openjdk7"
|
||||
|
|
Loading…
Reference in a new issue