2023-12-02 00:32:57 +00:00

31 lines
1.2 KiB
JSON

{
"version": "0.17.3",
"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.3/mutagen_windows_amd64_v0.17.3.zip",
"hash": "0d3b4c958359b433ce38cdb0979fb93c58c6e5ab035b3d5d206e3fba8458fa3b"
},
"32bit": {
"url": "https://github.com/mutagen-io/mutagen/releases/download/v0.17.3/mutagen_windows_386_v0.17.3.zip",
"hash": "20877466842386dfd893658ae944fb583b68854910f730f070d81efc42cf1005"
}
},
"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"
}
}
}
}