Change branch name from master to main (#156)

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/156
Reviewed-by: John Olheiser <john+gitea@jolheiser.com>
Reviewed-by: pat-s <pat-s@noreply.gitea.io>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
Lunny Xiao 2022-11-03 03:57:49 +08:00 committed by Andrew Thornton
parent 26fefb55c0
commit 74d2b57d6d
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ require_relative './utils/macos_codesign.rb'
class Changelog < Formula
desc "Generate changelog of gitea repository"
homepage "https://gitea.com/gitea/changelog"
version "master"
version "main"
os = OS.mac? ? "darwin-10.12" : "linux"
arch = case Hardware::CPU.arch

View File

@ -3,7 +3,7 @@ require_relative './utils/macos_codesign.rb'
class TeaHead < Formula
desc "A command line tool to interact with Gitea servers"
homepage "https://gitea.com/gitea/tea"
version "master"
version "main"
os = OS.mac? ? "darwin" : "linux"
arch = case Hardware::CPU.arch