mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 04:24:28 +00:00
21 lines
791 B
JSON
21 lines
791 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/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"
|
|
}
|
|
}
|