File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 11class 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 )
You can’t perform that action at this time.
0 commit comments