Skip to content

Commit

Permalink
sun-jdk: Version bump to 7u17.
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed Mar 5, 2013
1 parent d86ce87 commit 25f26cf
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=7u15
FVERSION=$VERSION-b03
DVERSION=1.7.0_15
VERSION=7u17
FVERSION=$VERSION-b02
DVERSION=1.7.0_17
SOURCE_DIRECTORY=$BUILD_DIRECTORY/jdk$DVERSION
WEB_SITE=http://www.oracle.com/technetwork/java/javase/downloads/index.html
LICENSE="proprietary"
ENTERED=20070210
UPDATED=20130225
UPDATED=20130305
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="bf42fd0fd45d6bc3b644f2035410df0eaee32900 $JDK_ARCHIVE"
JDK_SHA1_VFY="5c85e1be8da066481e28ed2cac8298845ec2eeab $JDK_ARCHIVE"
else
JDK_SHA1_VFY="1dfa71bc04d3c1ef02aba4a21d6d3031d39c8346 $JDK_ARCHIVE"
JDK_SHA1_VFY="d9b26c0db4e9b9d5331198830eb25582e3bb5e38 $JDK_ARCHIVE"
fi &&
JDK_SHA1_TST=`sha1sum $JDK_ARCHIVE` &&
if [ "$JDK_SHA1_VFY" != "$JDK_SHA1_TST" ]; then
Expand Down

0 comments on commit 25f26cf

Please sign in to comment.