|
1 | 1 | class Simdjson < Formula |
2 | 2 | desc "SIMD-accelerated C++ JSON parser" |
3 | 3 | homepage "https://simdjson.org" |
4 | | - url "https://github.com/simdjson/simdjson/archive/refs/tags/v4.6.0.tar.gz" |
5 | | - sha256 "f019e8f4c7d1d59dff6eb4bd69266f54ed60ffd7831bec0708ae7746d05f8ae0" |
| 4 | + url "https://github.com/simdjson/simdjson/archive/refs/tags/v4.6.1.tar.gz" |
| 5 | + sha256 "372db94d6c4cd3ea2ff9fd9e68a9aa173436752a643580f3078bebcf612e01fa" |
6 | 6 | license "Apache-2.0" |
7 | 7 | compatibility_version 3 |
8 | 8 | head "https://github.com/simdjson/simdjson.git", branch: "master" |
9 | 9 |
|
10 | 10 | bottle do |
11 | | - sha256 cellar: :any, arm64_tahoe: "7f902841dafb8cb6b8061a5472fd85305a0d9ac2266062061f48e63b4bc7bfa9" |
12 | | - sha256 cellar: :any, arm64_sequoia: "b18f364cdf74058d48c18cbcd5b46281a020ccc28d05bec5f1910b2e27a0e212" |
13 | | - sha256 cellar: :any, arm64_sonoma: "132fd1b85d39f6c6c9f25babc58e3259634effb829278c01a1b2c5762b669575" |
14 | | - sha256 cellar: :any, sonoma: "c5c055fc7f47f35ca84cd4787e32f87132eddb7138ed1f0522845b98d59536ea" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "50afe5278133705c7dc557bd76d16f2ab745f0da55ec25397d2f3a1559c2a475" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "0c48727f4434bd5a90c6cf36f488d3b122cb6e34e37c708afd4edd632bb51ee9" |
| 11 | + sha256 cellar: :any, arm64_tahoe: "3ff00f35f54b3512111b280def788bfda767e60ee85285729e6f8154ab193f3a" |
| 12 | + sha256 cellar: :any, arm64_sequoia: "79638065124c814b210c54c08b8167a91fb74948bf78b663acf7ad3557ef8204" |
| 13 | + sha256 cellar: :any, arm64_sonoma: "e23eca62fe51e5b5676d0fc0c40fda1659d6e7c797b14668a7bcf2243c113870" |
| 14 | + sha256 cellar: :any, sonoma: "154229d813e052b2157b29125110f46e93981d72d0ac6672a5dcae18b05b53f9" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "de20291f6cd8a5a86fe444c9f1728162abfc078f05638c9ea383efd9a1d518e8" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "559297eb2f81079ea74ff3ce9be9f9b8dfc51201d94a11a875b6bbedb000f92a" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "cmake" => :build |
|
0 commit comments