Manuel 9044c3141b
mob: Fix description (#1772)
- Replace the word Swift with Smooth
2021-10-22 13:18:59 +05:30

27 lines
844 B
JSON

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