diff --git a/bucket/zulu-icedtea-web.json b/bucket/zulu-icedtea-web.json new file mode 100644 index 000000000..d4d6d5815 --- /dev/null +++ b/bucket/zulu-icedtea-web.json @@ -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" + } + } + } +} diff --git a/bucket/zulumc.json b/bucket/zulumc.json index 5ab07f8c7..2a3807257 100644 --- a/bucket/zulumc.json +++ b/bucket/zulumc.json @@ -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.]+)(?-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" } }