2022-11-19 00:33:45 +00:00

31 lines
1.2 KiB
JSON

{
"version": "0.16.2",
"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.16.2/mutagen_windows_amd64_v0.16.2.zip",
"hash": "9dbb1b4a10cf084f5102faefc7e55ae37d27bffa5949b94e1fd479ed4a9fad02"
},
"32bit": {
"url": "https://github.com/mutagen-io/mutagen/releases/download/v0.16.2/mutagen_windows_386_v0.16.2.zip",
"hash": "197476d4cce2f66375e2deb95f550116bb6523d8c5256623948c8b0b6a0c7f9f"
}
},
"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"
}
}
}
}