From e78f1d0a85f750ffac93a8132b4a6264c983625a Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Mon, 4 Jun 2018 13:33:53 -0400 Subject: [PATCH 1/2] 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 From c0aade4f18e3ffadbfb4d5aa8bd8f0ed9e9cd3e6 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Mon, 4 Jun 2018 19:12:27 -0400 Subject: [PATCH 2/2] Update to new latest stable version --- gitea.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea.rb b/gitea.rb index e1b6478..5ebb8ce 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.1" + version "1.4.2" 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