Skip to content

Commit 6f39f92

Browse files
authored
Merge pull request #216404 from Homebrew/bump-mago-0.22.1
mago 0.22.1
2 parents 2a26f6e + e8757d3 commit 6f39f92

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/m/mago.rb

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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.22.0.tar.gz"
5-
sha256 "d9ab124ec42f0abed1cffbd3c9dee4b97170d661d3c91e1d4c4ebc4a85db48ce"
4+
url "https://github.com/carthage-software/mago/archive/refs/tags/0.22.1.tar.gz"
5+
sha256 "56320190767144d360b4d756dd605fa98a23accaecf7f30e20057eef78a05c09"
66
license any_of: ["Apache-2.0", "MIT"]
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6bfea920d38ff0f465df385b24c860617a79f4761a5294aa01390734372b3ba5"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0097754ecad2deaa9dd9298a7537a4e849ac821b521bfdb1d664c3df2796fd90"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "c66a79f7c1417c75d4bb962cbc249ef9623731f27702aa2916a97c33a47338f4"
12-
sha256 cellar: :any_skip_relocation, sonoma: "10786f299545e7fe71eaa78921dc902d2fe62ac1b907bedd3c59c2171ae59e57"
13-
sha256 cellar: :any_skip_relocation, ventura: "75a9aa45ec506aefdb5844fb1f037599ef1abd886294734a747518c06e6b6b43"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "f8ef988f5d6e4f0561670dd2b8a515fbfb04cdf54e4b6f749111d731d403cf0c"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "995f57b6182ed2084528949f94ee3d8c36be8110d3209626d7db2a42f316113a"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c1f1bb9083c5c6bee31bca4b0d39d4ec3684db554e566f1b85db62459f12cc64"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d5049d73fc23ff72396d75dcab9ae532075b99ba4c5ec257bf869628bc69463"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "9c9e7801fd2a04e913f861116c8e9a3c34a2a7dd1b75bac260938649f21b0798"
12+
sha256 cellar: :any_skip_relocation, sonoma: "6982846f66046d33388948ab3db759a1d0c57a6b2859ee7d6f9bf167c9c59015"
13+
sha256 cellar: :any_skip_relocation, ventura: "1badc4d1682cad53a4f1e7f0c4504115066ae982b1c9f7900cc5bd4e997b84d7"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "3b82a459b0e268307c18932eb0905a97689ec88324d3b945893cfd6e839045bd"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0dd4900664639d22c570c5b42450414862b1430b409caf6b2ea3de7b1bd0380f"
1616
end
1717

1818
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)