|
1 | 1 | class Vite < Formula
|
2 | 2 | desc "Next generation frontend tooling. It's fast!"
|
3 | 3 | homepage "https://vitejs.dev/"
|
4 |
| - url "https://registry.npmjs.org/vite/-/vite-5.4.2.tgz" |
5 |
| - sha256 "0cf95ac661228303b0067f9e95bdd0cdde0d4227d897a25ad2f62e68b4385439" |
| 4 | + url "https://registry.npmjs.org/vite/-/vite-5.4.3.tgz" |
| 5 | + sha256 "d9cc346f6f1b15d3ac4b4f9676a8077c650d0d94d7410de6eed5f8bf244e46b0" |
6 | 6 | license "MIT"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any, arm64_sonoma: "2bed047eed94a005b5186cd09e31430c716449d6c1cc1402bc5819ec6c8b907f" |
10 |
| - sha256 cellar: :any, arm64_ventura: "2bed047eed94a005b5186cd09e31430c716449d6c1cc1402bc5819ec6c8b907f" |
11 |
| - sha256 cellar: :any, arm64_monterey: "2bed047eed94a005b5186cd09e31430c716449d6c1cc1402bc5819ec6c8b907f" |
12 |
| - sha256 cellar: :any, sonoma: "1ec447831075a9536f8329a1ad25c82d91f4a56b7bec46d91d851f10342b5017" |
13 |
| - sha256 cellar: :any, ventura: "1ec447831075a9536f8329a1ad25c82d91f4a56b7bec46d91d851f10342b5017" |
14 |
| - sha256 cellar: :any, monterey: "1ec447831075a9536f8329a1ad25c82d91f4a56b7bec46d91d851f10342b5017" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "6fb767c187fbe5d87eeae33780465fb394b591205eb932f4ffbdd03c82940d2d" |
| 9 | + sha256 cellar: :any, arm64_sonoma: "4879bb91d4809c4885c3bcd2e4bd858191657e5281fca6b63686a2697454116b" |
| 10 | + sha256 cellar: :any, arm64_ventura: "4879bb91d4809c4885c3bcd2e4bd858191657e5281fca6b63686a2697454116b" |
| 11 | + sha256 cellar: :any, arm64_monterey: "4879bb91d4809c4885c3bcd2e4bd858191657e5281fca6b63686a2697454116b" |
| 12 | + sha256 cellar: :any, sonoma: "410ab2140af2e4f1d56acd7766eaf659ac7d97ab225e06b7408782be765bf034" |
| 13 | + sha256 cellar: :any, ventura: "410ab2140af2e4f1d56acd7766eaf659ac7d97ab225e06b7408782be765bf034" |
| 14 | + sha256 cellar: :any, monterey: "410ab2140af2e4f1d56acd7766eaf659ac7d97ab225e06b7408782be765bf034" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "5c7b3fe9cc2b036b52b86a7b47359b32f82703fd1dda37a50511f557ac4653a6" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "node"
|
|
0 commit comments