Skip to content

Commit

Permalink
Merge pull request #183797 from Homebrew/bump-woodpecker-cli-2.7.1
Browse files Browse the repository at this point in the history
woodpecker-cli 2.7.1
  • Loading branch information
BrewTestBot authored Sep 7, 2024
2 parents 2ad1f9b + 26edd52 commit c20ec51
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/w/woodpecker-cli.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
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.7.0.tar.gz"
sha256 "4ea8563221807153302ebfc3d1f9c826cafadcaaffb2ee0fc3e2f67cf06988af"
url "https://github.com/woodpecker-ci/woodpecker/archive/refs/tags/v2.7.1.tar.gz"
sha256 "4cd02ccdda40cd7b91e8d8d32a26eaaa2d82302082eaa86a6a9d485a5e5eb3f9"
license "Apache-2.0"
head "https://github.com/woodpecker-ci/woodpecker.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "62118fa8c27bc74a51b0b0dade07b6c5ff32a5b2e44ed77ecf950e57dc954aca"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a54616f6b529a1fd6b9b0714e0bbc91e140a1ab972f27645653baf508872628c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "a500dd4a280d84ae81a982ddb939354380d175157f7c5330a11884f0364eb9be"
sha256 cellar: :any_skip_relocation, sonoma: "2a80c6d0c0890b3fd353cf81500ee528b5f8733aac652bb46823166c5b4305cf"
sha256 cellar: :any_skip_relocation, ventura: "2b335c000d7f30904be9194261eecbd411ff86521e7baaa16b8e77beaea99f76"
sha256 cellar: :any_skip_relocation, monterey: "a5029bff2021870610f4d0890b91741b2736a84646ef95924b6be9faabbf0abe"
sha256 cellar: :any_skip_relocation, x86_64_linux: "fbc089a3f76f42de6dbcaa6e417976c09b560f48abe97dd960524f7056791ba4"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "dee5c59ab75c19415f80706753e118fee4c0ced01d3b775129d8d8eb076fa7fe"
sha256 cellar: :any_skip_relocation, arm64_ventura: "dee5c59ab75c19415f80706753e118fee4c0ced01d3b775129d8d8eb076fa7fe"
sha256 cellar: :any_skip_relocation, arm64_monterey: "dee5c59ab75c19415f80706753e118fee4c0ced01d3b775129d8d8eb076fa7fe"
sha256 cellar: :any_skip_relocation, sonoma: "d5fa72815679068c8398dd6dfbc9f7ac3c646a88bedd66492874fc6a8048f809"
sha256 cellar: :any_skip_relocation, ventura: "d5fa72815679068c8398dd6dfbc9f7ac3c646a88bedd66492874fc6a8048f809"
sha256 cellar: :any_skip_relocation, monterey: "d5fa72815679068c8398dd6dfbc9f7ac3c646a88bedd66492874fc6a8048f809"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f8fe05dc35eb0b2d48eb0039f8da965aea71e09bbaf9cbfc4b820eb52f2fd3c9"
end

depends_on "go" => :build
Expand Down

0 comments on commit c20ec51

Please sign in to comment.