-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathlegit.json
31 lines (31 loc) · 989 Bytes
/
legit.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"version": "1.2.0",
"description": "Complementary command-line interface for Git.",
"homepage": "https://frostming.github.io/legit/",
"license": {
"identifier": "Freeware",
"url": "https://github.com/frostming/legit/blob/master/LICENSE"
},
"suggest": {
"git": [
"git",
"git-with-openssh"
]
},
"url": "https://github.com/frostming/legit/releases/download/1.2.0/legit.exe",
"hash": "2c4aa8a777141cad9171a7aec9b91d6570443644f7ca040903773620074d361b",
"post_install": "'y' | legit --install | Out-Null",
"uninstaller": {
"script": "legit --uninstall | Out-Null"
},
"bin": "legit.exe",
"checkver": {
"github": "https://github.com/frostming/legit"
},
"autoupdate": {
"url": "https://github.com/frostming/legit/releases/download/$version/legit.exe",
"hash": {
"url": "$url.sha256"
}
}
}