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" + } + } + } +}