-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathjabba.json
36 lines (36 loc) · 1.33 KB
/
jabba.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"version": "0.14.0",
"description": "Java Version Manager",
"homepage": "https://github.com/Jabba-Team/jabba",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/Jabba-Team/jabba/releases/download/0.14.0/jabba-0.14.0-windows-amd64.exe#/jabba.exe",
"hash": "7442b63ffee6b6f020e95f3d494eeb10df5267f6ebb301384189efc53ccbc0f5"
},
"32bit": {
"url": "https://github.com/Jabba-Team/jabba/releases/download/0.14.0/jabba-0.14.0-windows-386.exe#/jabba.exe",
"hash": "a3a7ded2f51eabd4a365727d50cbb3d7c9a6f0206aea44809f00b88c2d4b4ffb"
}
},
"pre_install": [
"ensure \"$dir\\bin\" | 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/Jabba-Team/jabba/releases/download/$version/jabba-$version-windows-amd64.exe#/jabba.exe"
},
"32bit": {
"url": "https://github.com/Jabba-Team/jabba/releases/download/$version/jabba-$version-windows-386.exe#/jabba.exe"
}
}
}
}