Fix tea-head.rb version: point it to master (#139)

Fix tea-head.rb version: point it to master

Co-authored-by: Marcos de Oliveira <marcossantos@furb.br>
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/139
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: Norwin <noerw@noreply.gitea.io>
Co-authored-by: markkrj <markkrj@noreply.gitea.io>
Co-committed-by: markkrj <markkrj@noreply.gitea.io>
This commit is contained in:
markkrj 2021-07-08 18:51:36 +08:00 committed by 6543
parent 68c708ea32
commit 957158bf1c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
class TeaHead < Formula
desc "A command line tool to interact with Gitea servers"
homepage "https://gitea.com/gitea/tea"
version "0.7.0"
version "master"
os = OS.mac? ? "darwin" : "linux"
arch = case Hardware::CPU.arch