|
1 | 1 | class WoodpeckerCli < Formula
|
2 | 2 | desc "CLI client for the Woodpecker Continuous Integration server"
|
3 | 3 | homepage "https://woodpecker-ci.org/"
|
4 |
| - url "https://github.com/woodpecker-ci/woodpecker/archive/refs/tags/v2.6.0.tar.gz" |
5 |
| - sha256 "5d0ba91d86a0d2a1a4f212a64a1b95291c1a5b61ed492174767182555d59a202" |
| 4 | + url "https://github.com/woodpecker-ci/woodpecker/archive/refs/tags/v2.7.0.tar.gz" |
| 5 | + sha256 "4ea8563221807153302ebfc3d1f9c826cafadcaaffb2ee0fc3e2f67cf06988af" |
6 | 6 | license "Apache-2.0"
|
7 | 7 | head "https://github.com/woodpecker-ci/woodpecker.git", branch: "main"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7d313f9d9bf06b2c56721adbd192adc6939b9aba0595013f7822257c1aa5838b" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "ca840077e4d40dc8a015e86171a117e92772a26825b35fd1fd484399fdd0d98b" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "e094071927439f6a2e64e02e4003adad244839f667709030dd8fb080cd674ba9" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "4aae92feaa6cdea729333c5aa90d56a45dcab4ca3368375c87eaf9a5ae045e24" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "4ca4345a479e6c05c0e042948297b7b0053e445b35d12afa67b3344dfe30cab0" |
15 |
| - sha256 cellar: :any_skip_relocation, monterey: "c5c3c992d9b027816e566b4b61b281bf0986f33243f7ed996b3d6c3bfe24ce15" |
16 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "fb76a972b08f0d1abfe27dd519a30888b54e88b6563e835eb72421f3255c40f1" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "62118fa8c27bc74a51b0b0dade07b6c5ff32a5b2e44ed77ecf950e57dc954aca" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "a54616f6b529a1fd6b9b0714e0bbc91e140a1ab972f27645653baf508872628c" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "a500dd4a280d84ae81a982ddb939354380d175157f7c5330a11884f0364eb9be" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "2a80c6d0c0890b3fd353cf81500ee528b5f8733aac652bb46823166c5b4305cf" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "2b335c000d7f30904be9194261eecbd411ff86521e7baaa16b8e77beaea99f76" |
| 15 | + sha256 cellar: :any_skip_relocation, monterey: "a5029bff2021870610f4d0890b91741b2736a84646ef95924b6be9faabbf0abe" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "fbc089a3f76f42de6dbcaa6e417976c09b560f48abe97dd960524f7056791ba4" |
17 | 17 | end
|
18 | 18 |
|
19 | 19 | depends_on "go" => :build
|
|
0 commit comments