From 4d84c2f22992c03fe740ce519fa4a3404d25cd70 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 12 Aug 2023 23:43:50 -0400 Subject: [PATCH] tea: update sha Signed-off-by: Rui Chen --- Formula/t/tea.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/t/tea.rb b/Formula/t/tea.rb index ec100cfa411db..31004aa52583a 100644 --- a/Formula/t/tea.rb +++ b/Formula/t/tea.rb @@ -2,7 +2,7 @@ class Tea < Formula desc "Command-line tool to interact with Gitea servers" homepage "https://gitea.com/gitea/tea" url "https://gitea.com/gitea/tea/archive/v0.9.2.tar.gz" - sha256 "edcd1e9af43c91c653b19ba2f58297b4815afd285657221282321ceb2930c537" + sha256 "b5a944de8db7d5af4aa87e9640261c925f094d2b6d26c4faf2701773acab219b" license "MIT" head "https://gitea.com/gitea/tea.git", branch: "main"