Skip to content

Commit 55128de

Browse files
authored
Merge pull request #232710 from Homebrew/bump-oxlint-1.11.0
oxlint 1.11.0
2 parents d4c32d8 + 1206d54 commit 55128de

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.10.0.tar.gz"
5-
sha256 "e517be6c23a3f8da42f2584cbb6f732e3e9b9ec796e1de37e4535febce482d16"
4+
url "https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v1.11.0.tar.gz"
5+
sha256 "5cd3a2ccccbd90a6d5029ebd6a59452d5fe1cdf1b5fed88d91b971c32079fc2b"
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: "f99b08c27aa9d4d77100c8c531a5c3da1d2ee52cf60fbb9ddb04c8e7ef353a96"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "602a053302ff86848cde834400704b8e3d88124c9b94a2c69ddb8fba5c1b236e"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "78e273e6626ab90f8ba8eb679b5b93a062d7c04cfa6c610047bb70a0180de27e"
18-
sha256 cellar: :any_skip_relocation, sonoma: "4faa4a3e99522540a2508f3dc2abea768bf6be115e83d3809fba59a05c5f42e7"
19-
sha256 cellar: :any_skip_relocation, ventura: "94016fa3e0aab711c09b27c96452b86889f6972bf94aa1724f6fbade52388582"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "d81829a2c9ee10e83054ea15a7a51c1548d1e277a0732484faba62d4f5eaaee3"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "5e1547cfc4d468b0099e31c90d9da3a9c8093add5eb0c24fa00acd246c5f5672"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e4c7d24545b00419b012e8d3a720f920b1c3c253a207a3e4394ac0ea4b01f096"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b6e4efd6e4d6d4f97eecd1ea2a28821df34dd6f876313414def47066eda8c6c0"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "a244d5cd3d280e115cf756076f5c9105f8caa245ca841ee646e70b5d5f19480e"
18+
sha256 cellar: :any_skip_relocation, sonoma: "0a3769039946eed8ac6eb0cd715f8b440d7a1ac63a81789140e136072653ded7"
19+
sha256 cellar: :any_skip_relocation, ventura: "386889612f2d89eeef3a95ba6aaa501debae192935def76c3150e02995e5a6f0"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "36ed93f1e83839bda344cb4a1a0c7c531c4142525420784fa7f89f38d8810327"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "be5f8e44a2ddffa1effaf1c96b131b918fcaffc4dcaa99e9d99fa96c6e9ec90c"
2222
end
2323

2424
depends_on "rust" => :build

0 commit comments

Comments
 (0)