Skip to content

Commit 0fc6ab2

Browse files
authored
Merge pull request #196573 from Homebrew/bump-mako-0.9.4
mako 0.9.4
2 parents 42b2fd5 + a7f6b90 commit 0fc6ab2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/m/mako.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Mako < Formula
22
desc "Production-grade web bundler based on Rust"
33
homepage "https://makojs.dev"
4-
url "https://registry.npmjs.org/@umijs/mako/-/mako-0.9.3.tgz"
5-
sha256 "c7434945803556184f0d09fd919bf0d2baac01fc8a823caf24b363b0b7f66ceb"
4+
url "https://registry.npmjs.org/@umijs/mako/-/mako-0.9.4.tgz"
5+
sha256 "9dfc7f68bfbb8805523ec26a0e0b903078b3cc4b0762dbc5b91ab33441a4aa71"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any, arm64_sequoia: "29267577a2def1d8a1cd4b597c26fc3b54ba1e3e2b71512bdf10ee43725df8d2"
10-
sha256 cellar: :any, arm64_sonoma: "29267577a2def1d8a1cd4b597c26fc3b54ba1e3e2b71512bdf10ee43725df8d2"
11-
sha256 cellar: :any, arm64_ventura: "29267577a2def1d8a1cd4b597c26fc3b54ba1e3e2b71512bdf10ee43725df8d2"
12-
sha256 cellar: :any, sonoma: "0b608d985cca07b5f605e3a429319e8591da057c08b2d739bcacf99ee83f0097"
13-
sha256 cellar: :any, ventura: "0b608d985cca07b5f605e3a429319e8591da057c08b2d739bcacf99ee83f0097"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c652a43d25ef6b6a02f50a322306adac914d5f102ac45ea1521a44a28832ec67"
9+
sha256 cellar: :any, arm64_sequoia: "16f90bd3327aa575ab007181d166f875c754cf08f0451b2642c51557841158fa"
10+
sha256 cellar: :any, arm64_sonoma: "16f90bd3327aa575ab007181d166f875c754cf08f0451b2642c51557841158fa"
11+
sha256 cellar: :any, arm64_ventura: "16f90bd3327aa575ab007181d166f875c754cf08f0451b2642c51557841158fa"
12+
sha256 cellar: :any, sonoma: "7324c564b585f680b0eca5736795bc3439f26a71915e43b7c636863499e84fa2"
13+
sha256 cellar: :any, ventura: "7324c564b585f680b0eca5736795bc3439f26a71915e43b7c636863499e84fa2"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "5365d65726f1ec06d0d44ca98499a809b730872a944a857bc5e69b851642869c"
1515
end
1616

1717
depends_on "node"

0 commit comments

Comments
 (0)