mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
21 lines
791 B
JSON
21 lines
791 B
JSON
{
|
|
"homepage": "https://github.com/lukesampson/pshazz",
|
|
"version": "0.2019.05.25",
|
|
"url": "https://github.com/lukesampson/pshazz/archive/b9e7625a50eaf0d39647d6d8efdcc8a39d32d6a9.zip",
|
|
"extract_dir": "pshazz-b9e7625a50eaf0d39647d6d8efdcc8a39d32d6a9",
|
|
"hash": "d2dc928461cc2d77e457155d9592ff0d045acac0b50cd74425df61446eef9b31",
|
|
"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"
|
|
}
|
|
}
|