mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 04:54:29 +00:00
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"version": "0.11.7",
|
|
"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.11.7/mutagen_windows_amd64_v0.11.7.zip",
|
|
"hash": "5bef805686623abbd7b1816b8dcc4a484adf380dbe071c94a871b0c4098e9a6b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mutagen-io/mutagen/releases/download/v0.11.7/mutagen_windows_386_v0.11.7.zip",
|
|
"hash": "58a16f7b72a4134b4e72dffb8d3d51129e3c0abc2ae8e588262f2593688483b1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|