ScoopInstaller_Main/pshazz.json
2019-03-23 14:00:27 +00:00

21 lines
791 B
JSON

{
"homepage": "https://github.com/lukesampson/pshazz",
"version": "0.2019.03.23",
"url": "https://github.com/lukesampson/pshazz/archive/5e2b452477cbc99be3cabb9230949fe5103ae96b.zip",
"extract_dir": "pshazz-5e2b452477cbc99be3cabb9230949fe5103ae96b",
"hash": "209eadc84eccd69772902fb32f38730fc53fab4626068d523a401895dbf89f39",
"bin": "bin\\pshazz.ps1",
"installer": {
"file": "bin\\install.ps1"
},
"checkver": {
"url": "https://github.com/lukesampson/pshazz/commits/master.atom",
"re": "(\\d+)-(\\d+)-(\\d+)[\\S\\s]*?(?<sha>[0-9a-f]{40})",
"replace": "0.${1}.${2}.${3}"
},
"autoupdate": {
"url": "https://github.com/lukesampson/pshazz/archive/$matchSha.zip",
"extract_dir": "pshazz-$matchSha"
}
}