From 8c9c095e14da3a01c86c809b5aa2ce504db18d11 Mon Sep 17 00:00:00 2001 From: Lanre Adelowo Date: Wed, 27 Mar 2019 20:30:15 +0100 Subject: [PATCH] 1.7.5 (#55) --- gitea.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea.rb b/gitea.rb index 44244ca..71ab94c 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.7.4" + version "1.7.5" 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