mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-03 15:54:39 +00:00
39 lines
1.7 KiB
JSON
39 lines
1.7 KiB
JSON
{
|
|
"version": "0.62.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.62.0/multi-gitter_0.62.0_Windows_x86_64.tar.gz",
|
|
"hash": "c621e1ac4c1922a40e8da7951b300ff036e9a88b2da6a83673546db6da942d25"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/lindell/multi-gitter/releases/download/v0.62.0/multi-gitter_0.62.0_Windows_i386.tar.gz",
|
|
"hash": "17967b4a20b46acfbea5172c8111d0b9120a76b84a35f9917b34c777bb3e7a6a"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/lindell/multi-gitter/releases/download/v0.62.0/multi-gitter_0.62.0_Windows_ARM64.tar.gz",
|
|
"hash": "e23c9127331d29335bc41419e9e7283135e2bb680502863e0eff170d359dfcdc"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|