Skip to content

Commit e069be2

Browse files
authored
Merge pull request #255728 from Homebrew/bump-oxlint-1.30.0
oxlint 1.30.0
2 parents d87331d + fc51b80 commit e069be2

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.29.0.tgz"
5-
sha256 "7db5550a3692d94d98d529f7bd0855898e19593daa3f4550196455b7cd81bf63"
4+
url "https://registry.npmjs.org/oxlint/-/oxlint-1.30.0.tgz"
5+
sha256 "b32eba18ff8c933580b53a94cffe007c2353acfe5c667e13926f44cbc7842066"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any, arm64_tahoe: "163e1f17c58bce7937fab5ef5ba0a24d6d804e07c817bd7d0f278d07e1ea0fc8"
10-
sha256 cellar: :any, arm64_sequoia: "6846cbeef27edee8de664d7edf42e903dd02468c3cbadbdc01f4124b8ba58423"
11-
sha256 cellar: :any, arm64_sonoma: "6846cbeef27edee8de664d7edf42e903dd02468c3cbadbdc01f4124b8ba58423"
12-
sha256 cellar: :any, sonoma: "a319ab2be158ce2027cde6de7dc974af0fe2c09a1cad0dcb024a037c42099a70"
13-
sha256 cellar: :any_skip_relocation, arm64_linux: "6fa0f71a349ab3964be5c4cc4f2db3958028b0e6c5087af6fabf73f7b76f95af"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c79df5b249462058850249f0d75fae95afced98197da037646d7094d9d30b528"
9+
sha256 cellar: :any, arm64_tahoe: "19e2da70c5c375de17193bf81348271fbe00c93b835e950b6014a582e6b5f51c"
10+
sha256 cellar: :any, arm64_sequoia: "1bd097c1adc1bea2f250bc3925c9268178d8bad603a573dd6b28455b3592b081"
11+
sha256 cellar: :any, arm64_sonoma: "1bd097c1adc1bea2f250bc3925c9268178d8bad603a573dd6b28455b3592b081"
12+
sha256 cellar: :any, sonoma: "de9978bd452558c7d55a87069216fe87c3672fc02d003cc11b951664ca5062cb"
13+
sha256 cellar: :any_skip_relocation, arm64_linux: "ad128ee25e7f4df20877f39b7e6d3c3363aa01e37ec9303c809665d04619bac1"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "8f0e37214a713e9c79c172b4d791c45606379cddf6ccb2a30c2908033cbcfeba"
1515
end
1616

1717
depends_on "node"

0 commit comments

Comments
 (0)