tombi: Add version 0.7.18 (#7333)

tombi: Add version 0.6.41

Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
This commit is contained in:
Steve Hipwell 2026-01-12 11:24:12 +00:00 committed by GitHub
parent e570f90daa
commit 271c8e6807
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

33
bucket/tombi.json Normal file
View File

@ -0,0 +1,33 @@
{
"version": "0.7.18",
"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.18/tombi-cli-0.7.18-x86_64-pc-windows-msvc.zip",
"hash": "ac0741aa3472311c6cc2720c6588bf34074455052270a825469357565c87db51"
},
"arm64": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.7.18/tombi-cli-0.7.18-aarch64-pc-windows-msvc.zip",
"hash": "3e33ffaea78f2b1d0bed50b63de14576bd091230c11bf9cb29fcee8b9e6230a2"
}
},
"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"
}
}
}
}