tea v0.5.0 released

This commit is contained in:
6543 2020-09-27 16:52:59 +02:00
parent 25804ae118
commit bc502eef96
No known key found for this signature in database
GPG key ID: A1CA74D27FD13271

2
tea.rb
View file

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