Skip to content

Commit

Permalink
sun-jdk: bump to 8u20.
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed Sep 17, 2014
1 parent bca0465 commit 30d6fab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 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
Expand Down
4 changes: 2 additions & 2 deletions compilers/sun-jdk/PRE_BUILD
Expand Up @@ -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}'` &&
Expand Down

0 comments on commit 30d6fab

Please sign in to comment.