Skip to content

Commit

Permalink
Merge pull request #201885 from Homebrew/bump-woodpecker-cli-2.8.2
Browse files Browse the repository at this point in the history
woodpecker-cli 2.8.2
  • Loading branch information
BrewTestBot authored Dec 20, 2024
2 parents efafbc4 + 0307115 commit 1b21d61
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.1.tar.gz"
sha256 "03a263566c307eb7d5eedb212479e88acdae5c21f7e38376a8795cdd44ba4f43"
url "https://github.com/woodpecker-ci/woodpecker/archive/refs/tags/v2.8.2.tar.gz"
sha256 "d42d047845032910e34c4b2bc94e61efb4ea41a65941033e4e3261e685d8a3e7"
license "Apache-2.0"
head "https://github.com/woodpecker-ci/woodpecker.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "035b9922083c23708875365f1141d8f87ca79d55601ce2c83e4d6f9a5f6bcb5e"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "035b9922083c23708875365f1141d8f87ca79d55601ce2c83e4d6f9a5f6bcb5e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "035b9922083c23708875365f1141d8f87ca79d55601ce2c83e4d6f9a5f6bcb5e"
sha256 cellar: :any_skip_relocation, sonoma: "0c78b1a4907a5e015a940db97615c3b9d92107e60ad4a9a01be552935a60466e"
sha256 cellar: :any_skip_relocation, ventura: "0c78b1a4907a5e015a940db97615c3b9d92107e60ad4a9a01be552935a60466e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ffbde2a4faff32fa91970d9f376e05c851644a55e5e780f326cef1c5006a9f2a"
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"
end

depends_on "go" => :build
Expand Down

0 comments on commit 1b21d61

Please sign in to comment.