[Lunar-commits] <moonbase-other> sun-jdk: bump to 8u20.
Dennis Veatch
dennisveatch at bellsouth.net
Wed Sep 17 16:14:33 CEST 2014
commit 30d6fab186be8af249ad8eb979ce899c2b7b7bd9
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Wed, 17 Sep 2014 10:14:10 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/30d6fab186be8af249ad8eb979ce899c2b7b7bd9
sun-jdk: bump to 8u20.
---
compilers/sun-jdk/DETAILS | +4/-4
compilers/sun-jdk/PRE_BUILD | +2/-2
2 files changed, 6 insertions(+), 6 deletions(-)
--- a/compilers/sun-jdk/DETAILS
+++ b/compilers/sun-jdk/DETAILS
@@ -1,12 +1,12 @@
MODULE=sun-jdk
- VERSION=8u11
- FVERSION=$VERSION-b12
- DVERSION=1.8.0_11
+ VERSION=8u20
+ FVERSION=$VERSION-b26
+ DVERSION=1.8.0_20
SOURCE_DIRECTORY=$BUILD_DIRECTORY/jdk$DVERSION
WEB_SITE=http://www.oracle.com/technetwork/java/javase/downloads/index.html
LICENSE="proprietary"
ENTERED=20070210
- UPDATED=2014717
+ UPDATED=20140917
SHORT="SUN java runtime environment"
FUZZY=off
LDD_CHECK=off
--- a/compilers/sun-jdk/PRE_BUILD
+++ b/compilers/sun-jdk/PRE_BUILD
@@ -26,9 +26,9 @@ if [ "$JCE_SHA1_VFY" != "$JCE_SHA1_TST" ]; then
fi &&
if [ "$bits" = i586 ]; then
- JDK_SHA1_VFY="195418ba5a903061e1183b997adc30afbc81c1bf"
+ JDK_SHA1_VFY="c08fe031b1cc79f4561084c8cd0ab96aef221ba3"
else
- JDK_SHA1_VFY="e97b549480fbf0753ec195e719494c8fc8df3a9e"
+ JDK_SHA1_VFY="36eaa3a5524ed6b97ae1296d50f18ba03d4b37f5"
fi &&
JDK_SHA1_TST=`sha1sum $JDK_ARCHIVE | awk '{print $1}'` &&
More information about the Lunar-commits
mailing list