mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-28 06:14:40 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.7.32",
|
|
"description": "Feature-Rich TOML Toolkit.",
|
|
"homepage": "https://tombi-toml.github.io/tombi/",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2022"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.7.32/tombi-cli-0.7.32-x86_64-pc-windows-msvc.zip",
|
|
"hash": "378aab8bfa604deb2a2bd4d17ffe953e0be5aa3bee39a348da65e12fbad600dd"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.7.32/tombi-cli-0.7.32-aarch64-pc-windows-msvc.zip",
|
|
"hash": "b153d8dddea73e084452e29ca00e58492b85a7aa2ad8e3dcae8dca1c37da18c2"
|
|
}
|
|
},
|
|
"bin": "tombi.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/tombi-toml/tombi"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v$version/tombi-cli-$version-x86_64-pc-windows-msvc.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v$version/tombi-cli-$version-aarch64-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|