From 45986b2534efff76fd5528b0264f7d3bd204f5b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 00:35:13 +0000 Subject: [PATCH] tea: Update to version 0.11.1 --- bucket/tea.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tea.json b/bucket/tea.json index 012bd62c1c..3d40df1a8c 100644 --- a/bucket/tea.json +++ b/bucket/tea.json @@ -1,12 +1,12 @@ { - "version": "0.11.0", + "version": "0.11.1", "description": "Official command-line tool to interact with Gitea servers", "homepage": "https://gitea.com/gitea/tea", "license": "MIT", "architecture": { "64bit": { - "url": "https://gitea.com/gitea/tea/releases/download/v0.11.0/tea-0.11.0-windows-amd64.exe.xz", - "hash": "7c21c35d4132e0f0a1502b37defd246724e11006f0fcb2d616e3a9dbffdab767" + "url": "https://gitea.com/gitea/tea/releases/download/v0.11.1/tea-0.11.1-windows-amd64.exe.xz", + "hash": "d91fb10c5fcb6eab45d79f140f1a0aa36dccb678e5171fe8a51f9bfb4a05065d" } }, "pre_install": "Get-Item \"$dir\\tea-*.exe\" | Rename-Item -NewName \"$dir\\tea.exe\"",