Skip to content

Commit 25e808e

Browse files
authored
Merge pull request Homebrew#228566 from Homebrew/bump-oxlint-1.4.0
oxlint 1.4.0
2 parents 26695ab + 3b22551 commit 25e808e

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

Formula/o/oxlint.rb

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

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+
918
livecheck do
1019
url :stable
1120
regex(/^oxlint[._-]v?(\d+(?:\.\d+)+)$/i)
1221
end
1322

1423
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7674697d7bebe28b8be2204eb32587d97f6da8be0cf15d9197c78d4e3b47c520"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a7eb52ba7ad2a798ed8a0f594c937c08f22f00d1036e19b793a552237239c52c"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "a794c0b06beb7de35df729f78e7b8f41fa067bfd3888968090568e6e0082da6c"
18-
sha256 cellar: :any_skip_relocation, sonoma: "a5d15f9e9b28510d034ed8b6ac6777051b3940ab6fb1dcdd8e043ac0e82454ee"
19-
sha256 cellar: :any_skip_relocation, ventura: "d9d5cfa20ec071509044592a6a683d26af9a962fd69dbe556cc59518f7d143c3"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "8286e58843e98a8576650b1b0ef541c2eac6d7d67ce637c2a0af1efb0c693297"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "859234fcbced88031760d367bd44e3d0bd16c2730ee86382ae6aa96ddc621495"
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"
2231
end
2332

2433
depends_on "rust" => :build

0 commit comments

Comments
 (0)