Skip to content

Commit e065b35

Browse files
BrewTestBotchenrui333
authored andcommitted
oxlint 1.5.0
1 parent 1954c43 commit e065b35

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

Formula/o/oxlint.rb

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
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)

0 commit comments

Comments
 (0)