diff --git a/bucket/mob.json b/bucket/mob.json new file mode 100644 index 0000000000..4565de56f6 --- /dev/null +++ b/bucket/mob.json @@ -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" + } + } +}