From 43de8c83438be0dbe8744a75d4f96b456a0023b2 Mon Sep 17 00:00:00 2001 From: John Olheiser Date: Thu, 13 Feb 2020 19:44:12 +0000 Subject: [PATCH] Gitea 1.11.0 (#84) Gitea 1.11.0 Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/84 Reviewed-by: Andrew Thornton Reviewed-by: appleboy --- gitea.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gitea.rb b/gitea.rb index 18fba2d..176947d 100644 --- a/gitea.rb +++ b/gitea.rb @@ -5,7 +5,7 @@ class Gitea < Formula head "https://github.com/go-gitea/gitea.git" stable do - version "1.10.3" + version "1.11.0" url "https://dl.gitea.io/gitea/#{version}/gitea-#{version}-darwin-10.6-amd64" sha256 `curl -s https://dl.gitea.io/gitea/#{version}/gitea-#{version}-darwin-10.6-amd64.sha256`.split(" ").first end @@ -35,9 +35,9 @@ class Gitea < Formula ENV["GOPATH"] = buildpath ENV["GOHOME"] = buildpath - ENV["TAGS"] = "bindata sqlite tidb" + ENV["TAGS"] = "bindata sqlite sqlite_unlock_notify" - system "cd src/code.gitea.io/gitea && make generate build" + system "cd src/code.gitea.io/gitea && make build" bin.install "#{buildpath}/gitea" => "gitea" else