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.7.0",
"architecture": {
"64bit": {
"url": "https://release.gitkraken.com/win64/GitKrakenSetup.exe#/dl.7z",
"hash": "56189c0fdf729787df1e4f9553efc32c8253e1de9089fa48156a1b477dabf54a"
},
"32bit": {
"url": "https://release.gitkraken.com/win32/GitKrakenSetup.exe#/dl.7z",
"hash": "8828e60d61780db57a55d5fb1f96c425ef1ae3060161c718e9579f429aaecb99"
}
},
"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"
}
}
}
}