2020-05-23 20:47:20 +02:00

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"
}
}