2022-03-09 20:27:57 +00:00

23 lines
878 B
JSON

{
"version": "0.2022.03.09",
"description": "Give your powershell some pizazz.",
"homepage": "https://github.com/lukesampson/pshazz",
"license": "Unlicense",
"url": "https://github.com/lukesampson/pshazz/archive/2d74b2c0820a7106fa563c1db048827e7becebf8.zip",
"hash": "70f4779f07390c007ffa9576fda8b6050a62756a5efdd96617a5cd11cd879e98",
"extract_dir": "pshazz-2d74b2c0820a7106fa563c1db048827e7becebf8",
"installer": {
"file": "bin\\install.ps1"
},
"bin": "bin\\pshazz.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"
}
}