From 4416362df255533b1705cb79989e6357a2d24d96 Mon Sep 17 00:00:00 2001 From: appleboy Date: Thu, 15 Aug 2019 16:34:10 +0000 Subject: [PATCH] upgrade to 1.9.1 (#67) --- gitea.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea.rb b/gitea.rb index a79611b..e46e442 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.9.0" + version "1.9.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