2021-04-20 19:23:10 +02:00

27 lines
840 B
JSON

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