Skip to content

Commit 821a1a7

Browse files
authored
Merge pull request #203799 from Homebrew/bump-mago-0.0.19
mago 0.0.19
2 parents 7e1b11c + 39c2393 commit 821a1a7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/m/mago.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Mago < Formula
22
desc "Toolchain for PHP to help developers write better code"
33
homepage "https://github.com/carthage-software/mago"
4-
url "https://github.com/carthage-software/mago/archive/refs/tags/0.0.18.tar.gz"
5-
sha256 "98f1dbcd9d280e8d2a59a9805309c5856c475f82f55f22f44cdaae1830f4274d"
4+
url "https://github.com/carthage-software/mago/archive/refs/tags/0.0.19.tar.gz"
5+
sha256 "31770061b73cfd80bf188c3a783efd77ad30f6191c2314ec0676f28a2a378d9c"
66
license any_of: ["Apache-2.0", "MIT"]
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e9fb281a9e69d669dbfd6ea50cc25f6c3368e59d570fb8933c9b7b93c547887e"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d6809e390185816764b15c14ce5f866a801edc5d845454f5a40b88bd523a064c"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "465443107caa45bb6400e0e491ef1bc3cc79a27511e2b88a8a06488381e3d354"
12-
sha256 cellar: :any_skip_relocation, sonoma: "5fef25b166d88397583f91bcd308dcc87a119c18af6c7a29829007ae926302e4"
13-
sha256 cellar: :any_skip_relocation, ventura: "9120647f1fe8fbfab16bb9cd2ab108a9bf0b0da9bc4952b7ee07d683cc401de3"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2739abdda55809f42ed18d8034a81435d2fd9d0acfff76294b1c3af0ec85d9b9"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "eddde4479cb55d65750a8d675e2acbfd1502acbb5dc50ecabe6002c6aaabf408"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e7a809eb2f6b4f254f829ae08f75a30856f2d3eab367b7ac78e582acccf62fd5"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "6e8fc0c297715678de0a6965b7fd78f8981feace2d3149679c71975a793d5141"
12+
sha256 cellar: :any_skip_relocation, sonoma: "2fbda29fe7a477c740c9332d55181f706f75f9b3d8b16f3d04df87f4514552e6"
13+
sha256 cellar: :any_skip_relocation, ventura: "46ed12d96ec8437811f67d62e5ffa71879f61c6d3eb058efb16dc814ad92b865"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0e9733fdab2befca9f37151941833bdb05c53b6b6f31875e7c48dd69ab340d14"
1515
end
1616

1717
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)