From faa665125009b7efc513a1133ad96ab636557ca3 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Fri, 31 May 2019 00:47:08 +0800 Subject: [PATCH] upgrade to 1.8.2 (#59) --- gitea.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea.rb b/gitea.rb index f32b5d7..7dbd0f5 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.1" + version "1.8.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