2022-01-13 00:36:22 +00:00

27 lines
841 B
JSON

{
"version": "2.2.1",
"description": "Smooth git handover with mob",
"homepage": "https://mob.sh",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/remotemobprogramming/mob/releases/download/v2.2.1/mob_v2.2.1_windows_amd64.tar.gz",
"hash": "md5:1e40136fae1e6fbbaee38cf59ee8bd87"
}
},
"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_checksum.txt"
}
}
}
}
}