mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
20 lines
574 B
JSON
20 lines
574 B
JSON
{
|
|
"version": "0.7.3",
|
|
"description": "A Sudo for Windows",
|
|
"homepage": "https://github.com/gerardog/gsudo",
|
|
"license": "MIT",
|
|
"url": "https://github.com/gerardog/gsudo/releases/download/v0.7.3/gsudo.v0.7.3.zip",
|
|
"hash": "a663510ff1754d20504ba989622a7a6077b435ecc17f361b3003a393fc98c191",
|
|
"env_add_path": ".",
|
|
"bin": [
|
|
[
|
|
"gsudo.exe",
|
|
"sudo"
|
|
]
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/gerardog/gsudo/releases/download/v$version/gsudo.v$version.zip"
|
|
}
|
|
}
|