From 27472a9796bde710b3306a160282f6abc33bef91 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Fri, 12 Mar 2021 22:39:41 +0800 Subject: [PATCH] Upgrade tea to 0.7.0 (#122) Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/122 Reviewed-by: techknowlogick Reviewed-by: 6543 <6543@obermui.de> Co-authored-by: Lunny Xiao Co-committed-by: Lunny Xiao --- tea.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tea.rb b/tea.rb index 7b32a22..720b92f 100644 --- a/tea.rb +++ b/tea.rb @@ -5,7 +5,7 @@ class Tea < Formula head "https://gitea.com/gitea/tea.git" stable do - version "0.6.0" + version "0.7.0" url "https://dl.gitea.io/tea/#{version}/tea-#{version}-darwin-amd64" sha256 `curl -s https://dl.gitea.io/tea/#{version}/tea-#{version}-darwin-amd64.sha256`.split(" ").first end