Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swift-protobuf 1.28.2 #192656

Merged
merged 2 commits into from
Oct 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/s/swift-protobuf.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class SwiftProtobuf < Formula
desc "Plugin and runtime library for using protobuf with Swift"
homepage "https://github.com/apple/swift-protobuf"
url "https://github.com/apple/swift-protobuf/archive/refs/tags/1.28.1.tar.gz"
sha256 "9204c512ee90378f22db3255ecc35de927d672a4925d5222497c57b3f30de726"
url "https://github.com/apple/swift-protobuf/archive/refs/tags/1.28.2.tar.gz"
sha256 "d086deab3ca0b74751fcc1905d268697b0d471e747fb50eced94941f28b35fb8"
license "Apache-2.0"
head "https://github.com/apple/swift-protobuf.git", branch: "main"

Expand Down
Loading