2023-02-21 20:27:21 +00:00

31 lines
1.2 KiB
JSON

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