Merge branch 'main' into 6543-patch-1

This commit is contained in:
Andrew Thornton 2022-11-03 03:58:44 +08:00
commit 59971c802a
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