tea v0.4.0 (#102)

TEA v0.4.0

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/102
Reviewed-by: Gary Kim <gary@garykim.dev>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
6543 2020-07-19 02:22:30 +00:00 committed by Lunny Xiao
parent 594c31424b
commit 30a7d4ddac
1 changed files with 1 additions and 1 deletions

2
tea.rb
View File

@ -5,7 +5,7 @@ class Tea < Formula
head "https://gitea.com/gitea/tea.git"
stable do
version "0.3.1"
version "0.4.0"
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