From 76470a373e1abd0b7f27b4c3f2f84fb8adeebf99 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 23 Jan 2025 23:09:02 +0000 Subject: [PATCH 1/2] simdutf 6.1.0 simdutf: add git patch Signed-off-by: Rui Chen --- Formula/s/simdutf.rb | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Formula/s/simdutf.rb b/Formula/s/simdutf.rb index 6348a45022aa..83ff5ce8fe4b 100644 --- a/Formula/s/simdutf.rb +++ b/Formula/s/simdutf.rb @@ -1,8 +1,8 @@ class Simdutf < Formula desc "Unicode conversion routines, fast" homepage "https://github.com/simdutf/simdutf" - url "https://github.com/simdutf/simdutf/archive/refs/tags/v6.0.3.tar.gz" - sha256 "3932bc91246d72a8e79c8aba17fbd4740468d0f42c0bd32bb156e97264a7a3dc" + url "https://github.com/simdutf/simdutf/archive/refs/tags/v6.1.0.tar.gz" + sha256 "ef2903a7f085090c58f3acfa93a62733ae92a3f9b1d50800edec77a6816d7d67" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/simdutf/simdutf.git", branch: "master" @@ -21,7 +21,6 @@ class Simdutf < Formula depends_on "cmake" => :build depends_on "icu4c@76" - depends_on macos: :catalina uses_from_macos "python" => :build @@ -31,6 +30,12 @@ class Simdutf < Formula sha256 "723a0f9f4cf44cf79e97bcc315ec8f85e52eb104c8882942c3f2fba95acc080d" end + # git patch for 6.1.0 release, upstream pr ref, https://github.com/simdutf/simdutf/pull/657 + patch do + url "https://raw.githubusercontent.com/Homebrew/formula-patches/9988a01b6b424b0dc8c146dd2de1a99c58029e33/simdutf/6.1.0-git.patch" + sha256 "38bf789ff3e617c2933953933b4199e30e58c914bc30d663f1c982417a6cc5f2" + end + def install (buildpath/"base64").install resource("base64") From 249a1833cff338b31018c52dd0bf117ff7f6aa14 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 24 Jan 2025 21:59:48 +0000 Subject: [PATCH 2/2] simdutf: update 6.1.0 bottle. --- Formula/s/simdutf.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/s/simdutf.rb b/Formula/s/simdutf.rb index 83ff5ce8fe4b..35e41e37366f 100644 --- a/Formula/s/simdutf.rb +++ b/Formula/s/simdutf.rb @@ -12,11 +12,11 @@ class Simdutf < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "e4e6f6c35a03b5298d8fc5e903f4f052f6a836d714182f8cdf8a6a249fd95a3c" - sha256 cellar: :any, arm64_sonoma: "78d81462239a71c50179a65e9ae63bda64ab170e1a0f54e97db4f765ab2e4265" - sha256 cellar: :any, arm64_ventura: "0847766dd42149d771e60db322a329e54bb8b65c8feb1031b0a6cd35bca79b3a" - sha256 cellar: :any, sonoma: "1f6835d989644af3e6db2ac1c785b37c2e14bb8ad539d78e773baac200c8bc3f" - sha256 cellar: :any, ventura: "680f6afecf5b1b5e35330e5351e6eb34d87486e961f52f66b8fa5cf8cab9e056" + sha256 cellar: :any, arm64_sequoia: "8edb6effdc9e58705630a8b5daaa080c1e1aa7fb6a40ea86a89edd798c58f1d5" + sha256 cellar: :any, arm64_sonoma: "662dabb5eb1777dd4f8398fd0f445089eb3ef44696999bf2ac64686976468c69" + sha256 cellar: :any, arm64_ventura: "4aaf96c3f8f01f3b36088954641f171ef0c68b9be2a21364f8f336486740d877" + sha256 cellar: :any, sonoma: "83dca3e27792e57ab4e6bd848d4bebacadf2378d9223d3bceb3244c4d77d7f9c" + sha256 cellar: :any, ventura: "7c58fe575ea47778c32dcd1a51a7bf5d8f2832d1dce6b396bf205f722a31ff30" end depends_on "cmake" => :build