forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitkraken.json
38 lines (38 loc) · 1.16 KB
/
gitkraken.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
32
33
34
35
36
37
38
{
"homepage": "https://www.gitkraken.com/",
"version": "2.5.0",
"architecture": {
"64bit": {
"url": "https://release.gitkraken.com/win64/GitKrakenSetup.exe#/dl.7z",
"hash": "686a92bc13778e9d85588781eccddb2f3da162903aa5607b0a4ca790cdba9ace"
},
"32bit": {
"url": "https://release.gitkraken.com/win32/GitKrakenSetup.exe#/dl.7z",
"hash": "7fa84694b1af530247d3f9f718d5b292b3610bff6602d800a96743c252cefab2"
}
},
"pre_install": "7z x -o\"$dir\" $dir/gitkraken-$version-full.nupkg | out-null",
"bin": [
"lib/net45/gitkraken.exe"
],
"shortcuts": [
[
"lib/net45/gitkraken.exe",
"GitKraken"
]
],
"checkver": {
"url": "https://www.gitkraken.com/download",
"re": "Latest release:\\s+([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://release.gitkraken.com/win64/GitKrakenSetup.exe#/dl.7z"
},
"32bit": {
"url": "https://release.gitkraken.com/win32/GitKrakenSetup.exe#/dl.7z"
}
}
}
}