mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 12:45:14 +00:00
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"version": "0.16.5",
|
|
"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.16.5/mutagen_windows_amd64_v0.16.5.zip",
|
|
"hash": "a6afbf5c08ba228ed6e5f06c4295f8918f926abe515f70763a2208b5b3d5a91f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mutagen-io/mutagen/releases/download/v0.16.5/mutagen_windows_386_v0.16.5.zip",
|
|
"hash": "879956b449c456cdc75e0519a4d4ab1d18cc94892e73a463a8c5ddea459c22c5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|