Skip to content

Commit

Permalink
Merge pull request #177789 from Homebrew/bump-woodpecker-cli-2.7.0
Browse files Browse the repository at this point in the history
woodpecker-cli 2.7.0
  • Loading branch information
BrewTestBot authored Jul 19, 2024
2 parents 63f0f3d + a342873 commit 1ab1f7c
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.6.0.tar.gz"
sha256 "5d0ba91d86a0d2a1a4f212a64a1b95291c1a5b61ed492174767182555d59a202"
url "https://github.com/woodpecker-ci/woodpecker/archive/refs/tags/v2.7.0.tar.gz"
sha256 "4ea8563221807153302ebfc3d1f9c826cafadcaaffb2ee0fc3e2f67cf06988af"
license "Apache-2.0"
head "https://github.com/woodpecker-ci/woodpecker.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7d313f9d9bf06b2c56721adbd192adc6939b9aba0595013f7822257c1aa5838b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ca840077e4d40dc8a015e86171a117e92772a26825b35fd1fd484399fdd0d98b"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e094071927439f6a2e64e02e4003adad244839f667709030dd8fb080cd674ba9"
sha256 cellar: :any_skip_relocation, sonoma: "4aae92feaa6cdea729333c5aa90d56a45dcab4ca3368375c87eaf9a5ae045e24"
sha256 cellar: :any_skip_relocation, ventura: "4ca4345a479e6c05c0e042948297b7b0053e445b35d12afa67b3344dfe30cab0"
sha256 cellar: :any_skip_relocation, monterey: "c5c3c992d9b027816e566b4b61b281bf0986f33243f7ed996b3d6c3bfe24ce15"
sha256 cellar: :any_skip_relocation, x86_64_linux: "fb76a972b08f0d1abfe27dd519a30888b54e88b6563e835eb72421f3255c40f1"
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"
end

depends_on "go" => :build
Expand Down

0 comments on commit 1ab1f7c

Please sign in to comment.