Skip to content

Commit

Permalink
Merge pull request #167422 from Homebrew/bump-swift-protobuf-1.26.0
Browse files Browse the repository at this point in the history
swift-protobuf 1.26.0
  • Loading branch information
BrewTestBot committed Mar 28, 2024
2 parents d7ca732 + d600b1f commit 554301c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1740,6 +1740,7 @@ swagger-codegen
swagger-codegen@2
swagger2markup-cli
swi-prolog
swift-protobuf
swiftformat
swiftplantuml
swig
Expand Down
18 changes: 9 additions & 9 deletions Formula/s/swift-protobuf.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
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.25.2.tar.gz"
sha256 "7d269be07c0bc5e53171c50f577f8d515701c54408c21573c454dfcec68f46a0"
url "https://github.com/apple/swift-protobuf/archive/refs/tags/1.26.0.tar.gz"
sha256 "25224376205a54bb719fe7d97aeb9d8f5219c7ef668f426a5dab2da7db992842"
license "Apache-2.0"
head "https://github.com/apple/swift-protobuf.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e8415af3a2c04d9e6eab74849a09da6b35e4d6c97818f1f037a0bf7ef3a38144"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c1ac62b50cee441485063ae04a72039c92676b1405178a5aa28b7450ebca662e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "5442246488060d46fdf343fa5262388aff3fe8198c27844344ad5251b1e8e32a"
sha256 cellar: :any_skip_relocation, sonoma: "d02e4d049a763037a8e95582faa75c58bbb0f79cf0f88d09eac0a213d243fc8e"
sha256 cellar: :any_skip_relocation, ventura: "38a6307ab4e4dd0e10184420045002069294eaa2359a3336e0168d58196ff717"
sha256 cellar: :any_skip_relocation, monterey: "fe3caf8dced3f5d690ea13d73642b1bc88a2489b17772c247a2cba73dd6b70a2"
sha256 x86_64_linux: "45c9ad6a0ecf791bf8d6efaf5d56e18aaa490ed0e1ed613ecaf04cf9dbb83924"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "174794e57512aac4a92d68ea91989eb9aeab264a952ec5d6ae2bba1ff6f9cca2"
sha256 cellar: :any_skip_relocation, arm64_ventura: "fafd73d335522c3a6821631f17a402d05db2b519904d7fd2794860c33e6858b9"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e6f11c2036820987cf21813489eb22d959a46a99edfe5d3ef8145ed8766ee579"
sha256 cellar: :any_skip_relocation, sonoma: "11ff57ba83326571ccd42613a4a3ec638f5ca76a0f573eab1a52513da44208a5"
sha256 cellar: :any_skip_relocation, ventura: "605ee5014865c131fe3cf84a2bac141ac38220774749943a2a99a62847407777"
sha256 cellar: :any_skip_relocation, monterey: "659734c95371bff617fc0c3cd83f3064e560a2d53511b90f91f071e131c02ae1"
sha256 x86_64_linux: "f513e99eca9911a1795dd926532d6a281c77cff94326ec57fa9fc441ff5ab81b"
end

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

0 comments on commit 554301c

Please sign in to comment.