Update to 1.11.3 (#88)

Update to 1.11.3

Update to Gitea 1.11.3 release

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/88
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
This commit is contained in:
mrsdizzie 2020-03-11 17:06:25 +00:00 committed by John Olheiser
parent f7b8f58b1d
commit f3c101b039
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.2"
version "1.11.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