update tea to 0.1.2

This commit is contained in:
Lunny Xiao 2019-11-16 08:45:40 +08:00
parent 8841a247c5
commit ed6e94de83
No known key found for this signature in database
GPG key ID: C3B7C91B632F738A

2
tea.rb
View file

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