mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-02 15:24:43 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.7.31",
|
|
"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.31/tombi-cli-0.7.31-x86_64-pc-windows-msvc.zip",
|
|
"hash": "77826377917d51b22c05f5863c5d336e63b32d6821466d172f79c82dc355fbf6"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.7.31/tombi-cli-0.7.31-aarch64-pc-windows-msvc.zip",
|
|
"hash": "66bc736ec80615271349e149fb7d3c7066ab4b66ec628a269ae700471dd0b936"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|