Skip to content

Commit

Permalink
Merge pull request Homebrew#205349 from Homebrew/bump-simdutf-6.1.0
Browse files Browse the repository at this point in the history
simdutf 6.1.0
  • Loading branch information
BrewTestBot authored Jan 24, 2025
2 parents 0449a65 + 249a183 commit a694fb1
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions Formula/s/simdutf.rb
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -12,16 +12,15 @@ 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
depends_on "icu4c@76"
depends_on macos: :catalina

uses_from_macos "python" => :build

Expand All @@ -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")

Expand Down

0 comments on commit a694fb1

Please sign in to comment.