Fix #106 - remove devel block from tea.rb

This commit is contained in:
rogeriopradoj 2020-07-30 01:49:06 +00:00
parent 6cd6a9552c
commit e533647d50

6
tea.rb
View file

@ -10,12 +10,6 @@ class Tea < Formula
sha256 `curl -s https://dl.gitea.io/tea/#{version}/tea-#{version}-darwin-10.6-amd64.sha256`.split(" ").first
end
devel do
url "https://dl.gitea.io/tea/master/tea-master-darwin-10.6-amd64"
sha256 `curl -s https://dl.gitea.io/tea/master/tea-master-darwin-10.6-amd64.sha256`.split(" ").first
version "master"
end
head do
url "https://github.com/go-gitea/tea.git", :branch => "master"
depends_on "go" => :build