mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 22:51:28 +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.2",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mutagen-io/mutagen/releases/download/v0.11.2/mutagen_windows_amd64_v0.11.2.zip",
|
|
"hash": "d8ac387034f1dc5b2906e2158daee55fa2a8b96268d6c955f40d364f65f20cab"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mutagen-io/mutagen/releases/download/v0.11.2/mutagen_windows_386_v0.11.2.zip",
|
|
"hash": "a59f3a8e22b6967f3d6a68c65e20a3c12edc600dc44296a5a4cee33fab89581a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|