mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 05:24:27 +00:00
20 lines
574 B
JSON
20 lines
574 B
JSON
{
|
|
"version": "1.0.2",
|
|
"description": "A Sudo for Windows",
|
|
"homepage": "https://github.com/gerardog/gsudo",
|
|
"license": "MIT",
|
|
"url": "https://github.com/gerardog/gsudo/releases/download/v1.0.2/gsudo.v1.0.2.zip",
|
|
"hash": "0ce9e5152b1f04625a649d8410f7be522e58cfa97ea9e63f08cd9ff147feeab9",
|
|
"env_add_path": ".",
|
|
"bin": [
|
|
[
|
|
"gsudo.exe",
|
|
"sudo"
|
|
]
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/gerardog/gsudo/releases/download/v$version/gsudo.v$version.zip"
|
|
}
|
|
}
|