From 2112ac05e68f532575479af8a85d8d7f3155c813 Mon Sep 17 00:00:00 2001 From: Manuel Date: Wed, 20 Jan 2021 17:18:12 +0100 Subject: [PATCH] mob: Add version 1.1.0 (#1743) --- bucket/mob.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 bucket/mob.json 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" + } + } +}