From 909d165f3fe3e4fb591ac7d856223d3836b020df Mon Sep 17 00:00:00 2001 From: Tyarel <98483313+Tyarel8@users.noreply.github.com> Date: Thu, 19 Oct 2023 09:20:16 +0200 Subject: [PATCH] taplo: Add version 0.8.1 (#5198) --- bucket/taplo.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bucket/taplo.json diff --git a/bucket/taplo.json b/bucket/taplo.json new file mode 100644 index 0000000000..26e1f9ced4 --- /dev/null +++ b/bucket/taplo.json @@ -0,0 +1,30 @@ +{ + "version": "0.8.1", + "description": "A TOML toolkit written in Rust", + "homepage": "https://taplo.tamasfe.dev/", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/tamasfe/taplo/releases/download/0.8.1/taplo-full-windows-x86_64.zip", + "hash": "265bf383e2656ea0b26f8de649866c497a95a75930e77bc07d647eb8abb05961" + }, + "32bit": { + "url": "https://github.com/tamasfe/taplo/releases/download/0.8.1/taplo-full-windows-x86.zip", + "hash": "d0e1d8b04ab6a60b8ca22d2e3133be157a3904235a21ae8825a6b6b773b65318" + }, + }, + "bin": "taplo.exe", + "checkver": { + "github": "https://github.com/tamasfe/taplo" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/tamasfe/taplo/releases/download/$version/taplo-full-windows-x86_64.zip" + }, + "32bit": { + "url": "https://github.com/tamasfe/taplo/releases/download/$version/taplo-full-windows-x86.zip" + } + } + } +}