Skip to content

Commit dc2840b

Browse files
authored
Merge pull request #225023 from Homebrew/bump-swift-protobuf-1.30.0
swift-protobuf 1.30.0
2 parents 3819c8b + d593017 commit dc2840b

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/s/swift-protobuf.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
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

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d11f47bfbbbdf427ae5af21ccc1165e77d2cfc851db714b01ab2dbac764c1520"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d013a8dca6f3acace6deb1a55bc9e170429cdbb6bc1765e7bd8abe6051d14498"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "2600bb6e8d77d8ad51b7d00bbb05c2648f1cde0a67076ec1735fbbf6b13b90dc"
13-
sha256 cellar: :any_skip_relocation, sonoma: "876fb05e81951bc16d828cd4b6fc6eec24132ca96900b35f4310f617180a4275"
14-
sha256 cellar: :any_skip_relocation, ventura: "2a684814cc304f25e1ea59d3079dd6835b6701d84946919db538f76caf1d87c4"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "4150b8bbb82cb4ea9f4cc3a346ae22a5cf11fdc144003931dce837dba50e4a35"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d6dc45f84a76c05d6fc9060801d94394a46b8e3bb541161d6aeef4f160f29b2b"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6a479553914a58e9b3d2b314f2ce472b8e894a3eb601846aa14d58746915b6fd"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0b32261300103bdd00e8a246c93d80b73438012b6f6be56eb4227fd9cdd98c36"
12+
sha256 cellar: :any_skip_relocation, sonoma: "816685a49020e4ba9791d74b0e1b750919ac81d2a211aa1d5a876cb979ad8c96"
13+
sha256 cellar: :any_skip_relocation, arm64_linux: "6a74d95bf93b9cb5d1b27181ee129420640337811335a01bc89b70c4c95ea87d"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4b8a216b4df9f94da882786690aa57c1a4e745526dc27bf2adf3d0e007d935af"
1715
end
1816

19-
depends_on xcode: ["14.3", :build]
17+
depends_on xcode: ["15.3", :build]
2018
depends_on "protobuf"
2119

2220
uses_from_macos "swift" => :build

0 commit comments

Comments
 (0)