diff --git a/Formula/s/swift-protobuf.rb b/Formula/s/swift-protobuf.rb index d15a11a8874ee..f1ca67889418c 100644 --- a/Formula/s/swift-protobuf.rb +++ b/Formula/s/swift-protobuf.rb @@ -1,22 +1,20 @@ 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.26.0.tar.gz" - sha256 "25224376205a54bb719fe7d97aeb9d8f5219c7ef668f426a5dab2da7db992842" + url "https://github.com/apple/swift-protobuf/archive/refs/tags/1.27.0.tar.gz" + sha256 "387ab60f4814e76ed3ae689690c658cf6dab1bc1c6ed67d6c14c33de9daed4d2" license "Apache-2.0" head "https://github.com/apple/swift-protobuf.git", branch: "main" bottle do - 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" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "263fd3d48287f507d1c942be9927be6ae17fe7626c84e54fabdb6288dfe325f4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9f9bb88c2280b624fc2e173f22c9d597469896779ca5eb101a7c1decee64f9f8" + sha256 cellar: :any_skip_relocation, sonoma: "32f8874cb155e2f36aea49ed8d2c2ae701f65c1b92b886ca8388a2ed7c377908" + sha256 cellar: :any_skip_relocation, ventura: "74614c199b907b243b1cd70d2cea50cd1dbf23bcb8853ba80deaabc7c983d6d9" + sha256 x86_64_linux: "67c7b9be03a5c1161b8b16c641f5e74e3efbdf46aa53b60ad4b951dd0eac84a2" end - depends_on xcode: ["8.3", :build] + depends_on xcode: ["14.3", :build] depends_on "protobuf" uses_from_macos "swift"