Update to 1.9.3

This commit is contained in:
Arthur Bauer 2019-09-09 14:17:53 +00:00
parent 1dba65e3a8
commit 227aed4afc

View file

@ -5,7 +5,7 @@ class Gitea < Formula
head "https://github.com/go-gitea/gitea.git"
stable do
version "1.9.2"
version "1.9.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