Skip to content

Commit

Permalink
Merge pull request #203985 from Homebrew/bump-woodpecker-cli-2.8.3
Browse files Browse the repository at this point in the history
woodpecker-cli 2.8.3
  • Loading branch information
BrewTestBot authored Jan 12, 2025
2 parents f5e3172 + b402619 commit ddf4fcb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/w/woodpecker-cli.rb
Original file line number Diff line number Diff line change
@@ -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.2.tar.gz"
sha256 "d42d047845032910e34c4b2bc94e61efb4ea41a65941033e4e3261e685d8a3e7"
url "https://github.com/woodpecker-ci/woodpecker/archive/refs/tags/v2.8.3.tar.gz"
sha256 "3fb1de43cf2d01caa80ce28507e67270ce89a0ffb14009748ba11e754b0e4826"
license "Apache-2.0"
head "https://github.com/woodpecker-ci/woodpecker.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a8aa6c95fc0f8a557ecdf86ba48c2be57aa92dac96dee8b6be5438c191a786d5"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a8aa6c95fc0f8a557ecdf86ba48c2be57aa92dac96dee8b6be5438c191a786d5"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a8aa6c95fc0f8a557ecdf86ba48c2be57aa92dac96dee8b6be5438c191a786d5"
sha256 cellar: :any_skip_relocation, sonoma: "1f95ad09c863a17310505881e784d12c7624d2c89e92716916af165b9a4ea2e4"
sha256 cellar: :any_skip_relocation, ventura: "1f95ad09c863a17310505881e784d12c7624d2c89e92716916af165b9a4ea2e4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cbd9b3495fb8513028fc07ae6b6eabf8735c5404f919e2ac70b850f52b9b67b9"
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"
end

depends_on "go" => :build
Expand Down

0 comments on commit ddf4fcb

Please sign in to comment.