update to 1.9.6 (#76)

This commit is contained in:
Lunny Xiao 2019-11-14 03:03:24 +00:00
parent abc33220ff
commit e05517c15e
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.9.5"
version "1.9.6"
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