From 6fb0b625d110081da905a2ac2ea009299330aa33 Mon Sep 17 00:00:00 2001 From: Gerardo Grignoli Date: Sun, 4 Sep 2022 17:16:08 -0300 Subject: [PATCH] gsudo: Update to version 1.4.0 (#3873) * gsudo: Update to version 1.4.0. Support for x86 and x64 platforms (breaking change) * Update bucket/gsudo.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/gsudo.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/bucket/gsudo.json b/bucket/gsudo.json index 39542dddd4..b05f3f74a1 100644 --- a/bucket/gsudo.json +++ b/bucket/gsudo.json @@ -1,10 +1,18 @@ { - "version": "1.3.0", + "version": "1.4.0", "description": "A Sudo for Windows", "homepage": "https://github.com/gerardog/gsudo", "license": "MIT", - "url": "https://github.com/gerardog/gsudo/releases/download/v1.3.0/gsudo.v1.3.0.zip", - "hash": "cfd28467bbedf85bb05dc35f59c2e16ba8f19bd7aa555abb37cb2693a9b97855", + "url": "https://github.com/gerardog/gsudo/releases/download/v1.4.0/gsudo.v1.4.0.zip", + "hash": "FA7EBED253889D2532A0570132F6E470E0E1AE95040D587ABC8AF0F79BFEDD4C", + "architecture": { + "64bit": { + "extract_dir": "x64" + }, + "32bit": { + "extract_dir": "x86" + } + }, "bin": [ [ "gsudo.exe",