2019-07-28 22:00:27 +00:00

31 lines
1.2 KiB
JSON

{
"homepage": "https://mutagen.io/",
"description": "Fast, cross-platform, continuous, multidirectional file synchronization for remote development",
"license": "MIT",
"version": "0.10.0",
"architecture": {
"64bit": {
"url": "https://github.com/mutagen-io/mutagen/releases/download/v0.10.0/mutagen_windows_amd64_v0.10.0.zip",
"hash": "47658e5eb1a0d680b0a1444cd12de7083b76c823e4a31d0ad34832c9db8e0ad2"
},
"32bit": {
"url": "https://github.com/mutagen-io/mutagen/releases/download/v0.10.0/mutagen_windows_386_v0.10.0.zip",
"hash": "b6dd2699ce2dd8c0d10ab15356d8c6dfe42ee6249bd7c6712baca1f3fb55fd5a"
}
},
"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"
}
}
}
}