mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 04:24:28 +00:00
21 lines
784 B
JSON
21 lines
784 B
JSON
{
|
|
"homepage": "https://github.com/lukesampson/pshazz",
|
|
"version": "0.2019.01.30",
|
|
"url": "https://github.com/lukesampson/pshazz/archive/b40b82100e86a70394ac292c8799c0dd5d871c50.zip",
|
|
"extract_dir": "pshazz-b40b82100e86a70394ac292c8799c0dd5d871c50",
|
|
"hash": "6140bfb379dbc45625efc850b8ba6c524fd4b8b3cb8c6240be3988c2dd3bcaee",
|
|
"bin": "bin\\pshazz.ps1",
|
|
"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"
|
|
}
|
|
}
|