Skip to content

Commit a4637ce

Browse files
authored
Merge pull request #221389 from rgoldberg/bump-mas-2.2.1
mas 2.2.1
2 parents f1d060b + 91715f9 commit a4637ce

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/m/mas.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ class Mas < Formula
22
desc "Mac App Store command-line interface"
33
homepage "https://github.com/mas-cli/mas"
44
url "https://github.com/mas-cli/mas.git",
5-
tag: "v2.1.0",
6-
revision: "a4756e8c82a2bae5d5de1b137ec16fa7c1df8c94"
5+
tag: "v2.2.1",
6+
revision: "92cdd8d24c14f72f801f86f03a4ece1b376b0145"
77
license "MIT"
88
head "https://github.com/mas-cli/mas.git", branch: "main"
99

1010
bottle do
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f42e337bf806d9c55dc020fac7769f98ab033e1ca7bd22cf7fbdfb3010d1a8db"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ab3563b0598e9ba16c6641792319ec0ee65c89d0d086d323a628ca07e26c9286"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "60da702231aa9894a9f95b580130f62285fd84658611d01c93a2beea7431774f"
14-
sha256 cellar: :any_skip_relocation, sonoma: "9443ab044f86178b718f669ccb5601116829686b1cb05448cb231b63f249e809"
15-
sha256 cellar: :any_skip_relocation, ventura: "f46a11b8667581487e13b786d349545cfa2cc15e1093abf4017dc6aff4cc654e"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "045823030abcfdeddcb1c64103b33617a0fe8c41fbaa2b81528cfe6b1a6e3894"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "791ed782d7c9b487055a4be6cd22ce61b8a98d64f23fb956e075063688afc7fc"
13+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ca2aec7b188237677be38ad30556605c83923fa8b249e4588ab43ffc3e9ad978"
14+
sha256 cellar: :any_skip_relocation, sonoma: "5ec615af77f46011b15fbf120edfcad16f6aa2fc8168a2422e7614e1fafa6a47"
15+
sha256 cellar: :any_skip_relocation, ventura: "26b98930cd2c2da0587f4715ed1905326d95051911f60160a0650bc0ac43b208"
1616
end
1717

18-
depends_on xcode: ["14.2", :build]
18+
depends_on xcode: ["15.0", :build]
1919
depends_on :macos
2020

2121
def install

0 commit comments

Comments
 (0)