Skip to content

Commit db52379

Browse files
authored
Merge pull request #247087 from Homebrew/bump-oxlint-1.20.0
oxlint 1.20.0
2 parents 64c9a50 + 394580e commit db52379

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/o/oxlint.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Oxlint < Formula
22
desc "Suite of high-performance tools for JavaScript and TypeScript written in Rust"
33
homepage "https://oxc.rs/"
4-
url "https://registry.npmjs.org/oxlint/-/oxlint-1.19.0.tgz"
5-
sha256 "bd25683caaa8694a74a0d2dea7cb848a8c77942bd368370ee258178a54cce8c4"
4+
url "https://registry.npmjs.org/oxlint/-/oxlint-1.20.0.tgz"
5+
sha256 "f084c605a4a5a87537298323f5c09f6a62b4f563f486bfcc43e7bea673c02492"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any, arm64_tahoe: "ae7cb27d2bc19e6341941677da092c47a6d33827828494bec73c687370cd4112"
10-
sha256 cellar: :any, arm64_sequoia: "2a4fc9623f2281bd547980c52e962f2e60ea14b41987cc9508e030e7192d0869"
11-
sha256 cellar: :any, arm64_sonoma: "2a4fc9623f2281bd547980c52e962f2e60ea14b41987cc9508e030e7192d0869"
12-
sha256 cellar: :any, sonoma: "01d1589f7edf63abc1b1bd6ef864a9cfaf95957eaf5c059c3b264899fcaa128c"
13-
sha256 cellar: :any_skip_relocation, arm64_linux: "f82f951b18b4774fb3f66c7b6d48aecb9fbfdc08bd36f479f86ef4a680b60077"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "5bf39eedd8d8d4fb562045087e32f6b79162be073c1fec68c3fb7743623943f3"
9+
sha256 cellar: :any, arm64_tahoe: "ef5432df8378ebf1c1f12c2f621ff73759ef41f749b91840cd78fc3e3bc46cfb"
10+
sha256 cellar: :any, arm64_sequoia: "0d0e7fc6a59b7cc4c735bab0bd58908333fa4dcbd9bf7075730aa34986fdacfe"
11+
sha256 cellar: :any, arm64_sonoma: "0d0e7fc6a59b7cc4c735bab0bd58908333fa4dcbd9bf7075730aa34986fdacfe"
12+
sha256 cellar: :any, sonoma: "dc5776d5585271e5216a1b58d6206743ebca5aa614fa8d8108290068b1c6cf73"
13+
sha256 cellar: :any_skip_relocation, arm64_linux: "c42653d6ca4f2241452c9a01ca03987bf50dcbd18f36f25cf26515d8b6166cad"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "8e3f4c5c283e6266750e32ec05df392291d9096d124ff025d0a667c6523c1645"
1515
end
1616

1717
depends_on "node"

0 commit comments

Comments
 (0)