Skip to content

Commit 5c6d34b

Browse files
authored
Merge pull request #233779 from Homebrew/bump-oxlint-1.12.0
oxlint 1.12.0
2 parents 897ffac + 00d7156 commit 5c6d34b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/o/oxlint.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v1.11.2.tar.gz"
5-
sha256 "cafea69fdf28d6223f68ce7a6f8e88025ac7a330cd96eca97fa6180df483d5c4"
4+
url "https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v1.12.0.tar.gz"
5+
sha256 "0b389611635eda1618cdfa4f8ccda0374dcf00691970e1a8cb9cdca1c9fd01cb"
66
license "MIT"
77
head "https://github.com/oxc-project/oxc.git", branch: "main"
88

@@ -12,13 +12,13 @@ class Oxlint < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "91f0e20f5a2312e6d6291495d85fd297cc083699126e987e6343743b36ee9f52"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "445ac4d612a5cfb2343834d91213deb5c04c7b0915a93e11fb24e3a9137456e6"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "3263197031d83f6266dad6b6979abf87e7fdec97216a9a4d05acefe566818f49"
18-
sha256 cellar: :any_skip_relocation, sonoma: "90d999e6d0d0dc18767c4a897b8e44456ec26e9e0e00a76ce8c582a1cfcfe090"
19-
sha256 cellar: :any_skip_relocation, ventura: "d5717e593806e45b491613727f65fa0de2ffcc6c762a04f98edc38e49bbb2eb1"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "c9cf4ee3270550502b7f1091b53d9dbcef1687ba84dbcfea2824e7c51c597038"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e1751fbdf2c605e38d87bc464d86f22855ee805919f394aa9d7f5b08c9e2bd62"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "24b0097e54fe77d8b9d689bf9fe953701a19c243ea6736aa401dc84d43c5980e"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e021501d628775f9312dc6210a9109e3c3f85f60dd53c8a160043a2d32772fb9"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "92174747063da5aafd06c096032f7a825ec7785c29d5873cfd911a6bff329487"
18+
sha256 cellar: :any_skip_relocation, sonoma: "ddf7ff68c022dd493989f858723cd8064ee036ea58d682af877ee860db85299d"
19+
sha256 cellar: :any_skip_relocation, ventura: "412e22e2ef8aad890a31b19e0ae29cc8a020c297a301e026204ccc9091f3bf36"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "077dc9163678dd38ea7ee2534510d2e6df0f2c7b383dd0ff9e40dba96233a17b"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "1824e4747a2e76d6830dc492e555e29bab0bde50b5be034d7905b146c8db2724"
2222
end
2323

2424
depends_on "rust" => :build

0 commit comments

Comments
 (0)