From 0790d73d188781ea18d7a432e23b278d3f81da39 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Tue, 19 Feb 2019 14:25:21 -0500 Subject: [PATCH] 1.7.2 (#52) Fix #51 --- gitea.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea.rb b/gitea.rb index 7364e4e..15ef859 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.1" + version "1.7.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