ScoopInstaller_Main/pshazz.json
2019-03-21 12:00:20 +00:00

21 lines
791 B
JSON

{
"homepage": "https://github.com/lukesampson/pshazz",
"version": "0.2019.03.21",
"url": "https://github.com/lukesampson/pshazz/archive/3369e2267245c97f0541677710b4a94dd72a9e32.zip",
"extract_dir": "pshazz-3369e2267245c97f0541677710b4a94dd72a9e32",
"hash": "5fdc9db8dce9a52f80902dcebf3d065f0feac4be3198b71b61fbab0ec35cee7c",
"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"
}
}