mob: Add version 1.1.0 (#1743)

This commit is contained in:
Manuel 2021-01-20 17:18:12 +01:00 committed by GitHub
parent 30cb405586
commit 2112ac05e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
bucket/mob.json Normal file
View File

@ -0,0 +1,18 @@
{
"version": "1.1.0",
"description": "Swift git handover with mob",
"homepage": "https://mob.sh",
"license": "MIT",
"url": "https://github.com/remotemobprogramming/mob/releases/download/v1.1.0/mob_v1.1.0_windows_amd64.tar.gz",
"hash": "md5:f6655da1ac933b326d8155f6cdad911a",
"bin": "mob.exe",
"checkver": {
"github": "https://github.com/remotemobprogramming/mob"
},
"autoupdate": {
"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"
}
}
}