Skip to content

Commit 0a90004

Browse files
authored
Merge pull request Homebrew#182548 from Homebrew/bump-swift-protobuf-1.28.0
swift-protobuf 1.28.0
2 parents 27e6ee1 + 9ebc5a5 commit 0a90004

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Formula/s/swift-protobuf.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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.27.1.tar.gz"
5-
sha256 "155e17578c680f8127540228570d2d74fddf37946b6a25ede76b857bf3ede722"
4+
url "https://github.com/apple/swift-protobuf/archive/refs/tags/1.28.0.tar.gz"
5+
sha256 "6bf8c176748f7424c701917bde0b0433cc09d6401489162c49dd1904847c37df"
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_sonoma: "0bee3f666a6f3e5e777080d5b2a52b9a0fd222ddda404e37502b3c011816586a"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "5bf2e3ba488b9b1c70bc0e8cd171f877462eb92d399d81c8df19da3b18b15e79"
12-
sha256 cellar: :any_skip_relocation, sonoma: "a2c9967cbe3faa5e661813c4aa2b69f71be2e81690f9dde419ea02d6417e4b78"
13-
sha256 cellar: :any_skip_relocation, ventura: "b77a298f6fb919df816ee5f3dec818979f728512d37667e0f5cc1de6145d2a43"
14-
sha256 x86_64_linux: "f2e68a004e4db5315349ef5944a896c9dcef7088adbf8070e28ea6dec6441591"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "05b8ab33b28a6997fb5a36c325cc9f789f4b622a3f0c7ab5bbf060bb40b204c8"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "2925d0b45603630d5921a7c40cf648720cfe9bb24702cabf13879eed5831048d"
12+
sha256 cellar: :any_skip_relocation, sonoma: "96af8d58e8725abff28e3bed07e61581ec70eb4367cdb4f08825eb3a109cff36"
13+
sha256 cellar: :any_skip_relocation, ventura: "5e568076ce4492fe35fda0fa4527d93113639e9fce80752803baa53b874598ec"
14+
sha256 x86_64_linux: "95be4e445ce10c012ba6df751d20c46b0c867adec28740638121f1e415d6143e"
1515
end
1616

1717
depends_on xcode: ["14.3", :build]

0 commit comments

Comments
 (0)