mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
23 lines
878 B
JSON
23 lines
878 B
JSON
{
|
|
"homepage": "https://github.com/lukesampson/pshazz",
|
|
"description": "Give your powershell some pizazz.",
|
|
"version": "0.2020.05.23",
|
|
"license": "Unlicense",
|
|
"url": "https://github.com/lukesampson/pshazz/archive/e39443e96a744dd62e3054079b25b46297f2eaee.zip",
|
|
"hash": "642689b492f24264877fa7f8aa18cd79fed6b651ca96a088c30259d7d56e2623",
|
|
"extract_dir": "pshazz-e39443e96a744dd62e3054079b25b46297f2eaee",
|
|
"bin": "bin\\pshazz.ps1",
|
|
"installer": {
|
|
"file": "bin\\install.ps1"
|
|
},
|
|
"checkver": {
|
|
"url": "https://github.com/lukesampson/pshazz/commits/master.atom",
|
|
"regex": "(?s)>(\\d+)-(\\d+)-(\\d+)T.*?/(?<sha>[0-9a-f]{40})",
|
|
"replace": "0.${1}.${2}.${3}"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/lukesampson/pshazz/archive/$matchSha.zip",
|
|
"extract_dir": "pshazz-$matchSha"
|
|
}
|
|
}
|