|
1 | 1 | class Oxlint < Formula
|
2 | 2 | desc "Suite of high-performance tools for JavaScript and TypeScript written in Rust"
|
3 | 3 | homepage "https://oxc.rs/"
|
4 |
| - url "https://registry.npmjs.org/oxlint/-/oxlint-1.19.0.tgz" |
5 |
| - sha256 "bd25683caaa8694a74a0d2dea7cb848a8c77942bd368370ee258178a54cce8c4" |
| 4 | + url "https://registry.npmjs.org/oxlint/-/oxlint-1.20.0.tgz" |
| 5 | + sha256 "f084c605a4a5a87537298323f5c09f6a62b4f563f486bfcc43e7bea673c02492" |
6 | 6 | license "MIT"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any, arm64_tahoe: "ae7cb27d2bc19e6341941677da092c47a6d33827828494bec73c687370cd4112" |
10 |
| - sha256 cellar: :any, arm64_sequoia: "2a4fc9623f2281bd547980c52e962f2e60ea14b41987cc9508e030e7192d0869" |
11 |
| - sha256 cellar: :any, arm64_sonoma: "2a4fc9623f2281bd547980c52e962f2e60ea14b41987cc9508e030e7192d0869" |
12 |
| - sha256 cellar: :any, sonoma: "01d1589f7edf63abc1b1bd6ef864a9cfaf95957eaf5c059c3b264899fcaa128c" |
13 |
| - sha256 cellar: :any_skip_relocation, arm64_linux: "f82f951b18b4774fb3f66c7b6d48aecb9fbfdc08bd36f479f86ef4a680b60077" |
14 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "5bf39eedd8d8d4fb562045087e32f6b79162be073c1fec68c3fb7743623943f3" |
| 9 | + sha256 cellar: :any, arm64_tahoe: "ef5432df8378ebf1c1f12c2f621ff73759ef41f749b91840cd78fc3e3bc46cfb" |
| 10 | + sha256 cellar: :any, arm64_sequoia: "0d0e7fc6a59b7cc4c735bab0bd58908333fa4dcbd9bf7075730aa34986fdacfe" |
| 11 | + sha256 cellar: :any, arm64_sonoma: "0d0e7fc6a59b7cc4c735bab0bd58908333fa4dcbd9bf7075730aa34986fdacfe" |
| 12 | + sha256 cellar: :any, sonoma: "dc5776d5585271e5216a1b58d6206743ebca5aa614fa8d8108290068b1c6cf73" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_linux: "c42653d6ca4f2241452c9a01ca03987bf50dcbd18f36f25cf26515d8b6166cad" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "8e3f4c5c283e6266750e32ec05df392291d9096d124ff025d0a667c6523c1645" |
15 | 15 | end
|
16 | 16 |
|
17 | 17 | depends_on "node"
|
|
0 commit comments