mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-06 11:24:56 +08:00
Add Zulu Icedtea-Web, update Zulu Mission Control (#137)
* Add zulu-icedtea-web * zulumc: Switch to https, format manifest better
This commit is contained in:
parent
617628c11b
commit
2b7ceb016e
32
bucket/zulu-icedtea-web.json
Normal file
32
bucket/zulu-icedtea-web.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"homepage": "https://www.azul.com/downloads/icedtea-web-community/",
|
||||
"version": "1.8.3-4",
|
||||
"description": "IcedTea-Web is an open source implementation of JSR-56, better known as Java Web Start",
|
||||
"license": "UPL-1.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://cdn.azul.com/icedtea-web/zulu-icedtea-web-1.8.3-4.win.bin.zip",
|
||||
"hash": "d1763b9b0ebede297e8602698f9039738f63484207af77bf1e4f27b7545b31c5"
|
||||
}
|
||||
},
|
||||
"shortcuts": [
|
||||
[
|
||||
"bin\\itweb-settings.exe",
|
||||
"Zulu IcedTea-Web Control Panel"
|
||||
],
|
||||
[
|
||||
"bin\\policyeditor.exe",
|
||||
"Zulu IcedTea-Web Policy Editor"
|
||||
]
|
||||
],
|
||||
"extract_dir": "icedtea-web-image",
|
||||
"env_add_path": "bin",
|
||||
"checkver": "zulu-icedtea-web-([\\d.-]+).win.bin",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://cdn.azul.com/icedtea-web/zulu-icedtea-web-$version.win.bin.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -5,23 +5,23 @@
|
||||
"license": "UPL-1.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "http://static.azul.com/zmc/bin/zmc7.1.0.69-ca-win_x64.zip",
|
||||
"url": "https://cdn.azul.com/zmc/bin/zmc7.1.0.69-ca-win_x64.zip",
|
||||
"hash": "cf1a03cc7d9204063e1b47a0eba261a258a757d839b3b11f01661bc4a0e2cb08",
|
||||
"extract_dir": "zmc7.1.0.69-ca-win_x64",
|
||||
"shortcuts": [
|
||||
[
|
||||
"zmc.exe",
|
||||
"Zulu Mission Control"
|
||||
]
|
||||
]
|
||||
"extract_dir": "zmc7.1.0.69-ca-win_x64"
|
||||
}
|
||||
},
|
||||
"shortcuts": [
|
||||
[
|
||||
"zmc.exe",
|
||||
"Zulu Mission Control"
|
||||
]
|
||||
],
|
||||
"persist": "configuration",
|
||||
"checkver": "zmc([\\d.]+)(?<eaca>-EA|-ca)?-win",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "http://static.azul.com/zmc/bin/zmc$version$matchEaca-win_x64.zip",
|
||||
"url": "https://cdn.azul.com/zmc/bin/zmc$version$matchEaca-win_x64.zip",
|
||||
"extract_dir": "zmc$version$matchEaca-win_x64"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user