gitea v1.11.5 (#92)

gitea v1.11.5

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/92
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
6543 2020-05-11 07:50:30 +00:00 committed by Andrew Thornton
parent 62f36eac29
commit 9038941d75
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.4"
version "1.11.5"
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