From 1dc8e72f554ece71138ea38d839417012b027807 Mon Sep 17 00:00:00 2001 From: Patrick Sansoucy Date: Wed, 8 Mar 2023 14:40:02 -0500 Subject: [PATCH] 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> --- bucket/jabba.json | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/bucket/jabba.json b/bucket/jabba.json index a2fa37989d..ae5f324ccb 100644 --- a/bucket/jabba.json +++ b/bucket/jabba.json @@ -1,18 +1,22 @@ { - "version": "0.11.2", + "version": "0.12.2", "description": "Java Version Manager", - "homepage": "https://github.com/shyiko/jabba", + "homepage": "https://github.com/Jabba-Team/jabba", "license": "Apache-2.0", "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": [ - "ensure \"$dir\\bin\" | Out-Null", - "Move-Item \"$dir\\jabba.exe\" \"$dir\\bin\\jabba.exe\"" - ] + "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" @@ -22,7 +26,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/shyiko/jabba/releases/download/$version/jabba-$version-windows-amd64.exe#/jabba.exe" + "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" } } }