2022-09-21 05:02:31 +00:00

31 lines
1.2 KiB
JSON

{
"version": "0.15.4",
"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.15.4/mutagen_windows_amd64_v0.15.4.zip",
"hash": "3bba498c2080f500bcdc17640bae7c5a1e2aa8ebc99e398ab1c4da345b00cba9"
},
"32bit": {
"url": "https://github.com/mutagen-io/mutagen/releases/download/v0.15.4/mutagen_windows_386_v0.15.4.zip",
"hash": "38a2b5243c8ab54a2c2daf757bc25675f2008249c59bfe525b37c95a8f13421c"
}
},
"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"
}
}
}
}