Skip to content

Commit 13f9edd

Browse files
authored
Merge pull request #206260 from Homebrew/bump-oxlint-0.15.9
oxlint 0.15.9
2 parents 3070de5 + e144be3 commit 13f9edd

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.8.tar.gz"
5-
sha256 "c163f2430ba0dc5ac5c321d49f88265cb0659db222e55d1decac24fc4db47938"
4+
url "https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v0.15.9.tar.gz"
5+
sha256 "29e9f047b434225044c5eb5bd5c02971a3e580b58559beb1fcfa455f7f1dfb33"
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: "a03c634fd1c992ce4cbf29e71cf5d88c355b69574eb62eba7756c00521f90b19"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b745cce8d9023a0cf767dcfc21ea66eb3a28bd6bc26d43ac1d5cb2917b86a587"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "5e5a91964b0edff10bc11c3329e466ccf53ac9617cf4d2d83c144428d2ae9b48"
18-
sha256 cellar: :any_skip_relocation, sonoma: "59545832bacc50348c3eb276aba752e0157ea90d441abc543e6a0beca91f479e"
19-
sha256 cellar: :any_skip_relocation, ventura: "7dbb7bef1ebd5de25640c7165fb9a29b41715260bd4af28b582e8c079bd23073"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "83ec9662b454f9d504309dfe072831a8657e46715bcd4ede40c0a7b37c4ec2a3"
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"
2121
end
2222

2323
depends_on "rust" => :build

0 commit comments

Comments
 (0)