mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
24 lines
832 B
JSON
24 lines
832 B
JSON
{
|
|
"homepage": "https://github.com/lukesampson/pshazz",
|
|
"version": "0.2018.09.25",
|
|
"url": "https://github.com/lukesampson/pshazz/archive/8556d21b4f9eed4dc53f1e716e348b50cd921dc4.zip",
|
|
"extract_dir": "pshazz-8556d21b4f9eed4dc53f1e716e348b50cd921dc4",
|
|
"hash": "74ea403aa96b53545f254144f5c61393494f02e337408d2597b78393e029a5be",
|
|
"bin": [
|
|
"bin\\pshazz.ps1",
|
|
"libexec\\askpass.exe"
|
|
],
|
|
"installer": {
|
|
"file": "bin\\install.ps1"
|
|
},
|
|
"checkver": {
|
|
"url": "https://github.com/lukesampson/pshazz",
|
|
"re": "datetime=\"(\\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"
|
|
}
|
|
}
|