update tea to 0.1.2 (#78)

This commit is contained in:
Lunny Xiao 2019-11-16 02:51:25 +00:00 committed by techknowlogick
parent 727e8bfeda
commit 39e3c51838
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.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