mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
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>
This commit is contained in:
parent
51d52724d5
commit
6fb0b625d1
@ -1,10 +1,18 @@
|
|||||||
{
|
{
|
||||||
"version": "1.3.0",
|
"version": "1.4.0",
|
||||||
"description": "A Sudo for Windows",
|
"description": "A Sudo for Windows",
|
||||||
"homepage": "https://github.com/gerardog/gsudo",
|
"homepage": "https://github.com/gerardog/gsudo",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"url": "https://github.com/gerardog/gsudo/releases/download/v1.3.0/gsudo.v1.3.0.zip",
|
"url": "https://github.com/gerardog/gsudo/releases/download/v1.4.0/gsudo.v1.4.0.zip",
|
||||||
"hash": "cfd28467bbedf85bb05dc35f59c2e16ba8f19bd7aa555abb37cb2693a9b97855",
|
"hash": "FA7EBED253889D2532A0570132F6E470E0E1AE95040D587ABC8AF0F79BFEDD4C",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"extract_dir": "x64"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"extract_dir": "x86"
|
||||||
|
}
|
||||||
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
[
|
[
|
||||||
"gsudo.exe",
|
"gsudo.exe",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user