@@ -2,20 +2,20 @@ class Mas < Formula
2
2
desc "Mac App Store command-line interface"
3
3
homepage "https://github.com/mas-cli/mas"
4
4
url "https://github.com/mas-cli/mas.git" ,
5
- tag : "v2.1.0 " ,
6
- revision : "a4756e8c82a2bae5d5de1b137ec16fa7c1df8c94 "
5
+ tag : "v2.2.1 " ,
6
+ revision : "92cdd8d24c14f72f801f86f03a4ece1b376b0145 "
7
7
license "MIT"
8
8
head "https://github.com/mas-cli/mas.git" , branch : "main"
9
9
10
10
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 "
16
16
end
17
17
18
- depends_on xcode : [ "14.2 " , :build ]
18
+ depends_on xcode : [ "15.0 " , :build ]
19
19
depends_on :macos
20
20
21
21
def install
0 commit comments