File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 11class Xcinfo < Formula
22 desc "Tool to get information about and install available Xcode versions"
33 homepage "https://github.com/xcodereleases/xcinfo"
4- url "https://github.com/xcodereleases/xcinfo/archive/refs/tags/1.0.3.tar.gz"
5- sha256 "b22f56193e4de8b71bbdaf99c17cec03f291d333d095311ad7aab74b5fb50c5a"
64 license "MIT"
5+ head "https://github.com/xcodereleases/xcinfo.git" , branch : "master"
6+
7+ stable do
8+ # TODO: Remove maximum_macos on the next release and update license
9+ url "https://github.com/xcodereleases/xcinfo/archive/refs/tags/1.0.3.tar.gz"
10+ sha256 "b22f56193e4de8b71bbdaf99c17cec03f291d333d095311ad7aab74b5fb50c5a"
11+ depends_on maximum_macos : [ :sonoma , :build ]
12+ end
713
814 bottle do
915 sha256 cellar : :any_skip_relocation , arm64_sonoma : "3df6418afc61ae23e1f303b405cdf6c24dff3a0fed304e1a0a7ba9e59be44e84"
You can’t perform that action at this time.
0 commit comments