ScoopInstaller_Main/bucket/mutagen-compose.json
2024-10-24 20:29:01 +00:00

41 lines
1.7 KiB
JSON

{
"version": "0.18.0",
"description": "Compose with Mutagen integration",
"homepage": "https://mutagen.io/documentation/orchestration/compose",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/mutagen-io/mutagen-compose/releases/download/v0.18.0/mutagen-compose_windows_amd64_v0.18.0.zip",
"hash": "24fbcb0df4cd3b5b6b2e9e8c3cda0f278af0bbc4c1797ec16485c3f3a1f24f67"
},
"32bit": {
"url": "https://github.com/mutagen-io/mutagen-compose/releases/download/v0.18.0/mutagen-compose_windows_386_v0.18.0.zip",
"hash": "95e07379cbc824a8dd154f70116e6782aa8fe502487c61734b87b48646e57c95"
},
"arm64": {
"url": "https://github.com/mutagen-io/mutagen-compose/releases/download/v0.18.0/mutagen-compose_windows_arm64_v0.18.0.zip",
"hash": "f7d6cfd1ef9e94355a35fe814e16153518a22f7404a8c6716a5c0b6991c23083"
}
},
"bin": "mutagen-compose.exe",
"checkver": {
"github": "https://github.com/mutagen-io/mutagen-compose"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mutagen-io/mutagen-compose/releases/download/v$version/mutagen-compose_windows_amd64_v$version.zip"
},
"32bit": {
"url": "https://github.com/mutagen-io/mutagen-compose/releases/download/v$version/mutagen-compose_windows_386_v$version.zip"
},
"arm64": {
"url": "https://github.com/mutagen-io/mutagen-compose/releases/download/v$version/mutagen-compose_windows_arm64_v$version.zip"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS"
}
}
}