2021-01-31 11:07:51 +01:00

23 lines
878 B
JSON

{
"version": "0.2021.01.30",
"description": "Give your powershell some pizazz.",
"homepage": "https://github.com/lukesampson/pshazz",
"license": "Unlicense",
"url": "https://github.com/lukesampson/pshazz/archive/c5c26e47c233c602d19ca53ce01ec56888b400be.zip",
"hash": "e3ab50c8fffea96d71f4e57ee91b292ac6bbf706627035fbc58fb2530e99ac2f",
"extract_dir": "pshazz-c5c26e47c233c602d19ca53ce01ec56888b400be",
"installer": {
"file": "bin\\install.ps1"
},
"bin": "bin\\pshazz.ps1",
"checkver": {
"url": "https://github.com/lukesampson/pshazz/commits/master.atom",
"regex": "(?s)>(\\d+)-(\\d+)-(\\d+)T.*?/(?<sha>[0-9a-f]{40})",
"replace": "0.${1}.${2}.${3}"
},
"autoupdate": {
"url": "https://github.com/lukesampson/pshazz/archive/$matchSha.zip",
"extract_dir": "pshazz-$matchSha"
}
}