-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmob.json
26 lines (26 loc) · 902 Bytes
/
mob.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
{
"version": "5.3.3",
"description": "Smooth git handover with mob",
"homepage": "https://mob.sh",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/remotemobprogramming/mob/releases/download/v5.3.3/mob_v5.3.3_windows_amd64.tar.gz",
"hash": "f94e0ec084ac72f4401e59763bc0e66002e9c088c02a93f5beaaa56294d855aa"
}
},
"bin": "mob.exe",
"checkver": {
"github": "https://github.com/remotemobprogramming/mob"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/remotemobprogramming/mob/releases/download/v$version/mob_v$version_windows_amd64.tar.gz",
"hash": {
"url": "$baseurl/mob_v$version_windows_amd64_sha256_checksum.txt"
}
}
}
}
}