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://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v0.16.11 .tar.gz"
5
- sha256 "ce08a1a03d7722109e82964e8a4d96f7b233640c902597f83c02c9133b629779 "
4
+ url "https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v0.16.12 .tar.gz"
5
+ sha256 "a8560bd5fbe7f186d340e31dad0c8ba4a976127c6521b92a78a638b9c0745e08 "
6
6
license "MIT"
7
7
head "https://github.com/oxc-project/oxc.git" , branch : "main"
8
8
@@ -12,13 +12,13 @@ class Oxlint < Formula
12
12
end
13
13
14
14
bottle do
15
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "5ff4c563fa80ee3443f242bce28e5d01cc0f7615316d2883a1048a67b8aa19a2 "
16
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "0f1a397d8597d2374187faabdbf27880e76bd0ae9f910eb6a7479cf1a5d37412 "
17
- sha256 cellar : :any_skip_relocation , arm64_ventura : "c9314f5ffbe22b11cf85f952771efbab569c58f57a141c1e86b6b0d92a523e33 "
18
- sha256 cellar : :any_skip_relocation , sonoma : "7408e395625981a376ba9dbccf8917dc62362487042d421d1b52ce4c5aee6cbe "
19
- sha256 cellar : :any_skip_relocation , ventura : "284543454c537306de5879e818a157e28d33a6e1b24318846cc1c1768898a00e "
20
- sha256 cellar : :any_skip_relocation , arm64_linux : "2cb3b4fb77376dda7cf7cc7b8ac382a4274d064e39c3ce08088f71147e766724 "
21
- sha256 cellar : :any_skip_relocation , x86_64_linux : "5d5161f2e774ad76f91a666fdc3e2c9d0bfa56b241ea0f9708e0c29c6fdba8f8 "
15
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "b57509c3df3887abdf662ee37d2bed0de9de9d080c836f4d89ca759e7ff6d661 "
16
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "9497ec860cebfef845f08898164ffd6998252c61c4d16527d48a693b595b0798 "
17
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "651f1e2a045131b46a7d2db40329233d922b9ea130efca9066dc21614c04c895 "
18
+ sha256 cellar : :any_skip_relocation , sonoma : "a026a45c79466c0ec37051fa52864d07bb54ceb5f3b6ee49878e058326bacb66 "
19
+ sha256 cellar : :any_skip_relocation , ventura : "3b5bd19d466da82a66a1d2f76fc66d55afff942f05df254003f4dc3726c9472f "
20
+ sha256 cellar : :any_skip_relocation , arm64_linux : "bfb494038aec1cdebc7fa258c78a195aaefcb5d86b12302931c6f4d3b03937d7 "
21
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "680dce24aa25b48273b4815089ac5bd9398ceb6740ffb6edd8826f6d1e937578 "
22
22
end
23
23
24
24
depends_on "rust" => :build
0 commit comments