From efe4fd10033a0a75233cd2a5cad9c4f5a1f0ed1e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 25 May 2025 08:13:45 +0000 Subject: [PATCH 1/2] oxlint 0.16.12 --- Formula/o/oxlint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oxlint.rb b/Formula/o/oxlint.rb index 372beebadb61e..bd6e6bdf56003 100644 --- a/Formula/o/oxlint.rb +++ b/Formula/o/oxlint.rb @@ -1,8 +1,8 @@ class Oxlint < Formula desc "Suite of high-performance tools for JavaScript and TypeScript written in Rust" homepage "https://oxc.rs/" - url "https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v0.16.11.tar.gz" - sha256 "ce08a1a03d7722109e82964e8a4d96f7b233640c902597f83c02c9133b629779" + url "https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v0.16.12.tar.gz" + sha256 "a8560bd5fbe7f186d340e31dad0c8ba4a976127c6521b92a78a638b9c0745e08" license "MIT" head "https://github.com/oxc-project/oxc.git", branch: "main" From a00fec47be0914688e632a8984650efa4207e0a4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 25 May 2025 09:29:25 +0000 Subject: [PATCH 2/2] oxlint: update 0.16.12 bottle. --- Formula/o/oxlint.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/oxlint.rb b/Formula/o/oxlint.rb index bd6e6bdf56003..8808c871e8004 100644 --- a/Formula/o/oxlint.rb +++ b/Formula/o/oxlint.rb @@ -12,13 +12,13 @@ class Oxlint < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5ff4c563fa80ee3443f242bce28e5d01cc0f7615316d2883a1048a67b8aa19a2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0f1a397d8597d2374187faabdbf27880e76bd0ae9f910eb6a7479cf1a5d37412" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c9314f5ffbe22b11cf85f952771efbab569c58f57a141c1e86b6b0d92a523e33" - sha256 cellar: :any_skip_relocation, sonoma: "7408e395625981a376ba9dbccf8917dc62362487042d421d1b52ce4c5aee6cbe" - sha256 cellar: :any_skip_relocation, ventura: "284543454c537306de5879e818a157e28d33a6e1b24318846cc1c1768898a00e" - sha256 cellar: :any_skip_relocation, arm64_linux: "2cb3b4fb77376dda7cf7cc7b8ac382a4274d064e39c3ce08088f71147e766724" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5d5161f2e774ad76f91a666fdc3e2c9d0bfa56b241ea0f9708e0c29c6fdba8f8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b57509c3df3887abdf662ee37d2bed0de9de9d080c836f4d89ca759e7ff6d661" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9497ec860cebfef845f08898164ffd6998252c61c4d16527d48a693b595b0798" + sha256 cellar: :any_skip_relocation, arm64_ventura: "651f1e2a045131b46a7d2db40329233d922b9ea130efca9066dc21614c04c895" + sha256 cellar: :any_skip_relocation, sonoma: "a026a45c79466c0ec37051fa52864d07bb54ceb5f3b6ee49878e058326bacb66" + sha256 cellar: :any_skip_relocation, ventura: "3b5bd19d466da82a66a1d2f76fc66d55afff942f05df254003f4dc3726c9472f" + sha256 cellar: :any_skip_relocation, arm64_linux: "bfb494038aec1cdebc7fa258c78a195aaefcb5d86b12302931c6f4d3b03937d7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "680dce24aa25b48273b4815089ac5bd9398ceb6740ffb6edd8826f6d1e937578" end depends_on "rust" => :build