2021-06-25 21:11:39 -07:00

27 lines
840 B
JSON

{
"version": "1.7.0",
"description": "Swift git handover with mob",
"homepage": "https://mob.sh",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/remotemobprogramming/mob/releases/download/v1.7.0/mob_v1.7.0_windows_amd64.tar.gz",
"hash": "md5:943e0d1289b9acb9014a588340a86944"
}
},
"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"
}
}
}
}
}