File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
class SwiftProtobuf < Formula
2
2
desc "Plugin and runtime library for using protobuf with Swift"
3
3
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 "
6
6
license "Apache-2.0"
7
7
head "https://github.com/apple/swift-protobuf.git" , branch : "main"
8
8
@@ -16,7 +16,7 @@ class SwiftProtobuf < Formula
16
16
sha256 cellar : :any_skip_relocation , x86_64_linux : "d6dc45f84a76c05d6fc9060801d94394a46b8e3bb541161d6aeef4f160f29b2b"
17
17
end
18
18
19
- depends_on xcode : [ "14 .3" , :build ]
19
+ depends_on xcode : [ "15 .3" , :build ]
20
20
depends_on "protobuf"
21
21
22
22
uses_from_macos "swift" => :build
You can’t perform that action at this time.
0 commit comments