gitea 1.10.2 -> 1.10.3 (#83)

gitea 1.10.2 -> 1.10.3

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/83
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
6543 2020-02-05 11:00:14 +00:00 committed by Andrew Thornton
parent 3f5e907387
commit df120016b9
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.10.2"
version "1.10.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