mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
21 lines
791 B
JSON
21 lines
791 B
JSON
{
|
|
"homepage": "https://github.com/lukesampson/pshazz",
|
|
"version": "0.2019.04.02",
|
|
"url": "https://github.com/lukesampson/pshazz/archive/8a23d403af1ac9dd5f7755752bbf52a1cea9d257.zip",
|
|
"extract_dir": "pshazz-8a23d403af1ac9dd5f7755752bbf52a1cea9d257",
|
|
"hash": "9fc0a13fdbb6eee2e717f4624b837ba32de9ee9b4a991fdf07aa868cc792eb3d",
|
|
"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"
|
|
}
|
|
}
|