From 14a8548099b7581b43689fea5a6c98cf05a42d8a Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Tue, 24 Dec 2019 13:33:01 +0800 Subject: [PATCH] jabba: Add version 0.11.2 (#671) --- bucket/jabba.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 bucket/jabba.json diff --git a/bucket/jabba.json b/bucket/jabba.json new file mode 100644 index 0000000000..50257b992e --- /dev/null +++ b/bucket/jabba.json @@ -0,0 +1,29 @@ +{ + "homepage": "https://github.com/shyiko/jabba", + "version": "0.11.2", + "license": "Apache-2.0", + "description": "Java Version Manager", + "architecture": { + "64bit": { + "url": "https://github.com/shyiko/jabba/releases/download/0.11.2/jabba-0.11.2-windows-amd64.exe#/jabba.exe", + "hash": "f0eb517f41fe42499f7abef64edac3226c20b905671f852f36fdfbb6652a3c9b", + "pre_install": [ + "New-Item \"$dir\\bin\" -ItemType Directory | Out-Null", + "Move-Item \"$dir\\jabba.exe\" \"$dir\\bin\\jabba.exe\"" + ] + } + }, + "bin": "bin\\jabba.exe", + "env_set": { + "JABBA_HOME": "$dir" + }, + "persist": "jdk", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/shyiko/jabba/releases/download/$version/jabba-$version-windows-amd64.exe#/jabba.exe" + } + } + } +}