Skip to content

Commit 1e352cf

Browse files
BrewTestBotp-linnane
authored andcommitted
swift-protobuf 1.30.0
swift-protobuf: require Xcode 15.3 for Swift 5.10 Signed-off-by: Patrick Linnane <patrick@linnane.io>
1 parent 883bdcd commit 1e352cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/s/swift-protobuf.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class SwiftProtobuf < Formula
22
desc "Plugin and runtime library for using protobuf with Swift"
33
homepage "https://github.com/apple/swift-protobuf"
4-
url "https://github.com/apple/swift-protobuf/archive/refs/tags/1.29.0.tar.gz"
5-
sha256 "0a37b1f0aab5aca1e47d0729b878004a4e3c1d5a79ad9aedc51b62d19d36f67d"
4+
url "https://github.com/apple/swift-protobuf/archive/refs/tags/1.30.0.tar.gz"
5+
sha256 "fbcdcca3aae7ca11756d4d183cb7b886c0e95bea4f516352f3a6aad77270b091"
66
license "Apache-2.0"
77
head "https://github.com/apple/swift-protobuf.git", branch: "main"
88

@@ -16,7 +16,7 @@ class SwiftProtobuf < Formula
1616
sha256 cellar: :any_skip_relocation, x86_64_linux: "d6dc45f84a76c05d6fc9060801d94394a46b8e3bb541161d6aeef4f160f29b2b"
1717
end
1818

19-
depends_on xcode: ["14.3", :build]
19+
depends_on xcode: ["15.3", :build]
2020
depends_on "protobuf"
2121

2222
uses_from_macos "swift" => :build

0 commit comments

Comments
 (0)