diff --git a/tea.rb b/tea.rb index abca57a..6da8fb9 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.1.0" + version "0.1.2" url "https://dl.gitea.io/tea/#{version}/tea-#{version}-darwin-10.6-amd64" sha256 `curl -s https://dl.gitea.io/tea/#{version}/tea-#{version}-darwin-10.6-amd64.sha256`.split(" ").first end