gitea 1.14.3 (#133)

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/133
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-committed-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
techknowlogick 2021-06-19 00:45:31 +08:00
parent 1a1827ae91
commit dacc7d87e6
1 changed files with 3 additions and 3 deletions

View File

@ -20,19 +20,19 @@ class Gitea < Formula
end
stable do
version "1.14.2"
version "1.14.3"
url Gitea.bin_url(version)
sha256 `curl -sL #{url}.sha256`.split(" ").first
end
head do
version "master"
version "main"
url Gitea.bin_url(version)
sha256 `curl -sL #{url}.sha256`.split(" ").first
end
head do
url "https://github.com/go-gitea/gitea.git", :branch => "master"
url "https://github.com/go-gitea/gitea.git", :branch => "main"
depends_on "go" => :build
end