ScoopInstaller_Main/pshazz.json
2019-03-15 02:00:26 +00:00

21 lines
791 B
JSON

{
"homepage": "https://github.com/lukesampson/pshazz",
"version": "0.2019.03.15",
"url": "https://github.com/lukesampson/pshazz/archive/beaae2195a572d7b91c4e9479031c17bfbe664b9.zip",
"extract_dir": "pshazz-beaae2195a572d7b91c4e9479031c17bfbe664b9",
"hash": "73bc1fb370e465c4a7976ab1dec6be7ff81caf5710ac659066597d960147e9f6",
"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"
}
}