From 271c8e680723c343b985abe3e258038eaaf078b8 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Mon, 12 Jan 2026 11:24:12 +0000 Subject: [PATCH] tombi: Add version 0.7.18 (#7333) tombi: Add version 0.6.41 Signed-off-by: Steve Hipwell --- bucket/tombi.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bucket/tombi.json diff --git a/bucket/tombi.json b/bucket/tombi.json new file mode 100644 index 0000000000..8bf7613e86 --- /dev/null +++ b/bucket/tombi.json @@ -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" + } + } + } +}