mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 13:04:28 +00:00
21 lines
791 B
JSON
21 lines
791 B
JSON
{
|
|
"homepage": "https://github.com/lukesampson/pshazz",
|
|
"version": "0.2019.06.27",
|
|
"url": "https://github.com/lukesampson/pshazz/archive/870f7436f27aac3d663f1de5f325c07da50d4ec3.zip",
|
|
"extract_dir": "pshazz-870f7436f27aac3d663f1de5f325c07da50d4ec3",
|
|
"hash": "834abcb63fa31f244e8cf305580be99045f4e986a9448ae8b15106abf3b778c9",
|
|
"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"
|
|
}
|
|
}
|