tea v0.3.0 released (#90)

tea v0.3.0 released

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/90
Reviewed-by: mrsdizzie <info@mrsdizzie.com>
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
This commit is contained in:
6543 2020-04-22 21:02:47 +00:00 committed by John Olheiser
parent c4fc9987b0
commit 62f36eac29
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.2"
version "0.3.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