Skip to content

Commit 88b59fa

Browse files
authored
Merge pull request #223532 from SimplyDanny/patch-1
swiftly: remove Xcode requirement
2 parents 826c3fd + 2e05804 commit 88b59fa

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/s/swiftly.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,23 @@ class Swiftly < Formula
88
head "https://github.com/swiftlang/swiftly.git", branch: "main"
99

1010
bottle do
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b75aea1e89e30fd9a79bb0b85e40a495a000a701cd6c886e6d521fc6f04dc3a1"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8e5b1fc6281e6008f944cac681007dd86280c49789299a0cb822efb64185d73e"
13-
sha256 cellar: :any, arm64_ventura: "2e68af78a8cdaaa0f30e692374e2f8f12d70d8badb54ba751661d30ebdff07e7"
14-
sha256 cellar: :any_skip_relocation, sonoma: "c29010ed4b5be4cecdead4a32071a73efe827101eb3f1261194557fa290c4df4"
15-
sha256 cellar: :any, ventura: "cfb17a9c3409df62c02b0422efddf79a568db0deab23034e2a4b6c38fe9cd8c6"
11+
rebuild 1
12+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fc28dabc0146237e42d87249c82ab5de387cd086d42357319fa3ad0890e5918f"
13+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c3ad3dcdfd507f2a0ba89e9872761c41a77b6b963e0847f19093bc4c725d3097"
14+
sha256 cellar: :any, arm64_ventura: "65f03c9c0a746e983762be67e249b28b283e7db72c8b92fad0d91e28697d5a4d"
15+
sha256 cellar: :any_skip_relocation, sonoma: "f6e40c56ca0228978f8c16ae882f562b5a9c4110d6216e3bb57951fd1efb3f7e"
16+
sha256 cellar: :any, ventura: "c68111469617b923dcfc4888d6a1855813935ea90fb3e1b8f2ed64cec6929796"
1617
end
1718

1819
# On Linux, SPM can't find zlib installed by brew.
1920
# TODO: someone who cares: submit a PR to fix this!
2021
depends_on :macos
2122

22-
depends_on macos: :ventura
23-
depends_on xcode: "8.0"
24-
2523
uses_from_macos "swift" => :build, since: :sonoma # swift 5.10+
2624
uses_from_macos "zlib"
2725

28-
on_linux do
29-
depends_on "libarchive"
26+
on_sonoma :or_older do
27+
depends_on xcode: ["15.0", :build]
3028
end
3129

3230
def install

0 commit comments

Comments
 (0)