Skip to content

Commit c9ab173

Browse files
authored
Merge pull request Homebrew#199213 from Homebrew/bump-vite-6.0.1
vite 6.0.1
2 parents a14ddb7 + e13d69f commit c9ab173

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/v/vite.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Vite < Formula
22
desc "Next generation frontend tooling. It's fast!"
33
homepage "https://vitejs.dev/"
4-
url "https://registry.npmjs.org/vite/-/vite-6.0.0.tgz"
5-
sha256 "de8cae066334c63c4558f808a51be5d7efa26dc93d1ccb201d1e31ca137f417b"
4+
url "https://registry.npmjs.org/vite/-/vite-6.0.1.tgz"
5+
sha256 "8eb41b4221fa9aabae40ee1c2ddafbc7ef51d785d455bc24a38ae24657c86a38"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any, arm64_sequoia: "644367bd60efce6a6d5d5f9067d94d4ee4ef7d5b0893a6b6a6c30da629689db6"
10-
sha256 cellar: :any, arm64_sonoma: "644367bd60efce6a6d5d5f9067d94d4ee4ef7d5b0893a6b6a6c30da629689db6"
11-
sha256 cellar: :any, arm64_ventura: "644367bd60efce6a6d5d5f9067d94d4ee4ef7d5b0893a6b6a6c30da629689db6"
12-
sha256 cellar: :any, sonoma: "b2f17c241f10bf81026a5237b246b5aef710ac5795ffc84156e0c1c8588bc62f"
13-
sha256 cellar: :any, ventura: "b2f17c241f10bf81026a5237b246b5aef710ac5795ffc84156e0c1c8588bc62f"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "284ca2bb760b654dc5486e5ff3b6ea700269f6c8f56fbe16c620978fd428ea42"
9+
sha256 cellar: :any, arm64_sequoia: "5f1c23b7bb01fcdd529abe2e8145646cfa5971233284a680e3392575846b8049"
10+
sha256 cellar: :any, arm64_sonoma: "5f1c23b7bb01fcdd529abe2e8145646cfa5971233284a680e3392575846b8049"
11+
sha256 cellar: :any, arm64_ventura: "5f1c23b7bb01fcdd529abe2e8145646cfa5971233284a680e3392575846b8049"
12+
sha256 cellar: :any, sonoma: "016c9343a3a0292f0c0f8a8ee778f28b0ed6660b5733c62f3d478e06dd680912"
13+
sha256 cellar: :any, ventura: "016c9343a3a0292f0c0f8a8ee778f28b0ed6660b5733c62f3d478e06dd680912"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "56f91a540ed63f25e7d9f435409ebe94f175f55c9879e31e904ea668fc28a7ec"
1515
end
1616

1717
depends_on "node"

0 commit comments

Comments
 (0)