2020-04-17 09:06:17 +02:00

23 lines
878 B
JSON

{
"homepage": "https://github.com/lukesampson/pshazz",
"description": "Give your powershell some pizazz.",
"version": "0.2020.04.16",
"license": "Unlicense",
"url": "https://github.com/lukesampson/pshazz/archive/ddfe6f392c540b5bc7c319270bcf94ae1707b9b3.zip",
"hash": "9e1163bef1a46d60837de27502c6e7c5200f056b0cdce8138db6c3194e9a0c5a",
"extract_dir": "pshazz-ddfe6f392c540b5bc7c319270bcf94ae1707b9b3",
"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"
}
}