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