ScoopInstaller_Main/pshazz.json
2019-03-04 10:00:30 +00:00

21 lines
791 B
JSON

{
"homepage": "https://github.com/lukesampson/pshazz",
"version": "0.2019.03.04",
"url": "https://github.com/lukesampson/pshazz/archive/258db60ef220caebb64260a7e7b0e584b67f51e2.zip",
"extract_dir": "pshazz-258db60ef220caebb64260a7e7b0e584b67f51e2",
"hash": "459260e214a63a059f214bb48ac707568adc030083d46633effaa3e08a98c6dc",
"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"
}
}