Skip to content

Commit ea1a028

Browse files
authored
Merge pull request Homebrew#222676 from schlessera/release/wp-cli-2.12.0
wp-cli wp-cli-completion 2.12.0
2 parents c8eda1a + 05801b5 commit ea1a028

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

Formula/w/wp-cli-completion.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
class WpCliCompletion < Formula
22
desc "Bash completion for Wpcli"
33
homepage "https://github.com/wp-cli/wp-cli"
4-
url "https://github.com/wp-cli/wp-cli/archive/refs/tags/v2.11.0.tar.gz"
5-
sha256 "fe8ab96e573cc33f86e7031dee39ba938af7d5518a9031055c8f8d799688251c"
4+
url "https://github.com/wp-cli/wp-cli/archive/refs/tags/v2.12.0.tar.gz"
5+
sha256 "5edf426895cad99c7fd6486de6618e7360ebcdbdda0684b78d587d67b4749345"
66
license "MIT"
77
head "https://github.com/wp-cli/wp-cli.git", branch: "main"
88

99
bottle do
10-
rebuild 1
11-
sha256 cellar: :any_skip_relocation, all: "f6e6b76f262eee84b092a65a934ec84498532587caf613ab725b57337e5e8ab5"
10+
sha256 cellar: :any_skip_relocation, all: "157dc6d8f92431bf3084c0ce8b8f78149299ad308b17ca23df5235622213565c"
1211
end
1312

1413
def install

Formula/w/wp-cli.rb

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class WpCli < Formula
22
desc "Command-line interface for WordPress"
33
homepage "https://wp-cli.org/"
4-
url "https://github.com/wp-cli/wp-cli/releases/download/v2.11.0/wp-cli-2.11.0.phar"
5-
sha256 "a39021ac809530ea607580dbf93afbc46ba02f86b6cffd03de4b126ca53079f6"
4+
url "https://github.com/wp-cli/wp-cli/releases/download/v2.12.0/wp-cli-2.12.0.phar"
5+
sha256 "ce34ddd838f7351d6759068d09793f26755463b4a4610a5a5c0a97b68220d85c"
66
license "MIT"
77

88
livecheck do
@@ -11,15 +11,13 @@ class WpCli < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "128bbeaf8252ce48f6d5f4f37eada79478f33285ef5b216255f0a0ac70a8d2b2"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b60f676144decf7f7a7357f97029fe40cb946e6a9a470794f5610a14964b0c49"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "b60f676144decf7f7a7357f97029fe40cb946e6a9a470794f5610a14964b0c49"
17-
sha256 cellar: :any_skip_relocation, arm64_monterey: "b60f676144decf7f7a7357f97029fe40cb946e6a9a470794f5610a14964b0c49"
18-
sha256 cellar: :any_skip_relocation, sonoma: "17ab14f199e16148b4efd4e2704650e450513ff99e724f36a485761cf722eb58"
19-
sha256 cellar: :any_skip_relocation, ventura: "17ab14f199e16148b4efd4e2704650e450513ff99e724f36a485761cf722eb58"
20-
sha256 cellar: :any_skip_relocation, monterey: "17ab14f199e16148b4efd4e2704650e450513ff99e724f36a485761cf722eb58"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "9a914a88b731a0a8912fbbe45ca081b2ccd6a1c4403e52d7ad1f549974d4e9b6"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ffa9280acd31b4b1b7f7d567d1dfbabda11d2bc0cc25fc34f49af131bf613c0f"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "087f15d5afa17ba4483aec086b2945d0dcd477a55987775862fcabe5902ce8ab"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "087f15d5afa17ba4483aec086b2945d0dcd477a55987775862fcabe5902ce8ab"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "087f15d5afa17ba4483aec086b2945d0dcd477a55987775862fcabe5902ce8ab"
17+
sha256 cellar: :any_skip_relocation, sonoma: "fe158bfc51b92aeac10cb0d009dd3c44a1e8c1cb0ae60ea9cf9a1b67869e7fa8"
18+
sha256 cellar: :any_skip_relocation, ventura: "fe158bfc51b92aeac10cb0d009dd3c44a1e8c1cb0ae60ea9cf9a1b67869e7fa8"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "0e1e3cfab199c3600caad543c0f2ea97c676536b37aa0eba544ab34434755f7d"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0e1e3cfab199c3600caad543c0f2ea97c676536b37aa0eba544ab34434755f7d"
2321
end
2422

2523
depends_on "php"

0 commit comments

Comments
 (0)