Skip to content

Commit

Permalink
sun-jdk: Version bump to 7u15-b03.
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed Feb 25, 2013
1 parent e73f2fd commit b283113
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=7u13
FVERSION=$VERSION-b20
DVERSION=1.7.0_13
VERSION=7u15
FVERSION=$VERSION-b03
DVERSION=1.7.0_15
SOURCE_DIRECTORY=$BUILD_DIRECTORY/jdk$DVERSION
WEB_SITE=http://www.oracle.com/technetwork/java/javase/downloads/index.html
LICENSE="proprietary"
ENTERED=20070210
UPDATED=20130203
UPDATED=20130225
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 @@ -25,9 +25,9 @@ rm -f $JDK_POLICY
exit 1
fi &&
if [ "$bits" = i586 ]; then
JDK_SHA1_VFY="1f70d86fed41a8b9a73d7ee741f70a0bb51c51a3 $JDK_ARCHIVE"
JDK_SHA1_VFY="bf42fd0fd45d6bc3b644f2035410df0eaee32900 $JDK_ARCHIVE"
else
JDK_SHA1_VFY="7fe4c6f0c826c99afc13ed9f6d73187e56c2b7e1 $JDK_ARCHIVE"
JDK_SHA1_VFY="1dfa71bc04d3c1ef02aba4a21d6d3031d39c8346 $JDK_ARCHIVE"
fi &&
JDK_SHA1_TST=`sha1sum $JDK_ARCHIVE` &&
if [ "$JDK_SHA1_VFY" != "$JDK_SHA1_TST" ]; then
Expand Down

0 comments on commit b283113

Please sign in to comment.