Skip to content

Commit

Permalink
Merge pull request #192656 from Homebrew/bump-swift-protobuf-1.28.2
Browse files Browse the repository at this point in the history
swift-protobuf 1.28.2
  • Loading branch information
BrewTestBot authored Oct 2, 2024
2 parents a84d0b2 + 0699805 commit 0ef5de6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/s/swift-protobuf.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a219977d817baf233134e15ec6b13a465b6671a3cfeac1be812acefa58b35e8f"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "edd3dd707fb54f6cd265a1e044e5719d3f1c4ec2728b89d4af33f1d74ff6e6bd"
sha256 cellar: :any_skip_relocation, arm64_ventura: "409c1cfb8fb2f4549a6bac2ee8e5ccec476b8bc4f0dd2b3df670ed49f853a58e"
sha256 cellar: :any_skip_relocation, sonoma: "9bd7788839d64da53b4ab0bf823ffc823c9fc591ba42c226b223fa3e01993772"
sha256 cellar: :any_skip_relocation, ventura: "626f01ae4645f84d9e3b47ebf5577b38528150963f5ff0228e05013695aaa553"
sha256 x86_64_linux: "4810a1950345b18dae1800f05d4abec4ef9cd760df1a8c892524a942ed44dbdd"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "da0535ffa864494c03ba844f4918b4cfbac343fd09ab7234c294154cc3b506f3"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cad09e11827f8cf026449a026abfc9ba1e11a0c90b34f5a2b735d846cc8b9115"
sha256 cellar: :any_skip_relocation, arm64_ventura: "34c77ac746b7fd3edd9f3cacae83d2f1da2e5c345298ef96a1d8a1185687dae1"
sha256 cellar: :any_skip_relocation, sonoma: "f5bc99bcac0e6303d42cb4b4cbd1e81e5fec1effcd26397d06f769729f12a550"
sha256 cellar: :any_skip_relocation, ventura: "8f4d5f91c770072daf5fdfbbc7dada661640473ffb9260cc3eca4c96a3512c24"
sha256 x86_64_linux: "81e4a66de12ef234d2b4b0bfe4304323536662d957497ba395e1fb27c1ac6ac3"
end

depends_on xcode: ["14.3", :build]
Expand Down

0 comments on commit 0ef5de6

Please sign in to comment.