2021-02-01 21:02:28 +01:00

27 lines
840 B
JSON

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