ScoopInstaller_Main/pshazz.json
2019-02-05 00:00:32 +00:00

21 lines
784 B
JSON

{
"homepage": "https://github.com/lukesampson/pshazz",
"version": "0.2019.02.04",
"url": "https://github.com/lukesampson/pshazz/archive/5d487aae145bb5407471f63e748d674d394c9fdd.zip",
"extract_dir": "pshazz-5d487aae145bb5407471f63e748d674d394c9fdd",
"hash": "f7d41a53c73106d873e2d2a284c0177c0908d18b323b7041d268737dda1a1635",
"bin": "bin\\pshazz.ps1",
"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"
}
}