Skip to content

Commit 04d75eb

Browse files
authored
Merge pull request Homebrew#228794 from Homebrew/bump-oxlint-1.5.0
oxlint 1.5.0
2 parents 8d39501 + a7cd30a commit 04d75eb

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed

Formula/o/oxlint.rb

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,24 @@
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.5.0.tar.gz"
5+
sha256 "a1a8d0910ff0ad51e505c6c3f2b85e23a868b311a6f90bd3116b7be860d284f0"
46
license "MIT"
57
head "https://github.com/oxc-project/oxc.git", branch: "main"
68

7-
stable do
8-
url "https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v1.4.0.tar.gz"
9-
sha256 "cfb910f8100da7abbc31fbac3a25acd73039d98787b27bc463db137c3e2e2317"
10-
11-
# fix exit code for `--version`
12-
patch do
13-
url "https://github.com/oxc-project/oxc/commit/4b2c6587c0a4ef41c187da915e591eda64deb81a.patch?full_index=1"
14-
sha256 "14cf100271b9ccdc883a5859e53b33637aec797cd8f7e8cbd5fc03715e4663b5"
15-
end
16-
end
17-
189
livecheck do
1910
url :stable
2011
regex(/^oxlint[._-]v?(\d+(?:\.\d+)+)$/i)
2112
end
2213

2314
bottle do
24-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "200f1a0d54821ccbeed3aed5c8e3a9a7e830ce854f461332ca5ddb9ca5c50a9f"
25-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "55f11e1304fdacfff6c629688e06d95b481a0f6a9ded04985bbd1daa166513df"
26-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f743d4acc94792d76426d817ab49abbe9e328c45c40578c4b265a8b9a9f2fa0a"
27-
sha256 cellar: :any_skip_relocation, sonoma: "7a0a5b5cdf31edb2da10576a5f770f4efa0939e08c5e0ea181d187e27567bec8"
28-
sha256 cellar: :any_skip_relocation, ventura: "c63688a1fcb4cbb3d8135fbaf567e09c564c7eebb65b6736325a5fa73be84f17"
29-
sha256 cellar: :any_skip_relocation, arm64_linux: "53754260dc96a55bfee776f9b7371df34c4240d3a81a35c0f41a9070e80a85aa"
30-
sha256 cellar: :any_skip_relocation, x86_64_linux: "3e43659c3e8bc8c6a4bd82640b153154ce83e8dae06d0c43cdec82ce0ef10b55"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2b3d286f5e51bc16c83a18b4737767cbd69bf1bec02e28c6918dcb63b7bd5972"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "67b5490626d791a240c81276345d1cfe35f0ee7dc42fc7310ecedd749d864e07"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "541b3d4ed9ee6befdb0492d52ad9aac3171a01d9ac4bf333f620b6f6304932dd"
18+
sha256 cellar: :any_skip_relocation, sonoma: "ed0ea175a9ff0aca2f86008af884717b256642f9972e9ee2320dc82c34a4f05a"
19+
sha256 cellar: :any_skip_relocation, ventura: "483a19136df6023814293b273a147929b1983dd25ce04100f618aa2621a0860e"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "52e685453bcdfa53dcf33febf2a12ed92f81911a3ebd831d53bded012872ff3d"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "fc4572fbd6d4f2731ac787bcbaf9c855ed77ebc121c4595b36e9ae3080c7ca90"
3122
end
3223

3324
depends_on "rust" => :build

0 commit comments

Comments
 (0)