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:
Mathias Hermansson 2020-03-04 22:37:39 +01:00 committed by GitHub
parent 617628c11b
commit 2b7ceb016e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 41 additions and 9 deletions

View 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"
}
}
}
}

View File

@ -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"
}
}