mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|