ScoopInstaller_Main/pshazz.json
2019-01-29 08:00:23 +00:00

21 lines
784 B
JSON

{
"homepage": "https://github.com/lukesampson/pshazz",
"version": "0.2019.01.29",
"url": "https://github.com/lukesampson/pshazz/archive/6c9fa8e483288cab7fd11117731c5fb46c7b9d99.zip",
"extract_dir": "pshazz-6c9fa8e483288cab7fd11117731c5fb46c7b9d99",
"hash": "672a57612a69e22d561c8ee475195e931468f71c197a080b0dd3e1966a8ab10d",
"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"
}
}