From 1c8ea6c194c9b1f737d76dd36736efdee4397f19 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 22 Jul 2019 11:42:01 +0200 Subject: [PATCH] Add mutagen version 0.9.2 - Closes #255 --- bucket/mutagen.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bucket/mutagen.json diff --git a/bucket/mutagen.json b/bucket/mutagen.json new file mode 100644 index 0000000000..26f821049b --- /dev/null +++ b/bucket/mutagen.json @@ -0,0 +1,30 @@ +{ + "homepage": "https://mutagen.io/", + "description": "Fast, cross-platform, continuous, multidirectional file synchronization for remote development", + "license": "MIT", + "version": "0.9.2", + "architecture": { + "64bit": { + "url": "https://github.com/mutagen-io/mutagen/releases/download/v0.9.2/mutagen_windows_amd64_v0.9.2.zip", + "hash": "d9c88fddbe3fcd6711ae829504670946f8f23b51162da7f96a0901c6128ee0e3" + }, + "32bit": { + "url": "https://github.com/mutagen-io/mutagen/releases/download/v0.9.2/mutagen_windows_386_v0.9.2.zip", + "hash": "87b6d2b1e7600e698eaea1b4979e533f07b57710ecba8901c7dbf97871359178" + } + }, + "bin": "mutagen.exe", + "checkver": { + "github": "https://github.com/mutagen-io/mutagen" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/mutagen-io/mutagen/releases/download/v$version/mutagen_windows_amd64_v$version.zip" + }, + "32bit": { + "url": "https://github.com/mutagen-io/mutagen/releases/download/v$version/mutagen_windows_386_v$version.zip" + } + } + } +}