mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-03 05:51:19 +00:00
23 lines
878 B
JSON
23 lines
878 B
JSON
{
|
|
"homepage": "https://github.com/lukesampson/pshazz",
|
|
"description": "Give your powershell some pizazz.",
|
|
"version": "0.2019.08.07",
|
|
"license": "Unlicense",
|
|
"url": "https://github.com/lukesampson/pshazz/archive/30609306103dd2988353e44596c6093c688b0ea5.zip",
|
|
"hash": "811cc62325a2140d47eecff15664aaa27e6d16d0e81eadfc5717ea47500d0cc7",
|
|
"extract_dir": "pshazz-30609306103dd2988353e44596c6093c688b0ea5",
|
|
"bin": "bin\\pshazz.ps1",
|
|
"installer": {
|
|
"file": "bin\\install.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"
|
|
}
|
|
}
|