mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Update Java to 8u102 (#22946)
This commit is contained in:
committed by
Vítor Galvão
parent
0196fc2db3
commit
89e5ee616d
+2
-2
@@ -1,6 +1,6 @@
|
||||
cask 'java' do
|
||||
version '1.8.0_92-b14'
|
||||
sha256 '626c2d9478d07318e9e6b2c38707f73aeafc0f7a9ede575062749346a7d347ca'
|
||||
version '1.8.0_102-b14'
|
||||
sha256 '9f53b71af203502da4ff416b5ab1a217a655006786bcbb8f8d8ad501debda748'
|
||||
|
||||
url "http://download.oracle.com/otn-pub/java/jdk/#{version.sub(%r{^\d+\.(\d+).*?_(.*)$}, '\1u\2')}/jdk-#{version.sub(%r{^\d+\.(\d+).*?_(\d+)-.*$}, '\1u\2')}-macosx-x64.dmg",
|
||||
cookies: {
|
||||
|
||||
Reference in New Issue
Block a user