Upgrade gitea to 1.11.2 (#86)

Upgrade gitea to 1.11.2

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/86
Reviewed-by: Guillermo Prandi <guillep2k@noreply.gitea.io>
Reviewed-by: 6543 <6543@noreply.gitea.io>
This commit is contained in:
Lunny Xiao 2020-03-08 01:28:40 +00:00
parent 43de8c8343
commit f7b8f58b1d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ class Gitea < Formula
head "https://github.com/go-gitea/gitea.git"
stable do
version "1.11.0"
version "1.11.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