From e78f1d0a85f750ffac93a8132b4a6264c983625a Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Mon, 4 Jun 2018 13:33:53 -0400 Subject: [PATCH] Update to 1.4.1 as stable --- gitea.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea.rb b/gitea.rb index 057fb5a..e1b6478 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.4.0" + version "1.4.1" 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