ScoopInstaller_Main/openjdk.json
Roy Ivy III a5d219e0c9 whitespace cleanup
* makes changes to almost all main repo files to be in accordance with .editorconfig
* some files in "test\fixtures\..." were left alone to avoid breaking tests
* NOTE: whitespace changes *only* (`git diff -b` shows no changes)
2015-08-17 22:54:43 -05:00

22 lines
911 B
JSON

{
"homepage": "https://github.com/alexkasko/openjdk-unofficial-builds",
"version": "1.7.0-u60",
"license": "GPL2",
"architecture": {
"64bit": {
"url": "https://bitbucket.org/alexkasko/openjdk-unofficial-builds/downloads/openjdk-1.7.0-u60-unofficial-windows-amd64-image.zip",
"hash": "a84e4ab93092577cdc45116f5a1b241ba44b4cf23bc9798b997d28476f45d96a",
"extract_dir": "openjdk-1.7.0-u60-unofficial-windows-amd64-image"
},
"32bit": {
"url": "https://bitbucket.org/alexkasko/openjdk-unofficial-builds/downloads/openjdk-1.7.0-u60-unofficial-windows-i586-image.zip",
"hash": "70691d01a3448d718a9319107fc9ab04cd86020869827573f93df89289258289",
"extract_dir": "openjdk-1.7.0-u60-unofficial-windows-i586-image"
}
},
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
}
}