Patrick Sansoucy 1dc8e72f55
jabba: Update to version 0.12.2 (#4499)
* Update jabba.json

Update Jabba to new forked and updated version

* Add 32bit version and apply suggested changes

* Update jabba.json

* Update jabba.json

---------

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
2023-03-09 01:10:02 +05:30

37 lines
1.3 KiB
JSON

{
"version": "0.12.2",
"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.12.2/jabba-0.12.2-windows-amd64.exe#/jabba.exe",
"hash": "5d3d8b68ee5584ca083d79d8e30481fa0d2d509990d4cfdb102aec16b4d3f378"
},
"32bit": {
"url": "https://github.com/Jabba-Team/jabba/releases/download/0.12.2/jabba-0.12.2-windows-386.exe#/jabba.exe",
"hash": "e83f6b516ea45f87a957181a9c6aacfe83dc4723015e9a344aa438dbb6fd00d4"
}
},
"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"
}
}
}
}