mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 04:31:27 +00:00
31 lines
1.2 KiB
JSON
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.11.5",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mutagen-io/mutagen/releases/download/v0.11.5/mutagen_windows_amd64_v0.11.5.zip",
|
|
"hash": "d5fc52a38d1b7ae49261f9486d88e4c7ab12f8a05c46edd1f5669f2b6b73b476"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mutagen-io/mutagen/releases/download/v0.11.5/mutagen_windows_386_v0.11.5.zip",
|
|
"hash": "30d313e24d15601177333a701767e64b9b66d970daff5c9900e73cefcd7e18be"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|