mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 10:34:52 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.7.25",
|
|
"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.25/tombi-cli-0.7.25-x86_64-pc-windows-msvc.zip",
|
|
"hash": "bef21ca131643d8686478bae22fcc33ef838c55f92d588d66c440e145b0c2818"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.7.25/tombi-cli-0.7.25-aarch64-pc-windows-msvc.zip",
|
|
"hash": "cfdbcdfe19bfc52fd2d91bab93d4ee1596448cadb01925f35291615f956f34c4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|