Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

woodpecker-cli 2.4.0 #166593

Merged
merged 2 commits into from
Mar 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 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.3.0.tar.gz"
sha256 "ffc0fc1745caa10c1f98d47ed409aad40563d1a89a0282d1ac68b07108300c3b"
url "https://github.com/woodpecker-ci/woodpecker/archive/refs/tags/v2.4.0.tar.gz"
sha256 "d54bdd92b987012988993f8bf424933ea194548dddd90b72dc6eb7cd93ed1511"
license "Apache-2.0"
head "https://github.com/woodpecker-ci/woodpecker.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "836fe95f69ed42bc1181e8fb471e436ecbc43217d7f5e9053e8e5647c42fa8b2"
sha256 cellar: :any_skip_relocation, arm64_ventura: "673897e8f2a29698310bc831e909b86e4597db49b2069844bc2cab6cfe89a2fa"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d1abb29bc060973036238c9b502f155bef68210c2e663ad37242de961c8f0316"
sha256 cellar: :any_skip_relocation, sonoma: "724cc0ee027311720497aaad2409b0d873cff919e1c3bcb230d3d9ece1f49c97"
sha256 cellar: :any_skip_relocation, ventura: "0d8a4c026187c06bd0e0e10cbdbbc3f515cf6a6013f98090661673361b3e9c48"
sha256 cellar: :any_skip_relocation, monterey: "ab405dd0d91514516c516325a9aabca38141994c23fc2ee6e41aaea0036c73ce"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9f86913ec7be998c16fcd0fe9c0a26323f0cdf3e1579e90ef1a93b9d14b670d6"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1547d7b84d6bc06432c7b67c1b370ae42e1d6873401e68189555bd8af693e863"
sha256 cellar: :any_skip_relocation, arm64_ventura: "5022c1f4c59a2f9504dbe1e183c994a218d7272242393363287cc65afe9c2723"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e768e9a77773096bc734d3e6c5549f319296ac701441156c6da8eeb8bbde44f1"
sha256 cellar: :any_skip_relocation, sonoma: "44188b3be960e0ff8f7f72ed4ca8be6ac4f8136723871ea46507bf162ec17c1f"
sha256 cellar: :any_skip_relocation, ventura: "4c8d548800599008f5845d9b1304f6b0b19883198e4afcbcce8442f2865d8175"
sha256 cellar: :any_skip_relocation, monterey: "829d3e5bfadcc8c94fe87fad13d713247ccd906a95aa0e88ec2ac694b8fbd31e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7cca059def6e35cb244cb6b515cff956d897966f19c6fa6a8e70f900ea8fac00"
end

depends_on "go" => :build
Expand All @@ -25,7 +25,7 @@ def install

test do
output = shell_output("#{bin}/woodpecker-cli info 2>&1", 1)
assert_match "you must provide the Woodpecker server address", output
assert_match "woodpecker-cli is not setup", output

output = shell_output("#{bin}/woodpecker-cli lint 2>&1", 1)
assert_match "could not detect pipeline config", output
Expand Down
Loading