mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
21 lines
682 B
JSON
21 lines
682 B
JSON
{
|
|
"version": "1.3.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",
|
|
"bin": [
|
|
[
|
|
"gsudo.exe",
|
|
"sudo"
|
|
]
|
|
],
|
|
"post_install": "try { & \"$dir\\gsudo.exe\" -k 2>&1 | Out-Null } catch { info $_.Exception.Message }",
|
|
"env_add_path": ".",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/gerardog/gsudo/releases/download/v$version/gsudo.v$version.zip"
|
|
}
|
|
}
|