Skip to content

Commit

Permalink
Merge pull request #200899 from Homebrew/bump-mako-0.9.9
Browse files Browse the repository at this point in the history
mako 0.9.9
  • Loading branch information
BrewTestBot authored Dec 12, 2024
2 parents 5972cf1 + e03d0c2 commit ebac453
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/m/mako.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
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
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"
Expand Down

0 comments on commit ebac453

Please sign in to comment.