mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
multi-gitter: Add version 0.58.0 (#7217)
This commit is contained in:
parent
2e970c955f
commit
88ca935b49
38
bucket/multi-gitter.json
Normal file
38
bucket/multi-gitter.json
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
{
|
||||||
|
"version": "0.58.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.58.0/multi-gitter_0.58.0_Windows_x86_64.tar.gz",
|
||||||
|
"hash": "4af737d541cda9c7736b01284def7a084f619baa6c528148712cad50877791cb"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/lindell/multi-gitter/releases/download/v0.58.0/multi-gitter_0.58.0_Windows_i386.tar.gz",
|
||||||
|
"hash": "1ebfaf8f6e88e8e5e9f433a054ab3e9729ca9831e8622af7ec1bb7f7d6ea06f3"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/lindell/multi-gitter/releases/download/v0.58.0/multi-gitter_0.58.0_Windows_ARM64.tar.gz",
|
||||||
|
"hash": "84164ce82da1c9f4e749d2d649ed632a4471668d6e261aff050c2c7658c1f168"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user