development/openjdk8: Updated for version 8u151b12.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Strahil Yordanov 2017-11-22 08:42:23 +00:00 committed by David Spencer
parent eccdbd46a3
commit de275644de
2 changed files with 36 additions and 36 deletions

View File

@ -23,12 +23,12 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openjdk8
VERSION=${VERSION:-8u141b15}
VERSION=${VERSION:-8u151b12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
DVER=1.8.0_$(printf $VERSION | cut -du -f2)
ICEDTEA=icedtea-3.5.0
ICEDTEA=icedtea-3.6.0
if [ -z "$ARCH" ]; then
case "$( uname -m )" in

View File

@ -1,24 +1,24 @@
PRGNAM="openjdk8"
VERSION="8u141b15"
VERSION="8u151b12"
HOMEPAGE="http://openjdk.java.net"
DOWNLOAD="http://icedtea.classpath.org/download/source/icedtea-3.5.0.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.5.0/openjdk.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.5.0/corba.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.5.0/jaxp.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.5.0/jaxws.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.5.0/jdk.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.5.0/langtools.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.5.0/nashorn.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.5.0/hotspot.tar.xz"
MD5SUM="be9a5d29e5d7314d347aef549679acf2 \
19a8fe6ea2bd753ecd085ebddd185dab \
70224f73a132b14927484cb0249d00f5 \
05c0a6d4b04043cb4b4005fa5374a9f9 \
f1ee8e13e71582b1f42f58fda4774d18 \
3baf1a696c1a99fa80365c4b9a5389e1 \
04e42e7e40a9f1cba3a2353410085d91 \
a7d351e13515a36794d73d6f7af48447 \
68de1a2ccbad5b32b262b8f791749688"
DOWNLOAD="http://icedtea.classpath.org/download/source/icedtea-3.6.0.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.6.0/openjdk.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.6.0/corba.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.6.0/jaxp.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.6.0/jaxws.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.6.0/jdk.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.6.0/langtools.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.6.0/nashorn.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.6.0/hotspot.tar.xz"
MD5SUM="1440081992e28031c4451a7bf30b754a \
37bc76dcf76855ae20cdea8b4b3eaf34 \
a7fbb5da0c62ba76fa931e21165ea5b1 \
897c3588947c5310028505485111bd87 \
d335e7198f15134d9a6f05e5325d41ae \
4ad0e6370c59d85c2b4578334a6a2c62 \
45d8775e1eaf78f422591bde7e459c38 \
90ec301be3b9c016abc5e6804f7efbeb \
7f9248ac4155b3dd134ecf34f7fe359c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="openjdk"