11class LolHtml < Formula
22 desc "Low output latency streaming HTML parser/rewriter with CSS selector-based API"
33 homepage "https://github.com/cloudflare/lol-html"
4- url "https://github.com/cloudflare/lol-html/archive/refs/tags/v2.6 .0.tar.gz"
5- sha256 "f08f859b6c3765bf4dc6998e9407851f67e2517b32435205ab3fe94137c0803e "
4+ url "https://github.com/cloudflare/lol-html/archive/refs/tags/v2.7 .0.tar.gz"
5+ sha256 "f0e42a25eca75468fe03afc5c0d029030db7d334d0b2d34ccaab2f8896a91a22 "
66 license "BSD-3-Clause"
7- head "https://github.com/cloudflare/lol-html.git" , branch : "master "
7+ head "https://github.com/cloudflare/lol-html.git" , branch : "main "
88
99 bottle do
10- sha256 cellar : :any , arm64_tahoe : "6aa1f1dab27a8cbeb105125b718db6f3c71bb594b505c63f23896533e6699cd7"
11- sha256 cellar : :any , arm64_sequoia : "89f0ca9ed3b49066d35ac9732e58302f58a6b889dd1121511fef7fcd33db5b2e"
12- sha256 cellar : :any , arm64_sonoma : "9b10e11a420527f0b662c7c700bc8c7735f043e1b2f9061bed195aa85447876f"
13- sha256 cellar : :any , arm64_ventura : "010931f14b4c76172dab582e23a99f5cb409214326dab74957166ec1fdeb4905"
14- sha256 cellar : :any , sonoma : "1dc5325513a61a31c98dcd5904495315cdd2f67b37e9ac38b776a81fdb5334fb"
15- sha256 cellar : :any , ventura : "21bfafcc1f3038a257b4a0411c2cdfdba4e7655cbb2310c4b4dbd47ab3b70637"
16- sha256 cellar : :any_skip_relocation , arm64_linux : "1f9ce231da7b18226b2d2d8b6bc9eef8161c453261421d3f63c0a3e5bfe6db36"
17- sha256 cellar : :any_skip_relocation , x86_64_linux : "51c45150bab75e53e4e1fb4ba839629377b7844c52d067f78240295ad776c338"
10+ sha256 cellar : :any , arm64_tahoe : "0e13614cf0562e9d98a0c143f68f0343620b9ac3c7689fbec35c5f6b0a3df2e1"
11+ sha256 cellar : :any , arm64_sequoia : "068015ae279edfc20777c8fbaa51f7da78f4d93ef7e8804f56cedabbe54b29ab"
12+ sha256 cellar : :any , arm64_sonoma : "378e1cd0e89342fbe1b2c7aaa5db7c15a8576b5280464c87a687abd7a04133b0"
13+ sha256 cellar : :any , sonoma : "45156f17c634db7f098a983319c1fb82d86971bda3f9f16666e5e9f526134bf7"
14+ sha256 cellar : :any_skip_relocation , arm64_linux : "05ae42fa1269aeea29afc4ebaae03a0d415e3c287c8b84ef4f5a3c2ed223337f"
15+ sha256 cellar : :any_skip_relocation , x86_64_linux : "e58b3d5fef40b48ef84f614c8c3d6b99d0368a8334734fc27f2356474b333d1f"
1816 end
1917
2018 depends_on "cargo-c" => :build
2119 depends_on "rust" => :build
2220 depends_on "pkgconf" => :test
2321
24- # patch Cargo.lock, upstream has already updated it
25- patch :DATA
26-
2722 def install
2823 system "cargo" , "cinstall" , "--jobs" , ENV . make_jobs . to_s , "--release" , "--locked" ,
2924 "--manifest-path" , "c-api/Cargo.toml" ,
@@ -50,51 +45,3 @@ def install
5045 system "./test"
5146 end
5247end
53-
54- __END__
55- diff --git a/c-api/Cargo.lock b/c-api/Cargo.lock
56- index 3bcaea8..a6458b1 100644
57- --- a/c-api/Cargo.lock
58- +++ b/c-api/Cargo.lock
59- @@ -51,9 +51,18 @@ dependencies = [
60-
61- [[package]]
62- name = "derive_more"
63- -version = "0.99.20"
64- +version = "2.0.1"
65- source = "registry+https://github.com/rust-lang/crates.io-index"
66- -checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f"
67- +checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678"
68- +dependencies = [
69- + "derive_more-impl",
70- +]
71- +
72- +[[package]]
73- +name = "derive_more-impl"
74- +version = "2.0.1"
75- +source = "registry+https://github.com/rust-lang/crates.io-index"
76- +checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3"
77- dependencies = [
78- "proc-macro2",
79- "quote",
80- @@ -136,7 +145,7 @@ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
81-
82- [[package]]
83- name = "lol_html"
84- -version = "2.5.0"
85- +version = "2.6.0"
86- dependencies = [
87- "bitflags",
88- "cfg-if",
89- @@ -271,9 +280,9 @@ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
90-
91- [[package]]
92- name = "selectors"
93- -version = "0.27.0"
94- +version = "0.30.0"
95- source = "registry+https://github.com/rust-lang/crates.io-index"
96- -checksum = "5b75e048a93e14929e68e37b82e207db957cbb368375a80ed3ca28ac75080856"
97- +checksum = "3df44ba8a7ca7a4d28c589e04f526266ed76b6cc556e33fe69fa25de31939a65"
98- dependencies = [
99- "bitflags",
100- "cssparser",
0 commit comments