Skip to content

Commit dde579e

Browse files
authored
Merge pull request #205523 from botantony/simdutf
simdutf: update formula and remove patch
2 parents cdcb165 + f5def58 commit dde579e

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

Formula/s/simdutf.rb

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Simdutf < Formula
22
desc "Unicode conversion routines, fast"
33
homepage "https://github.com/simdutf/simdutf"
4-
url "https://github.com/simdutf/simdutf/archive/refs/tags/v6.1.0.tar.gz"
5-
sha256 "ef2903a7f085090c58f3acfa93a62733ae92a3f9b1d50800edec77a6816d7d67"
4+
url "https://github.com/simdutf/simdutf/archive/refs/tags/v6.1.1.tar.gz"
5+
sha256 "34f2e28ad9bbc1cd5909abe20b819e877200d48eb86d5839e042011909cbdf7a"
66
license any_of: ["Apache-2.0", "MIT"]
77
head "https://github.com/simdutf/simdutf.git", branch: "master"
88

@@ -12,11 +12,11 @@ class Simdutf < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any, arm64_sequoia: "8edb6effdc9e58705630a8b5daaa080c1e1aa7fb6a40ea86a89edd798c58f1d5"
16-
sha256 cellar: :any, arm64_sonoma: "662dabb5eb1777dd4f8398fd0f445089eb3ef44696999bf2ac64686976468c69"
17-
sha256 cellar: :any, arm64_ventura: "4aaf96c3f8f01f3b36088954641f171ef0c68b9be2a21364f8f336486740d877"
18-
sha256 cellar: :any, sonoma: "83dca3e27792e57ab4e6bd848d4bebacadf2378d9223d3bceb3244c4d77d7f9c"
19-
sha256 cellar: :any, ventura: "7c58fe575ea47778c32dcd1a51a7bf5d8f2832d1dce6b396bf205f722a31ff30"
15+
sha256 cellar: :any, arm64_sequoia: "2cb7575954dd9b8b89074cd779a565ded8341fab90054eb56071d5003e11fdeb"
16+
sha256 cellar: :any, arm64_sonoma: "3e470497dec88685546f2a06356df09a66012113db5fa64bf884545bc4d4aa93"
17+
sha256 cellar: :any, arm64_ventura: "630e2a2c1b0423e3de5ff513ee240c92eeb58183667fe214fb045714f01195b6"
18+
sha256 cellar: :any, sonoma: "927c905a133cc08a1c5b4850cf1a2578ac0417a5edcc3339d40a8ddf4c60f50b"
19+
sha256 cellar: :any, ventura: "faedb7bb08728b818b03d69eec78ef227bcc6767c0fc1edb596f419ecb2517ca"
2020
end
2121

2222
depends_on "cmake" => :build
@@ -30,12 +30,6 @@ class Simdutf < Formula
3030
sha256 "723a0f9f4cf44cf79e97bcc315ec8f85e52eb104c8882942c3f2fba95acc080d"
3131
end
3232

33-
# git patch for 6.1.0 release, upstream pr ref, https://github.com/simdutf/simdutf/pull/657
34-
patch do
35-
url "https://raw.githubusercontent.com/Homebrew/formula-patches/9988a01b6b424b0dc8c146dd2de1a99c58029e33/simdutf/6.1.0-git.patch"
36-
sha256 "38bf789ff3e617c2933953933b4199e30e58c914bc30d663f1c982417a6cc5f2"
37-
end
38-
3933
def install
4034
(buildpath/"base64").install resource("base64")
4135

0 commit comments

Comments
 (0)