tea 0.3.1 (#96)

tea 0.3.1

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/96
Reviewed-by: 6543 <6543@noreply.gitea.io>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
techknowlogick 2020-06-16 01:22:37 +00:00 committed by Lunny Xiao
parent bbdd780041
commit 7edb17bcac
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.0"
version "0.3.1"
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