Update v1.9.0 (#63)

This commit is contained in:
arthurbauer 2019-08-01 17:06:58 +00:00 committed by Gitea
parent 5b469e347f
commit d7dcf23c8e
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.8.3"
version "1.9.0"
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