gitea 1.10.2 -> 1.10.3

This commit is contained in:
6543 2020-02-05 09:17:11 +01:00
parent 3f5e907387
commit 6480847d4a
No known key found for this signature in database
GPG key ID: A1CA74D27FD13271

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