tea: Update to version 0.12.0

This commit is contained in:
github-actions[bot] 2026-02-19 20:31:48 +00:00
parent 833eb77b03
commit 7618d90385

View File

@ -1,12 +1,12 @@
{
"version": "0.11.1",
"version": "0.12.0",
"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.1/tea-0.11.1-windows-amd64.exe.xz",
"hash": "d91fb10c5fcb6eab45d79f140f1a0aa36dccb678e5171fe8a51f9bfb4a05065d"
"url": "https://gitea.com/gitea/tea/releases/download/v0.12.0/tea-0.12.0-windows-amd64.exe.xz",
"hash": "e97557168447bf5adf4265322dfbef49172a8b422c35d35af5d4b47af0d8df38"
}
},
"pre_install": "Get-Item \"$dir\\tea-*.exe\" | Rename-Item -NewName \"$dir\\tea.exe\"",