From 527a414cd6ef8b6fc06aba58ad4ee2cb39dbc61b Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Thu, 17 Apr 2025 18:08:12 +0800 Subject: [PATCH] trunk: Add version 0.21.13 (#6732) --- bucket/trunk.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/trunk.json diff --git a/bucket/trunk.json b/bucket/trunk.json new file mode 100644 index 0000000000..6ac4e1c6c9 --- /dev/null +++ b/bucket/trunk.json @@ -0,0 +1,26 @@ +{ + "version": "0.21.13", + "description": "Build, bundle & ship your Rust WASM application to the web.", + "homepage": "https://trunkrs.dev/", + "license": "MIT|Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/trunk-rs/trunk/releases/download/v0.21.13/trunk-x86_64-pc-windows-msvc.zip", + "hash": "4b8ae1fbfb409e309bd394f25ac0fe801028bc84eedd2345a3b3bb367a57497e" + } + }, + "bin": "trunk.exe", + "checkver": { + "github": "https://github.com/trunk-rs/trunk" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/trunk-rs/trunk/releases/download/v$version/trunk-x86_64-pc-windows-msvc.zip" + } + }, + "hash": { + "url": "$url.sha256" + } + } +}