ScoopInstaller_Main/pshazz.json
Hsiao-nan Cheung 3027076de3 pshazz: Update to version 0.2018.09.25 (#2797)
* pshazz: Update to version 0.2018.09.25

* Fix checkver and autoupdate
2018-11-22 18:49:28 +01:00

24 lines
832 B
JSON

{
"homepage": "https://github.com/lukesampson/pshazz",
"version": "0.2018.09.25",
"url": "https://github.com/lukesampson/pshazz/archive/8556d21b4f9eed4dc53f1e716e348b50cd921dc4.zip",
"extract_dir": "pshazz-8556d21b4f9eed4dc53f1e716e348b50cd921dc4",
"hash": "74ea403aa96b53545f254144f5c61393494f02e337408d2597b78393e029a5be",
"bin": [
"bin\\pshazz.ps1",
"libexec\\askpass.exe"
],
"installer": {
"file": "bin\\install.ps1"
},
"checkver": {
"url": "https://github.com/lukesampson/pshazz",
"re": "datetime=\"(\\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"
}
}