Skip to content

Commit eb20dc5

Browse files
authored
Merge pull request #206733 from Homebrew/bump-oxlint-0.15.10
oxlint 0.15.10
2 parents 89089c1 + 7552be2 commit eb20dc5

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,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_v0.15.9.tar.gz"
5-
sha256 "29e9f047b434225044c5eb5bd5c02971a3e580b58559beb1fcfa455f7f1dfb33"
4+
url "https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v0.15.10.tar.gz"
5+
sha256 "d385ea588259064e97bff4687edc98f9f8ac0afbd495e42be6e95277b362bdc5"
66
license "MIT"
77
head "https://github.com/oxc-project/oxc.git", branch: "main"
88

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

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b71b5a4186d5b7c628fe19bec9e31ada53ece5bee1198d335b15000d91968303"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "935dde5ae14a709e0995e5bcb798a22366ee78026cccdf2fc7ab5cf875cf293c"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "b0a1c899405329a6b078ea7ba0200b3aae6853751e97001bef706c003a11dc73"
18-
sha256 cellar: :any_skip_relocation, sonoma: "b6d1b4097ba013d59fecdeaad8fecf6f90b21c724e3e937aee6a30fc5355ea25"
19-
sha256 cellar: :any_skip_relocation, ventura: "6c60803b5dea4d7cdb6f69e627cdd5f89965063edba354af521227177cc3abc4"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2d09d2e86dad969a14cfdb599b9d62a3e0728219dd48566ed837851f5cc2716e"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fa58d432fa121a7c6b0cf75614ee7313b6127bad3cff8c42841660baed00cb69"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4079fa43d98cb5f5e1517fac05000300510e46b146ef576b770030a71a61d068"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "18fe1aea23c68dd0d90b59dcb4a0cf60837806dfdc200dcbd584dd9ee9d006d7"
18+
sha256 cellar: :any_skip_relocation, sonoma: "8a5c139a54ab0e1b1edd5e9be871e1be211137a6ee29a5c165e29e3781e086b0"
19+
sha256 cellar: :any_skip_relocation, ventura: "0019ec524ef2dcf13c8deb8938d6767479eb360ceb1936e2b69e4ad52553a6f6"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4d9c8e6939619c952466aecf346ce36d7ec22bea73ed52f2aab4dbb0a3ace2a9"
2121
end
2222

2323
depends_on "rust" => :build

0 commit comments

Comments
 (0)