We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e30cc commit ab4c1edCopy full SHA for ab4c1ed
Formula/s/simdjson.rb
@@ -1,8 +1,8 @@
1
class Simdjson < Formula
2
desc "SIMD-accelerated C++ JSON parser"
3
homepage "https://simdjson.org"
4
- url "https://github.com/simdjson/simdjson/archive/refs/tags/v3.11.2.tar.gz"
5
- sha256 "47a6d78a70c25764386a01b55819af386b98fc421da79ae8de3ae0242cf66d93"
+ url "https://github.com/simdjson/simdjson/archive/refs/tags/v3.11.3.tar.gz"
+ sha256 "eeb10661047e476aa3b535d14a32af95690691778d7afe0630a344654ff9759a"
6
license "Apache-2.0"
7
head "https://github.com/simdjson/simdjson.git", branch: "master"
8
0 commit comments