diff --git a/Formula/w/woodpecker-cli.rb b/Formula/w/woodpecker-cli.rb index d070df6a4192..8d2d0e7fe79d 100644 --- a/Formula/w/woodpecker-cli.rb +++ b/Formula/w/woodpecker-cli.rb @@ -1,18 +1,18 @@ class WoodpeckerCli < Formula desc "CLI client for the Woodpecker Continuous Integration server" homepage "https://woodpecker-ci.org/" - url "https://github.com/woodpecker-ci/woodpecker/archive/refs/tags/v2.8.3.tar.gz" - sha256 "3fb1de43cf2d01caa80ce28507e67270ce89a0ffb14009748ba11e754b0e4826" + url "https://github.com/woodpecker-ci/woodpecker/archive/refs/tags/v3.0.0.tar.gz" + sha256 "983d03472229b581eb73efe43d44bba87ef0c4aac79640c6e60048270279cb26" license "Apache-2.0" head "https://github.com/woodpecker-ci/woodpecker.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f4d22cf7a74e91c034d5f61c72e74aa3d8445f73e3d68ae8094916212dd7296a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f4d22cf7a74e91c034d5f61c72e74aa3d8445f73e3d68ae8094916212dd7296a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f4d22cf7a74e91c034d5f61c72e74aa3d8445f73e3d68ae8094916212dd7296a" - sha256 cellar: :any_skip_relocation, sonoma: "13c87dfca017667c34eb0a6117742285743cc7b1e5692b74a6ab053579e21ca2" - sha256 cellar: :any_skip_relocation, ventura: "13c87dfca017667c34eb0a6117742285743cc7b1e5692b74a6ab053579e21ca2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "45a48104196cb385d26c15d86427e01400f7f5c9979e07475e021ab45b20e1bf" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4e27574e11d8ab51417f5b9acba6bd5507720c2d44cd68388a9ef437126c5934" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4e27574e11d8ab51417f5b9acba6bd5507720c2d44cd68388a9ef437126c5934" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4e27574e11d8ab51417f5b9acba6bd5507720c2d44cd68388a9ef437126c5934" + sha256 cellar: :any_skip_relocation, sonoma: "45c72eef4c547f757eac32fe2164b926d1825c2a3f5d6c27db13520559824a22" + sha256 cellar: :any_skip_relocation, ventura: "45c72eef4c547f757eac32fe2164b926d1825c2a3f5d6c27db13520559824a22" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ffb185cb008473063edde4087dc8ba5fa23fe65cb288d6c32ce259109f172d77" end depends_on "go" => :build @@ -24,7 +24,7 @@ def install test do output = shell_output("#{bin}/woodpecker-cli info 2>&1", 1) - assert_match "woodpecker-cli is not yet set up", output + assert_match "woodpecker-cli is not set up", output output = shell_output("#{bin}/woodpecker-cli lint 2>&1", 1) assert_match "could not detect pipeline config", output