Skip to content

Commit da17b8a

Browse files
authored
Merge pull request Homebrew#200965 from Homebrew/bump-simdjson-3.11.3
simdjson 3.11.3
2 parents 3f4216e + a16449c commit da17b8a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/s/simdjson.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Simdjson < Formula
22
desc "SIMD-accelerated C++ JSON parser"
33
homepage "https://simdjson.org"
4-
url "https://github.com/simdjson/simdjson/archive/refs/tags/v3.11.2.tar.gz"
5-
sha256 "47a6d78a70c25764386a01b55819af386b98fc421da79ae8de3ae0242cf66d93"
4+
url "https://github.com/simdjson/simdjson/archive/refs/tags/v3.11.3.tar.gz"
5+
sha256 "eeb10661047e476aa3b535d14a32af95690691778d7afe0630a344654ff9759a"
66
license "Apache-2.0"
77
head "https://github.com/simdjson/simdjson.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any, arm64_sequoia: "09455b1073db304f87b26d44bec887eeb0307f03f7910ffc334ac20bdb5910ce"
11-
sha256 cellar: :any, arm64_sonoma: "45cf413ed0a2afd5a814d76b8704cdc56e61c021319b4c6ed8a5a7f24966f70d"
12-
sha256 cellar: :any, arm64_ventura: "66a6e4d943e881dab72a3b0b914bc3876347dde9e734f75344c8f51353a4a8ce"
13-
sha256 cellar: :any, sonoma: "c3c812557e6b3a8ae8e90cf874316fab8a4e0c25ae27d4b917ceac7b5ebb428c"
14-
sha256 cellar: :any, ventura: "d1f6ac3de478178e4669063af19cf8cbf7f138120ad18faa604ed7eaade57015"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9ecda3bc3b21a11cfc34fc266428e453bd0f4e747c534051b8e14fb36e9b666e"
10+
sha256 cellar: :any, arm64_sequoia: "b1670e9480231a9b45811c533a98dfde28e4fe6c5ff347d8ff1e673f6af23314"
11+
sha256 cellar: :any, arm64_sonoma: "97de9abc29eb3e42ab57c579185aefd928a0d843fb02a323baecfc1edf82fd8d"
12+
sha256 cellar: :any, arm64_ventura: "d5024fa12ba5a4e4e78b4b5d524c2ffd856cae45c00cb45f3575f60342c8fa3c"
13+
sha256 cellar: :any, sonoma: "34f56718ca65959ffa5cfffe8f833c151ffa0d3ab31c21f1368735352d09f720"
14+
sha256 cellar: :any, ventura: "b3c1a8f21d3b3e5447ce5c62228076c0cfba247188944a4416456068ff1141f4"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9e05315bca5c4f7ad0c0b652a42627067cbef49f678407ae9ebcf3913764f02d"
1616
end
1717

1818
depends_on "cmake" => :build

0 commit comments

Comments
 (0)