From bb1b5dab67895c058ab7ffa9750f58d7b6d8ccb8 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 28 Mar 2024 14:43:32 -0400 Subject: [PATCH 1/2] swift-protobuf 1.26.0 autobump: add swift-protobuf Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/s/swift-protobuf.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index 6fd061a139a31..9bd91640ae9a8 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1735,6 +1735,7 @@ swagger-codegen swagger-codegen@2 swagger2markup-cli swi-prolog +swift-protobuf swiftformat swiftplantuml swig diff --git a/Formula/s/swift-protobuf.rb b/Formula/s/swift-protobuf.rb index 9ba98dd8c4f34..fcdf8cbd8d179 100644 --- a/Formula/s/swift-protobuf.rb +++ b/Formula/s/swift-protobuf.rb @@ -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.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" From d600b1f7119f6e6a4e97fb83233b313b0468b7e4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 28 Mar 2024 20:28:00 +0000 Subject: [PATCH 2/2] swift-protobuf: update 1.26.0 bottle. --- Formula/s/swift-protobuf.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/swift-protobuf.rb b/Formula/s/swift-protobuf.rb index fcdf8cbd8d179..d15a11a8874ee 100644 --- a/Formula/s/swift-protobuf.rb +++ b/Formula/s/swift-protobuf.rb @@ -7,13 +7,13 @@ class SwiftProtobuf < Formula 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]