-
-
Notifications
You must be signed in to change notification settings - Fork 977
/
pshazz.json
22 lines (22 loc) · 878 Bytes
/
pshazz.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"version": "0.2022.03.09",
"description": "Give your powershell some pizazz.",
"homepage": "https://github.com/lukesampson/pshazz",
"license": "Unlicense",
"url": "https://github.com/lukesampson/pshazz/archive/2d74b2c0820a7106fa563c1db048827e7becebf8.zip",
"hash": "70f4779f07390c007ffa9576fda8b6050a62756a5efdd96617a5cd11cd879e98",
"extract_dir": "pshazz-2d74b2c0820a7106fa563c1db048827e7becebf8",
"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"
}
}