Skip to content

Commit

Permalink
sun-jdk: Version bump to 1.7.0.25.
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed Aug 6, 2013
1 parent f8840e7 commit c611cf9
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=7u21
FVERSION=$VERSION-b11
DVERSION=1.7.0_21
VERSION=7u25
FVERSION=$VERSION-b15
DVERSION=1.7.0_25
SOURCE_DIRECTORY=$BUILD_DIRECTORY/jdk$DVERSION
WEB_SITE=http://www.oracle.com/technetwork/java/javase/downloads/index.html
LICENSE="proprietary"
ENTERED=20070210
UPDATED=20130513
UPDATED=20130806
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="ce05b9a7ecfe348878389671bd82ddc68eac2491 $JDK_ARCHIVE"
JDK_SHA1_VFY="6b28b72351aa61329b5bacb16fca57c82813edd3 $JDK_ARCHIVE"
else
JDK_SHA1_VFY="5391a86ac11dcd62849de2b354048d83881d2a94 $JDK_ARCHIVE"
JDK_SHA1_VFY="1992a3e713c45032740f1dd290cb80d176e2c8c1 $JDK_ARCHIVE"
fi &&
JDK_SHA1_TST=`sha1sum $JDK_ARCHIVE` &&
if [ "$JDK_SHA1_VFY" != "$JDK_SHA1_TST" ]; then
Expand Down

0 comments on commit c611cf9

Please sign in to comment.