ScoopInstaller_Main/bucket/multi-gitter.json
2025-11-28 00:39:28 +00:00

39 lines
1.7 KiB
JSON

{
"version": "0.61.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.61.0/multi-gitter_0.61.0_Windows_x86_64.tar.gz",
"hash": "df7c50659bbc577f1ad76da48e3da3559b95db7e463d8e0254ee0b5884ac6ec4"
},
"32bit": {
"url": "https://github.com/lindell/multi-gitter/releases/download/v0.61.0/multi-gitter_0.61.0_Windows_i386.tar.gz",
"hash": "2060a95b67e9495d7832d2c3397a8e305c07724c8f9cfedb685e0c8004490b74"
},
"arm64": {
"url": "https://github.com/lindell/multi-gitter/releases/download/v0.61.0/multi-gitter_0.61.0_Windows_ARM64.tar.gz",
"hash": "0a29ff531b30423c795eb993eb96e62acdc3a6139ef0fd2ce4fffda5dbbb9aef"
}
},
"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"
}
}
}