Skip to content

Commit

Permalink
update jdk to 6u21
Browse files Browse the repository at this point in the history
  • Loading branch information
dougm committed Aug 17, 2010
1 parent e8be291 commit 0e6866f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion windows/attributes/java.rb
Expand Up @@ -17,7 +17,7 @@
# limitations under the License.
#

default[:java][:release] = "6u20"
default[:java][:release] = "6u21"
if node[:kernel][:machine] == "x86_64"
default[:java][:jdk_arch] = "x64"
else
Expand All @@ -28,3 +28,6 @@

set[:java][:checksum]["jdk-6u20-windows-x64.exe"] = "ef317ae81689c1f33994b81bf8c98beb3996d572"
set[:java][:checksum]["jdk-6u20-windows-i586.exe"] = "ca690354bda417579961d404ff62eee6baf4c3ab"

set[:java][:checksum]["jdk-6u21-windows-x64.exe"] = "88921064b0a88f52fa9e6f7629ad386169853e3d"
set[:java][:checksum]["jdk-6u21-windows-i586.exe"] = "b8644c3e987ec30bf02a63c9d88c44f69062e316"

0 comments on commit 0e6866f

Please sign in to comment.