Upgrade tea to 0.7.0 (#122)

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/122
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
Lunny Xiao 2021-03-12 22:39:41 +08:00 committed by 6543
parent fe061c0e5c
commit 27472a9796
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.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