2021-02-08 07:46:45 +01:00

23 lines
878 B
JSON

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