Skip to content

Commit 66bef69

Browse files
authored
Merge pull request #224408 from Homebrew/bump-lol-html-2.4.0
lol-html 2.4.0
2 parents bc61133 + 68e9802 commit 66bef69

File tree

1 file changed

+9
-36
lines changed

1 file changed

+9
-36
lines changed

Formula/l/lol-html.rb

Lines changed: 9 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,25 @@
11
class 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.3.0.tar.gz"
5-
sha256 "b36ad8ccafce9da350f4d9c32bb31bf46dddae0798d4ad6213cabd7e166e159e"
4+
url "https://github.com/cloudflare/lol-html/archive/refs/tags/v2.4.0.tar.gz"
5+
sha256 "0fe9df689654735f1f4e1e6dd31aecbdb0e52f52784d082c9471a357144202e8"
66
license "BSD-3-Clause"
77
head "https://github.com/cloudflare/lol-html.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any, arm64_sequoia: "d4cadd58a4d682208b314cc60b00179588b8f97108232ef9ff53fa70af6155d8"
11-
sha256 cellar: :any, arm64_sonoma: "91d1f354c3cc9be65d141f16fbb1af71ebbbd8faf83160522665289b3c25d6dd"
12-
sha256 cellar: :any, arm64_ventura: "1cfa2ca138b7cbae4d243b2614035731dec1957d4240d59bdb94c5c3f57d01e9"
13-
sha256 cellar: :any, sonoma: "f98f2ef369748568691b5c543947a28a9578f49622df800ed41a3fc74329f0b6"
14-
sha256 cellar: :any, ventura: "a3a0fecd1225ec17fd595d6837a6068c4fa67a4b994a1cd2c8649b90682d73e7"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "51e1689d13719659a73ab392aa50c4aed0cc1e9a53ac4cc58d02f04355917f35"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "39fbe4d09f2a5713cd82bccfb637cb7178edb9b34ce23b31a53c783c98631f8e"
10+
sha256 cellar: :any, arm64_sequoia: "5147b4f58bf5dd2f379559e569cf021a572b853568d1bf8d59416fe869754662"
11+
sha256 cellar: :any, arm64_sonoma: "dc66ba33c71ca9ebf648f7382f44709f06620bedde3a55a614fca5296400bc8c"
12+
sha256 cellar: :any, arm64_ventura: "a7be91540787540353ef9fe9ce687d777141e1d6fb6bb2603872ee933b726481"
13+
sha256 cellar: :any, sonoma: "71bc45af79edf3ef82ee1f98e781b9a4c578c35bdeaffdaa8c390a2f78a1fa96"
14+
sha256 cellar: :any, ventura: "47ecf2b443bbe11730c2600ba0a5d3f3827b6d060887b3d30a859b3f48830578"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "093b5c6fd7b095a387d8469ac58b90773e8fea08fa568c610b85c9ed6f3f87ee"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "915a8368d4c5a083aafa5d8745d2515fd331aa540b9683ba1afff952946f5bdb"
1717
end
1818

1919
depends_on "cargo-c" => :build
2020
depends_on "rust" => :build
2121
depends_on "pkgconf" => :test
2222

23-
# update cargo.lock, upstream pr ref, https://github.com/cloudflare/lol-html/pull/266
24-
patch :DATA
25-
2623
def install
2724
system "cargo", "cinstall", "--jobs", ENV.make_jobs.to_s, "--release", "--locked",
2825
"--manifest-path", "c-api/Cargo.toml",
@@ -49,27 +46,3 @@ def install
4946
system "./test"
5047
end
5148
end
52-
53-
__END__
54-
diff --git a/c-api/Cargo.lock b/c-api/Cargo.lock
55-
index 954418c..14d2c9c 100644
56-
--- a/c-api/Cargo.lock
57-
+++ b/c-api/Cargo.lock
58-
@@ -176,7 +176,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
59-
60-
[[package]]
61-
name = "lol_html"
62-
-version = "2.2.0"
63-
+version = "2.3.0"
64-
dependencies = [
65-
"bitflags 2.6.0",
66-
"cfg-if",
67-
@@ -191,7 +191,7 @@ dependencies = [
68-
69-
[[package]]
70-
name = "lol_html_c_api"
71-
-version = "1.1.2"
72-
+version = "1.3.0"
73-
dependencies = [
74-
"encoding_rs",
75-
"libc",

0 commit comments

Comments
 (0)