From c4fc9987b055f87b2d8181b94e7368f50c0f159d Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Thu, 2 Apr 2020 17:16:01 +0000 Subject: [PATCH] 1.11.4 (#89) 1.11.4 Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/89 Reviewed-by: Lunny Xiao Reviewed-by: John Olheiser --- gitea.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea.rb b/gitea.rb index 852900e..c65e375 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.11.3" + version "1.11.4" 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