From 930334ab6eb6afaf9c34e44145aa023c20234fa0 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Wed, 31 Jul 2024 18:16:25 -0700 Subject: [PATCH 01/20] mailpit: use `std_npm_args` --- Formula/m/mailpit.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Formula/m/mailpit.rb b/Formula/m/mailpit.rb index f27be1b7ee447..dfa30c82d5ee0 100644 --- a/Formula/m/mailpit.rb +++ b/Formula/m/mailpit.rb @@ -1,5 +1,3 @@ -require "language/node" - class Mailpit < Formula desc "Web and API based SMTP testing" homepage "https://mailpit.axllent.org/" @@ -21,7 +19,7 @@ class Mailpit < Formula depends_on "node" => :build def install - system "npm", "install", *Language::Node.local_npm_install_args + system "npm", "install", *std_npm_args(prefix: false) system "npm", "run", "build" ldflags = "-s -w -X github.com/axllent/mailpit/config.Version=v#{version}" system "go", "build", *std_go_args(ldflags:) From fcd057e30ff0e7fc6705a15eac2e7d07a8aec731 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Wed, 31 Jul 2024 18:16:27 -0700 Subject: [PATCH 02/20] mailsy: use `std_npm_args` --- Formula/m/mailsy.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Formula/m/mailsy.rb b/Formula/m/mailsy.rb index c5f913cf247ab..a956aa05431c5 100644 --- a/Formula/m/mailsy.rb +++ b/Formula/m/mailsy.rb @@ -1,5 +1,3 @@ -require "language/node" - class Mailsy < Formula desc "Quickly generate a temporary email address" homepage "https://github.com/BalliAsghar/Mailsy" @@ -20,7 +18,7 @@ class Mailsy < Formula depends_on "node" def install - system "npm", "install", *Language::Node.std_npm_install_args(libexec) + system "npm", "install", *std_npm_args bin.install_symlink Dir["#{libexec}/bin/*"] end From c60444ef7792a5d7d9d6a7adffc220bf09ba097b Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Wed, 31 Jul 2024 18:16:28 -0700 Subject: [PATCH 03/20] mako: use `std_npm_args` --- Formula/m/mako.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Formula/m/mako.rb b/Formula/m/mako.rb index a237c83ff7268..13143b68582fe 100644 --- a/Formula/m/mako.rb +++ b/Formula/m/mako.rb @@ -1,5 +1,3 @@ -require "language/node" - class Mako < Formula desc "Production-grade web bundler based on Rust" homepage "https://makojs.dev" @@ -20,7 +18,7 @@ class Mako < Formula depends_on "node" def install - system "npm", "install", *Language::Node.std_npm_install_args(libexec) + system "npm", "install", *std_npm_args bin.install_symlink Dir["#{libexec}/bin/*"] # Remove incompatible pre-built binaries From b015c8ba7332da696914d7fe67b26e8da6c8843a Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Wed, 31 Jul 2024 18:16:28 -0700 Subject: [PATCH 04/20] markdown-toc: use `std_npm_args` --- Formula/m/markdown-toc.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Formula/m/markdown-toc.rb b/Formula/m/markdown-toc.rb index ac0d740f52209..2f113c9474f86 100644 --- a/Formula/m/markdown-toc.rb +++ b/Formula/m/markdown-toc.rb @@ -1,5 +1,3 @@ -require "language/node" - class MarkdownToc < Formula desc "Generate a markdown TOC (table of contents) with Remarkable" homepage "https://github.com/jonschlinkert/markdown-toc" @@ -14,7 +12,7 @@ class MarkdownToc < Formula depends_on "node" def install - system "npm", "install", *Language::Node.std_npm_install_args(libexec) + system "npm", "install", *std_npm_args bin.install_symlink Dir["#{libexec}/bin/*"] end From 4bd8d24f8aeef2380cd5716b6838f929c3c6a2d5 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Wed, 31 Jul 2024 18:16:28 -0700 Subject: [PATCH 05/20] markdownlint-cli: use `std_npm_args` --- Formula/m/markdownlint-cli.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Formula/m/markdownlint-cli.rb b/Formula/m/markdownlint-cli.rb index f89bbb86d45f6..e562b14a437d7 100644 --- a/Formula/m/markdownlint-cli.rb +++ b/Formula/m/markdownlint-cli.rb @@ -1,5 +1,3 @@ -require "language/node" - class MarkdownlintCli < Formula desc "CLI for Node.js style checker and lint tool for Markdown files" homepage "https://github.com/igorshubovych/markdownlint-cli" @@ -20,7 +18,7 @@ class MarkdownlintCli < Formula depends_on "node" def install - system "npm", "install", *Language::Node.std_npm_install_args(libexec) + system "npm", "install", *std_npm_args bin.install_symlink Dir["#{libexec}/bin/*"] end From ff8b8b952ddf20636f81fcfa6ea7432c347d093f Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Wed, 31 Jul 2024 18:16:28 -0700 Subject: [PATCH 06/20] markdownlint-cli2: use `std_npm_args` --- Formula/m/markdownlint-cli2.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Formula/m/markdownlint-cli2.rb b/Formula/m/markdownlint-cli2.rb index e61136650cde0..f9a3ac2c5d736 100644 --- a/Formula/m/markdownlint-cli2.rb +++ b/Formula/m/markdownlint-cli2.rb @@ -1,5 +1,3 @@ -require "language/node" - class MarkdownlintCli2 < Formula desc "Fast, flexible, config-based cli for linting Markdown/CommonMark files" homepage "https://github.com/DavidAnson/markdownlint-cli2" @@ -14,7 +12,7 @@ class MarkdownlintCli2 < Formula depends_on "node" def install - system "npm", "install", *Language::Node.std_npm_install_args(libexec) + system "npm", "install", *std_npm_args bin.install_symlink Dir["#{libexec}/bin/*"] end From cfd21efb4888e40c7b5f454046b1200ffdcafd33 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Wed, 31 Jul 2024 18:16:29 -0700 Subject: [PATCH 07/20] marked: use `std_npm_args` --- Formula/m/marked.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Formula/m/marked.rb b/Formula/m/marked.rb index d863f3af0f12f..1fc2ef64c5f27 100644 --- a/Formula/m/marked.rb +++ b/Formula/m/marked.rb @@ -1,5 +1,3 @@ -require "language/node" - class Marked < Formula desc "Markdown parser and compiler built for speed" homepage "https://marked.js.org/" @@ -20,7 +18,7 @@ class Marked < Formula depends_on "node" def install - system "npm", "install", *Language::Node.std_npm_install_args(libexec) + system "npm", "install", *std_npm_args bin.install_symlink Dir["#{libexec}/bin/*"] end From 6945f7bc4882a2f1f9695967c7cb82eb4383c3c0 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Wed, 31 Jul 2024 18:16:29 -0700 Subject: [PATCH 08/20] marp-cli: use `std_npm_args` --- Formula/m/marp-cli.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Formula/m/marp-cli.rb b/Formula/m/marp-cli.rb index df81f831f263b..23146c536d000 100644 --- a/Formula/m/marp-cli.rb +++ b/Formula/m/marp-cli.rb @@ -1,5 +1,3 @@ -require "language/node" - class MarpCli < Formula desc "Easily convert Marp Markdown files into static HTML/CSS, PDF, PPT and images" homepage "https://github.com/marp-team/marp-cli" @@ -20,7 +18,7 @@ class MarpCli < Formula depends_on "node" def install - system "npm", "install", *Language::Node.std_npm_install_args(libexec) + system "npm", "install", *std_npm_args bin.install_symlink Dir["#{libexec}/bin/*"] end From aa1059b29913a4b284aa8a8ff446b07bf03f99ea Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Wed, 31 Jul 2024 18:16:29 -0700 Subject: [PATCH 09/20] mjml: use `std_npm_args` --- Formula/m/mjml.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Formula/m/mjml.rb b/Formula/m/mjml.rb index 6b002a6f6f595..68225f5fcd18d 100644 --- a/Formula/m/mjml.rb +++ b/Formula/m/mjml.rb @@ -1,5 +1,3 @@ -require "language/node" - class Mjml < Formula desc "JavaScript framework that makes responsive-email easy" homepage "https://mjml.io" @@ -20,7 +18,7 @@ class Mjml < Formula depends_on "node" def install - system "npm", "install", *Language::Node.std_npm_install_args(libexec) + system "npm", "install", *std_npm_args bin.install_symlink Dir["#{libexec}/bin/*"] end From 5e49c21b9c044a77c75e34ed6618926f7419abf0 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Wed, 31 Jul 2024 18:16:29 -0700 Subject: [PATCH 10/20] monika: use `std_npm_args` --- Formula/m/monika.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Formula/m/monika.rb b/Formula/m/monika.rb index 8e2594c93df32..e748b523d1c62 100644 --- a/Formula/m/monika.rb +++ b/Formula/m/monika.rb @@ -1,5 +1,3 @@ -require "language/node" - class Monika < Formula desc "Synthetic monitoring made easy" homepage "https://monika.hyperjump.tech" @@ -26,7 +24,7 @@ class Monika < Formula end def install - system "npm", "install", *Language::Node.std_npm_install_args(libexec) + system "npm", "install", *std_npm_args bin.install_symlink Dir["#{libexec}/bin/*"] # Remove incompatible pre-built binaries From 2fe44889514c52faa3d5e0ce884e0b3044c9f7e1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 2 Aug 2024 01:45:24 +0000 Subject: [PATCH 11/20] mailpit: update 1.19.3 bottle. --- Formula/m/mailpit.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Formula/m/mailpit.rb b/Formula/m/mailpit.rb index dfa30c82d5ee0..1f9aada4b1da3 100644 --- a/Formula/m/mailpit.rb +++ b/Formula/m/mailpit.rb @@ -6,13 +6,14 @@ class Mailpit < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b109968887e48b03430f4f8d596613c6a1325fb5c2283afbc9c33ebbec7c161b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a99b8c1a2f511fc948c9f887aa79ec8575f70f1e037778b9af0646100862f92d" - sha256 cellar: :any_skip_relocation, arm64_monterey: "9776779783e5ced33479e46b1343582d7108d6c126e8a144eb73280cb9c76a75" - sha256 cellar: :any_skip_relocation, sonoma: "6b9a5205bb94fe7b651c02606b991fe95476d0f03da7dccf380427e433c90eb0" - sha256 cellar: :any_skip_relocation, ventura: "b7d979003f34a5f967506ecc9b0031e31f50fd2a6bf48509c0868c8ace7c5260" - sha256 cellar: :any_skip_relocation, monterey: "b5c4de813c8a8812703f12fda09198ab373a1c8b60f1a4101e0e58bf83896e82" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f2588e6d620cb407d4e93359ecf033f3c61131fd48a6bfbe1aa6c85180acc0dc" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_sonoma: "de1e1aeae26b842406191250bd16930ed171d318734814a80f378b15401a8e74" + sha256 cellar: :any_skip_relocation, arm64_ventura: "30d0d63f3bc4498cee94109ebdefca1334c78d9a0974a3335f22b8418765dd69" + sha256 cellar: :any_skip_relocation, arm64_monterey: "866e81381c2332ac1efd9ffb9870cbf0d2d7a92214ebd09fdba7bb97d45f9c2d" + sha256 cellar: :any_skip_relocation, sonoma: "586ccb962f3f80e2830ca96d68ad151ba4aa9edf23675281390ff9f1a45ecb2c" + sha256 cellar: :any_skip_relocation, ventura: "67d216be9efb2853de75735a86bc27917f22cdd8847be39a47c865338081f8b8" + sha256 cellar: :any_skip_relocation, monterey: "ec3b759c2c9858b5d5a135c37e933d306afa9ad66af19c23d95f12634eba357e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "49db9ea44e6b5667ae4b9c864b31eeb096c59f9ba6b45494c79a210c64af3813" end depends_on "go" => :build From c9a68197fe09a10b4935045b0e236c94ec935b9a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 2 Aug 2024 01:45:25 +0000 Subject: [PATCH 12/20] mailsy: update 5.0.0 bottle. --- Formula/m/mailsy.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Formula/m/mailsy.rb b/Formula/m/mailsy.rb index a956aa05431c5..4f3e277ba1301 100644 --- a/Formula/m/mailsy.rb +++ b/Formula/m/mailsy.rb @@ -6,13 +6,14 @@ class Mailsy < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d2357b5195209ef548ce98d31946ecf9afe4dbbb5fdf640e16803cb2a556dffc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "47d9a9435a1925bfecb00a010e57e0f4049e79a545b65a8272756e37148fb0ce" - sha256 cellar: :any_skip_relocation, arm64_monterey: "c623fde0223de29670ccd17225b1cc8d063d4204843677c91f0d8bcccb6fe22b" - sha256 cellar: :any_skip_relocation, sonoma: "cc2bec90eeb727baffc2996076d2c7011cb20f78e32dd1dd93d69fafcd5949b7" - sha256 cellar: :any_skip_relocation, ventura: "cb0fcd46801b360436044ea122b986945bf42c803160d0be4475b6b381b29cd3" - sha256 cellar: :any_skip_relocation, monterey: "f64fba3f040d4d4d50d881a17be7b3df664fd00848d5f8c22290b6aad58a112c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "05e03b250aa09b7cc2c05e86dafc61b49fbf719aaa4e8ec7e952087bb81839f2" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5eb1d27527f9b27d2bbd577ef5805e696d9b64b95d3db4f8f025899fda4d9289" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5eb1d27527f9b27d2bbd577ef5805e696d9b64b95d3db4f8f025899fda4d9289" + sha256 cellar: :any_skip_relocation, arm64_monterey: "5eb1d27527f9b27d2bbd577ef5805e696d9b64b95d3db4f8f025899fda4d9289" + sha256 cellar: :any_skip_relocation, sonoma: "0ffc5714684754005b04200b5f379adb9fe3fd861d92b6cb64300065543f7205" + sha256 cellar: :any_skip_relocation, ventura: "0ffc5714684754005b04200b5f379adb9fe3fd861d92b6cb64300065543f7205" + sha256 cellar: :any_skip_relocation, monterey: "0ffc5714684754005b04200b5f379adb9fe3fd861d92b6cb64300065543f7205" + sha256 cellar: :any_skip_relocation, x86_64_linux: "70af352d946453cfea208005eb47d49d7f9284dc9fb899169b520d9dd8586a98" end depends_on "node" From 44e97927053d9d9d199713f4bcf9bc084934b081 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 2 Aug 2024 01:45:26 +0000 Subject: [PATCH 13/20] mako: update 0.7.9 bottle. --- Formula/m/mako.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Formula/m/mako.rb b/Formula/m/mako.rb index 13143b68582fe..e3b62fafefc21 100644 --- a/Formula/m/mako.rb +++ b/Formula/m/mako.rb @@ -6,13 +6,14 @@ class Mako < Formula license "MIT" bottle do - sha256 arm64_sonoma: "dc1939ed03b4b9b439021c0723bf20c8d2fb312a0a75ce0885685e943902895f" - sha256 arm64_ventura: "7e46f6175eab4e570e1e078ccc8097ea00bbd31938f5f10da96b38e05ff7c157" - sha256 arm64_monterey: "63b2702699f127e502af841b279036b4579e255cb2579fc89417138c40edb75b" - sha256 sonoma: "cdfa008731d773036e54aec1b76b6ab74471cced935fe7a360b2514dc3cbb0c4" - sha256 ventura: "a5339b9f552cbe68838e9981dc28434a9a11c19a104fe1050f2458eabd50d8b7" - sha256 monterey: "ea285d2ef7540675fec0261aad211b48fef750c9328748105b44999f631a546b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e428961bc7907a8373eabee9a857f9df0044efe90060a7aadf5f5f4ac14d709a" + rebuild 1 + sha256 arm64_sonoma: "d8a8a370bd43963430bd081192e996c63585a9c5e0f8948dd731bd72e982f878" + sha256 arm64_ventura: "6974949c4ec3b54dd8064005a2251e49761652771e3aca684074b6f8d4bf40f4" + sha256 arm64_monterey: "907d4d7b1256d3e1fbc1719df82bb7957fa061749b7ae63868dce1b57f80154e" + sha256 sonoma: "3ffd4d42c8a69863d5fc6318ed1b94e4b653c77caf3fd59d756394006d4d357f" + sha256 ventura: "e8f0e438531d5f87c6e11f061f7dec341440e6402dab85470f8bc4b56cc8607e" + sha256 monterey: "6a1b8f6face05229edbe5291262276f1815493dbc0dfb2013e9ac319cb30b94c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "54229eab00b16827f101fc681cfe9e95f1176f71a50adcd364a1871deafbc063" end depends_on "node" From 1ef00e9e36dedceb5809f401f3986c9879b6d5f3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 2 Aug 2024 01:45:26 +0000 Subject: [PATCH 14/20] markdown-toc: update 1.2.0 bottle. --- Formula/m/markdown-toc.rb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Formula/m/markdown-toc.rb b/Formula/m/markdown-toc.rb index 2f113c9474f86..efabadbd04c25 100644 --- a/Formula/m/markdown-toc.rb +++ b/Formula/m/markdown-toc.rb @@ -6,7 +6,14 @@ class MarkdownToc < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "1fcb47b953cf9becfdcf24c6de36fbff454877e4c05ac47bc40be8d2df76ba0f" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4a99991af6d567dcdc4f34d0a7af4190de420dfd435b1b8b5704d6bd978776f6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4a99991af6d567dcdc4f34d0a7af4190de420dfd435b1b8b5704d6bd978776f6" + sha256 cellar: :any_skip_relocation, arm64_monterey: "4a99991af6d567dcdc4f34d0a7af4190de420dfd435b1b8b5704d6bd978776f6" + sha256 cellar: :any_skip_relocation, sonoma: "4a99991af6d567dcdc4f34d0a7af4190de420dfd435b1b8b5704d6bd978776f6" + sha256 cellar: :any_skip_relocation, ventura: "4a99991af6d567dcdc4f34d0a7af4190de420dfd435b1b8b5704d6bd978776f6" + sha256 cellar: :any_skip_relocation, monterey: "4a99991af6d567dcdc4f34d0a7af4190de420dfd435b1b8b5704d6bd978776f6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fece6d2074d2656d6bb80409133100048172bea6d3541954bf850355940f7f55" end depends_on "node" From f84b668cb46b613cf2f33511ef5128a3eec5e290 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 2 Aug 2024 01:45:26 +0000 Subject: [PATCH 15/20] markdownlint-cli: update 0.41.0 bottle. --- Formula/m/markdownlint-cli.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Formula/m/markdownlint-cli.rb b/Formula/m/markdownlint-cli.rb index e562b14a437d7..d549ccc4f0984 100644 --- a/Formula/m/markdownlint-cli.rb +++ b/Formula/m/markdownlint-cli.rb @@ -6,13 +6,14 @@ class MarkdownlintCli < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4223ddc7b2e85d0027703f10d512859da1f4626b29576619cdc8b58399adf1bd" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c9ae6b3c6ae09c48a801363861286b53fc1859074cbf53bfc6329d9d2d140515" - sha256 cellar: :any_skip_relocation, arm64_monterey: "b8fa05160f755efe6823f762f839712d4105667f747afa2f41344e29725809b8" - sha256 cellar: :any_skip_relocation, sonoma: "c0c94e832066c476473475a1f6f421643387d48ad3fcc9e169a3ee46164c1871" - sha256 cellar: :any_skip_relocation, ventura: "6e5f743be301c321b031f8a3eebc21b7abdb7e9d83b49616e23d462625170cce" - sha256 cellar: :any_skip_relocation, monterey: "d5b372b27888b67c9f1501980d99b4c4ab289129aad441238214cf268bda24e5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9791a220e0753ce7d9d778ea5013d61903b297761f947c4e8812841afd947431" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c414c02b11e76ee418773ada20614178eafc99d22b4166565ab5acfa768360c6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c414c02b11e76ee418773ada20614178eafc99d22b4166565ab5acfa768360c6" + sha256 cellar: :any_skip_relocation, arm64_monterey: "c414c02b11e76ee418773ada20614178eafc99d22b4166565ab5acfa768360c6" + sha256 cellar: :any_skip_relocation, sonoma: "131b5d2abb4e8b7c4f34a89ad9fea8c93b6becc15460b4709c4c3e35d2b1bf52" + sha256 cellar: :any_skip_relocation, ventura: "131b5d2abb4e8b7c4f34a89ad9fea8c93b6becc15460b4709c4c3e35d2b1bf52" + sha256 cellar: :any_skip_relocation, monterey: "131b5d2abb4e8b7c4f34a89ad9fea8c93b6becc15460b4709c4c3e35d2b1bf52" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ed1b404f35203311f4a4bf0b444f488c2ecfa1886a4486e2930a99c8e14c1570" end depends_on "node" From 553eea7a7784e26bbab4569272a4cd7e5dc73c62 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 2 Aug 2024 01:45:27 +0000 Subject: [PATCH 16/20] markdownlint-cli2: update 0.13.0 bottle. --- Formula/m/markdownlint-cli2.rb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Formula/m/markdownlint-cli2.rb b/Formula/m/markdownlint-cli2.rb index f9a3ac2c5d736..0ccdf68faff07 100644 --- a/Formula/m/markdownlint-cli2.rb +++ b/Formula/m/markdownlint-cli2.rb @@ -6,7 +6,14 @@ class MarkdownlintCli2 < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "24bcd6ac3183471c29cf60683657f0996396e93e1ebda0cf3885770b21a4957f" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bf40acfeb3a1b478fc496a1153cd5bca9a478e0b4ed69e15ea0a5f719779236b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bf40acfeb3a1b478fc496a1153cd5bca9a478e0b4ed69e15ea0a5f719779236b" + sha256 cellar: :any_skip_relocation, arm64_monterey: "bf40acfeb3a1b478fc496a1153cd5bca9a478e0b4ed69e15ea0a5f719779236b" + sha256 cellar: :any_skip_relocation, sonoma: "bf40acfeb3a1b478fc496a1153cd5bca9a478e0b4ed69e15ea0a5f719779236b" + sha256 cellar: :any_skip_relocation, ventura: "bf40acfeb3a1b478fc496a1153cd5bca9a478e0b4ed69e15ea0a5f719779236b" + sha256 cellar: :any_skip_relocation, monterey: "bf40acfeb3a1b478fc496a1153cd5bca9a478e0b4ed69e15ea0a5f719779236b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d991a96a95a0a0d3e1cfe468b9f5a8921de1ebe957ea60e544c60e63d0407c18" end depends_on "node" From a097737670fdfec283f71ba390eb6b9c4199b566 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 2 Aug 2024 01:45:27 +0000 Subject: [PATCH 17/20] marked: update 13.0.3 bottle. --- Formula/m/marked.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Formula/m/marked.rb b/Formula/m/marked.rb index 1fc2ef64c5f27..386c854716480 100644 --- a/Formula/m/marked.rb +++ b/Formula/m/marked.rb @@ -6,13 +6,14 @@ class Marked < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4089a73f052ccaa79fd20cefca6132843a85e8b5a06a386516f9bc0c6807f21d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4089a73f052ccaa79fd20cefca6132843a85e8b5a06a386516f9bc0c6807f21d" - sha256 cellar: :any_skip_relocation, arm64_monterey: "4089a73f052ccaa79fd20cefca6132843a85e8b5a06a386516f9bc0c6807f21d" - sha256 cellar: :any_skip_relocation, sonoma: "4089a73f052ccaa79fd20cefca6132843a85e8b5a06a386516f9bc0c6807f21d" - sha256 cellar: :any_skip_relocation, ventura: "4089a73f052ccaa79fd20cefca6132843a85e8b5a06a386516f9bc0c6807f21d" - sha256 cellar: :any_skip_relocation, monterey: "4089a73f052ccaa79fd20cefca6132843a85e8b5a06a386516f9bc0c6807f21d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f006638493f31cbb476d0d38f274af181e0a57a10965f50bec3283eb112431b7" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_sonoma: "834e72ecd7ae8c9fa8f9866038bce8776b1d49795454a66a4fe765a124d28a19" + sha256 cellar: :any_skip_relocation, arm64_ventura: "834e72ecd7ae8c9fa8f9866038bce8776b1d49795454a66a4fe765a124d28a19" + sha256 cellar: :any_skip_relocation, arm64_monterey: "834e72ecd7ae8c9fa8f9866038bce8776b1d49795454a66a4fe765a124d28a19" + sha256 cellar: :any_skip_relocation, sonoma: "834e72ecd7ae8c9fa8f9866038bce8776b1d49795454a66a4fe765a124d28a19" + sha256 cellar: :any_skip_relocation, ventura: "834e72ecd7ae8c9fa8f9866038bce8776b1d49795454a66a4fe765a124d28a19" + sha256 cellar: :any_skip_relocation, monterey: "834e72ecd7ae8c9fa8f9866038bce8776b1d49795454a66a4fe765a124d28a19" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f09fd22474380d85a676cbe7ee0fc695d7c5de3670378d8ad831edd6a806f5be" end depends_on "node" From 2941acb9b28f000db91aa25061abcc29610f1eb3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 2 Aug 2024 01:45:27 +0000 Subject: [PATCH 18/20] marp-cli: update 3.4.0 bottle. --- Formula/m/marp-cli.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Formula/m/marp-cli.rb b/Formula/m/marp-cli.rb index 23146c536d000..d25173d955a55 100644 --- a/Formula/m/marp-cli.rb +++ b/Formula/m/marp-cli.rb @@ -6,13 +6,14 @@ class MarpCli < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5832f718afc05b56019621c61165e199f659d9ea90c36003702e60095816e4d1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5832f718afc05b56019621c61165e199f659d9ea90c36003702e60095816e4d1" - sha256 cellar: :any_skip_relocation, arm64_monterey: "5832f718afc05b56019621c61165e199f659d9ea90c36003702e60095816e4d1" - sha256 cellar: :any_skip_relocation, sonoma: "5bc827178f06c452d345a198244214892d638578f723c3ce29a30b00d84ac104" - sha256 cellar: :any_skip_relocation, ventura: "5bc827178f06c452d345a198244214892d638578f723c3ce29a30b00d84ac104" - sha256 cellar: :any_skip_relocation, monterey: "5bc827178f06c452d345a198244214892d638578f723c3ce29a30b00d84ac104" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1e252e61548d221f12fc21c00c0fc29cc2bde145e292fe1460de7ddd85e78de5" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_sonoma: "053d8f7070f38272319fc1511e1c54658202dcea894554672b56cb594f5a7fe1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "053d8f7070f38272319fc1511e1c54658202dcea894554672b56cb594f5a7fe1" + sha256 cellar: :any_skip_relocation, arm64_monterey: "053d8f7070f38272319fc1511e1c54658202dcea894554672b56cb594f5a7fe1" + sha256 cellar: :any_skip_relocation, sonoma: "cf72d0b39d9c95a68ef4295f6b34a20371b9c87a28034006dac62ca91ba4a2a5" + sha256 cellar: :any_skip_relocation, ventura: "cf72d0b39d9c95a68ef4295f6b34a20371b9c87a28034006dac62ca91ba4a2a5" + sha256 cellar: :any_skip_relocation, monterey: "cf72d0b39d9c95a68ef4295f6b34a20371b9c87a28034006dac62ca91ba4a2a5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "73873bdd8ac8c7c485b023b292095eb410acacef4b1c0db5a6678889078914b0" end depends_on "node" From a51de3a81983a02dfabb61fc5aa75108c9c006c9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 2 Aug 2024 01:45:28 +0000 Subject: [PATCH 19/20] mjml: update 4.15.3 bottle. --- Formula/m/mjml.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Formula/m/mjml.rb b/Formula/m/mjml.rb index 68225f5fcd18d..143b5d5fe5b41 100644 --- a/Formula/m/mjml.rb +++ b/Formula/m/mjml.rb @@ -6,13 +6,14 @@ class Mjml < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "64d69529fb3fe96f881c82d4c47a3b72685aa3a34b83382444c54e9fc2dc51d2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "64d69529fb3fe96f881c82d4c47a3b72685aa3a34b83382444c54e9fc2dc51d2" - sha256 cellar: :any_skip_relocation, arm64_monterey: "64d69529fb3fe96f881c82d4c47a3b72685aa3a34b83382444c54e9fc2dc51d2" - sha256 cellar: :any_skip_relocation, sonoma: "2714ac758656a73a6fdffa5aa9e3c49dc201c9f576ca8c7c93502d3538b4eeca" - sha256 cellar: :any_skip_relocation, ventura: "2714ac758656a73a6fdffa5aa9e3c49dc201c9f576ca8c7c93502d3538b4eeca" - sha256 cellar: :any_skip_relocation, monterey: "2714ac758656a73a6fdffa5aa9e3c49dc201c9f576ca8c7c93502d3538b4eeca" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9c5aade520e88337c5f63a724fd87e092542806bcb360979740128db65e0f538" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1a681f3fa1b9bfc3159325c2faa63b1cbe148e94d4cfd1a2b2c94587c30b25de" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1a681f3fa1b9bfc3159325c2faa63b1cbe148e94d4cfd1a2b2c94587c30b25de" + sha256 cellar: :any_skip_relocation, arm64_monterey: "1a681f3fa1b9bfc3159325c2faa63b1cbe148e94d4cfd1a2b2c94587c30b25de" + sha256 cellar: :any_skip_relocation, sonoma: "464b8c2813c2c1a80ac3f4b91fbb5fc3e2a9e189191ee6858c210d0674e00868" + sha256 cellar: :any_skip_relocation, ventura: "464b8c2813c2c1a80ac3f4b91fbb5fc3e2a9e189191ee6858c210d0674e00868" + sha256 cellar: :any_skip_relocation, monterey: "464b8c2813c2c1a80ac3f4b91fbb5fc3e2a9e189191ee6858c210d0674e00868" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b7056b342d8ea37e7da098cc2b2cc3764d3a418e5d36d3d2f07058f634fe12b2" end depends_on "node" From 7c0b505962e6837b95c09ae4e955b412bfaf3dd8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 2 Aug 2024 01:45:28 +0000 Subject: [PATCH 20/20] monika: update 1.21.0 bottle. --- Formula/m/monika.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Formula/m/monika.rb b/Formula/m/monika.rb index e748b523d1c62..7897d87e021ca 100644 --- a/Formula/m/monika.rb +++ b/Formula/m/monika.rb @@ -6,13 +6,14 @@ class Monika < Formula license "MIT" bottle do - sha256 arm64_sonoma: "a495a0f64d3b7e7395448b33051e6a7d259d2ed48d3e86ee6092a02c9aa340b0" - sha256 arm64_ventura: "dc829a3cb82bcec6aec10db9f65f207a5476c8c1f4e505d7a497589b8d7e3383" - sha256 arm64_monterey: "b33c3e773a3f2ef3af6385a84933d09dc35c0c9bc36ea939905952836446188e" - sha256 sonoma: "b38d394e9d84a701f2e8614277f691338b9dc1a1950688f6d8ae8a24453da81a" - sha256 ventura: "5f792ad344c6b4bbd62ad93535be26dde1ee44a3e74fe466059f50e6bc39d5a3" - sha256 monterey: "65a1a336b6e1c8651424680b14903134f7637b1af06c8a7e722e114663be6181" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ddb16c9dcefd747dfca1c16ff3ef19d2e626cf0a3004cf88a59bb7397f98873e" + rebuild 1 + sha256 arm64_sonoma: "8d3b69446254d8e0d9667e7b08c6815357804538de8e91f3010829a3fde152e3" + sha256 arm64_ventura: "df4846dbe84f5ec928764cad0f39a02c01ed08cb914a34e03d0a511e914c4868" + sha256 arm64_monterey: "191f1690fa6e465e29be220ca4ddc6da8edca36207e833ee77de90de725475d5" + sha256 sonoma: "138479415075dfac8741f4c153b4b3627715a436568746cb565bbbbab2f4f850" + sha256 ventura: "4a9ca5e23f852102f51d0c8850fa251d100674683aaafb4ee557cc5a287b8a66" + sha256 monterey: "70805c46425cfa7e0db73f712477f510f093e8f0cb3d435f83480a2c32786060" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3a71a527a6c518e829349b096c452213f5d4c41596c3ae28ffba0f94e9a5187b" end depends_on "node"