From 8be5dfc76565cbe12a2ec5a80a8d7875170960c1 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Tue, 18 Jun 2019 12:01:31 -0400 Subject: [PATCH] 1.8.3 --- gitea.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea.rb b/gitea.rb index 7dbd0f5..7dd6664 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.2" + version "1.8.3" 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