From 265bc0b4567601843103c88d343cc016d3c860bd Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Wed, 8 May 2019 16:09:14 -0400 Subject: [PATCH] 1.8.1 (#58) --- gitea.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea.rb b/gitea.rb index 8fad7e3..f32b5d7 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.8.0" + version "1.8.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