mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
18 lines
777 B
JSON
18 lines
777 B
JSON
{
|
|
"version": "0.2020.01.26",
|
|
"description": "An approximation of the Unix sudo command. Shows a UAC popup window unfortunately.",
|
|
"homepage": "https://github.com/lukesampson/psutils",
|
|
"license": "MIT",
|
|
"url": "https://raw.githubusercontent.com/lukesampson/psutils/c7116ac143ca81f223e6091d0974f45ac241eb1d/sudo.ps1",
|
|
"hash": "0d3cf564dc584ea98b213b4763228dee523c32388b1293e77eff70344d294aa8",
|
|
"bin": "sudo.ps1",
|
|
"checkver": {
|
|
"url": "https://github.com/lukesampson/psutils/commits/master/sudo.ps1.atom",
|
|
"regex": "(?s)>(\\d+)-(\\d+)-(\\d+)T.*?/(?<sha>[0-9a-f]{40})",
|
|
"replace": "0.${1}.${2}.${3}"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://raw.githubusercontent.com/lukesampson/psutils/$matchSha/sudo.ps1"
|
|
}
|
|
}
|