mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 20:55:14 +00:00
39 lines
1.7 KiB
JSON
39 lines
1.7 KiB
JSON
{
|
|
"version": "0.60.0",
|
|
"description": "A command-line tool for updating multiple repositories with a single command.",
|
|
"homepage": "https://github.com/lindell/multi-gitter",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/lindell/multi-gitter/releases/download/v0.60.0/multi-gitter_0.60.0_Windows_x86_64.tar.gz",
|
|
"hash": "0933a6c0be13d3742fa20055235f48f8cf35f4fa8c68d947ca3bee37444f3c4d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/lindell/multi-gitter/releases/download/v0.60.0/multi-gitter_0.60.0_Windows_i386.tar.gz",
|
|
"hash": "1146bc9b0104d952dc2d73f36d18cb2dbf35b3f65d11d81ab363e164e93b783b"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/lindell/multi-gitter/releases/download/v0.60.0/multi-gitter_0.60.0_Windows_ARM64.tar.gz",
|
|
"hash": "9b90c5b0861d10c8017e94e3b08520a383878a2e0dcde204fdd614519d9c09d1"
|
|
}
|
|
},
|
|
"bin": "multi-gitter.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/lindell/multi-gitter/releases/download/v$version/multi-gitter_$version_Windows_x86_64.tar.gz"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/lindell/multi-gitter/releases/download/v$version/multi-gitter_$version_Windows_i386.tar.gz"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/lindell/multi-gitter/releases/download/v$version/multi-gitter_$version_Windows_ARM64.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|