mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-11 06:05:14 +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.16",
|
|
"license": "Unlicense",
|
|
"url": "https://github.com/lukesampson/pshazz/archive/cb43061ae82f0f71cb540f360f3a810632ba77da.zip",
|
|
"hash": "f821d2a07120d7599a7b6bf4a44c91d5241c2e4f6975d28f02671201ac036231",
|
|
"extract_dir": "pshazz-cb43061ae82f0f71cb540f360f3a810632ba77da",
|
|
"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"
|
|
}
|
|
}
|