From f88fc2c53667d91a2bfb6169f6d7f3a635004852 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Dec 2024 11:02:43 +0000 Subject: [PATCH 1/2] mako 0.9.9 --- Formula/m/mako.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mako.rb b/Formula/m/mako.rb index 0e0fe071878b1..c5801f62fb2d1 100644 --- a/Formula/m/mako.rb +++ b/Formula/m/mako.rb @@ -1,8 +1,8 @@ class Mako < Formula desc "Production-grade web bundler based on Rust" homepage "https://makojs.dev" - url "https://registry.npmjs.org/@umijs/mako/-/mako-0.9.8.tgz" - sha256 "8f0244570a53a0b09cfa3db4baa48d16093f5af6c302a514d835b6be69a2db0c" + url "https://registry.npmjs.org/@umijs/mako/-/mako-0.9.9.tgz" + sha256 "835def3935ec8dc31a955fa81e5c9337f1f1826ee54342105d05dc87f3307c95" license "MIT" bottle do From e03d0c252537f4fd478d667f1a3d3483ede5c682 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Dec 2024 11:37:16 +0000 Subject: [PATCH 2/2] mako: update 0.9.9 bottle. --- Formula/m/mako.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/mako.rb b/Formula/m/mako.rb index c5801f62fb2d1..352287438d3ae 100644 --- a/Formula/m/mako.rb +++ b/Formula/m/mako.rb @@ -6,12 +6,12 @@ class Mako < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "50a1eb2d39c310810a3feb36a869b67fa780e7a3eebbcd4db7c116d844f0f190" - sha256 cellar: :any, arm64_sonoma: "50a1eb2d39c310810a3feb36a869b67fa780e7a3eebbcd4db7c116d844f0f190" - sha256 cellar: :any, arm64_ventura: "50a1eb2d39c310810a3feb36a869b67fa780e7a3eebbcd4db7c116d844f0f190" - sha256 cellar: :any, sonoma: "444917e3f4d0388829d92d6f557010fc42b4360b2fb56c047f8b6c7dee947624" - sha256 cellar: :any, ventura: "444917e3f4d0388829d92d6f557010fc42b4360b2fb56c047f8b6c7dee947624" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7aef8889738b658a7de2844b9feb4a72e299a34c5ba0eaa21e86f987d97337f0" + sha256 cellar: :any, arm64_sequoia: "ded2a065d7b17c1d8cb56e8b722c6e3898dddaee2b361a132d5c49ef77593d35" + sha256 cellar: :any, arm64_sonoma: "ded2a065d7b17c1d8cb56e8b722c6e3898dddaee2b361a132d5c49ef77593d35" + sha256 cellar: :any, arm64_ventura: "ded2a065d7b17c1d8cb56e8b722c6e3898dddaee2b361a132d5c49ef77593d35" + sha256 cellar: :any, sonoma: "393b3a43f0dd757ccc8d1f1f543e5a5cb25d456539a4c7c29bd11bd5672a5baf" + sha256 cellar: :any, ventura: "393b3a43f0dd757ccc8d1f1f543e5a5cb25d456539a4c7c29bd11bd5672a5baf" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ee7453d3965fa9c5f447cda5ce2200f77a5c239ed5c0c26be6d71d550563bffa" end depends_on "node"