mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
41 lines
1.7 KiB
JSON
41 lines
1.7 KiB
JSON
{
|
|
"version": "0.18.1",
|
|
"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.1/mutagen-compose_windows_amd64_v0.18.1.zip",
|
|
"hash": "ce266f8798b74d2040fd01a0513832f2501974f707aa99b61374d901cca2437d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mutagen-io/mutagen-compose/releases/download/v0.18.1/mutagen-compose_windows_386_v0.18.1.zip",
|
|
"hash": "ddd53602ba1cc9e18b0c978255c77bd774b573091389df2fb5b891af7e3a31b9"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/mutagen-io/mutagen-compose/releases/download/v0.18.1/mutagen-compose_windows_arm64_v0.18.1.zip",
|
|
"hash": "08a2f48a2f12cb6365c1c49d473b95daf4f9f62eef7ce1d5633e992456634a60"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|