[skip ci] Updated Version via cron

This commit is contained in:
drone 2022-04-21 00:26:59 +00:00
parent a71ce413a6
commit 4e9d7e9477
1 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@ require_relative './utils/macos_codesign.rb'
class Gitea < Formula
desc "Git with a cup of tea, painless self-hosted git service"
homepage "https://gitea.io"
version "1.16.5"
version "1.16.6"
os = OS.mac? ? "darwin-10.12" : "linux"
arch = case Hardware::CPU.arch
@ -25,11 +25,11 @@ class Gitea < Formula
end
@@sha256 = case "#{os}-#{arch}"
when "linux-386" then "1ae85d435c4dd95f4a47f45349d4fa06cbc39de7473ebd9f95bd67676d3ea802" # binary
when "linux-amd64" then "9f23745a532bc698ec4109151c3b5997eff1d81c39bb0dbca151dd6f1afcac2c"
when "linux-arm64" then "e442d45e86d67e13c109e3d92ebb3482edc7487167ca284f5188a13246069329" # binary
when "darwin-10.12-amd64" then "0e47a05761a69aca9da8fa28d731b23ba9bfdf13f1c0b9c95be5329b4662014a"
when "darwin-10.12-arm64" then "6035e642b3534cbf82797a4a7f266c4a8e09dc23ecf2363cf057025d9e0da753"
when "linux-386" then "<?xml" # binary
when "linux-amd64" then "<?xml"
when "linux-arm64" then "<?xml" # binary
when "darwin-10.12-amd64" then "<?xml"
when "darwin-10.12-arm64" then "<?xml"
else
raise "gitea: Unsupported system #{os}-#{arch}"
end