Skip to content

Commit 4801d06

Browse files
authored
Merge pull request #196793 from Homebrew/xcinfo-head
xcinfo: maximum of Sonoma to build, add head for Sequoia users
2 parents e45d721 + fb618bb commit 4801d06

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Formula/x/xcinfo.rb

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
class 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"

0 commit comments

Comments
 (0)