|
1 | 1 | class Rollup < Formula
|
2 | 2 | desc "Next-generation ES module bundler"
|
3 | 3 | homepage "https://rollupjs.org/"
|
4 |
| - url "https://registry.npmjs.org/rollup/-/rollup-4.21.0.tgz" |
5 |
| - sha256 "9db5866cdce51d334efb9655c7aa6d8ab6be2463860063f629e0a207e04c3387" |
| 4 | + url "https://registry.npmjs.org/rollup/-/rollup-4.21.1.tgz" |
| 5 | + sha256 "52316500e69fdfbe1c96b30853fc9ff79c5f3dd079850e259b2e9562fd21e351" |
6 | 6 | license all_of: ["ISC", "MIT"]
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any, arm64_sonoma: "4c6350b9867cd7e809f9f2d8164f575a07284095f780596230ffae1a3006e1d1" |
10 |
| - sha256 cellar: :any, arm64_ventura: "4c6350b9867cd7e809f9f2d8164f575a07284095f780596230ffae1a3006e1d1" |
11 |
| - sha256 cellar: :any, arm64_monterey: "4c6350b9867cd7e809f9f2d8164f575a07284095f780596230ffae1a3006e1d1" |
12 |
| - sha256 cellar: :any, sonoma: "dea29744373e6c9f9d754d3590bbf109f444f686f9200b4ebbd6ed986e557de3" |
13 |
| - sha256 cellar: :any, ventura: "dea29744373e6c9f9d754d3590bbf109f444f686f9200b4ebbd6ed986e557de3" |
14 |
| - sha256 cellar: :any, monterey: "dea29744373e6c9f9d754d3590bbf109f444f686f9200b4ebbd6ed986e557de3" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "779ff341fa13dd0d61acdd107fb0bf51291ce6223a7c31617bf7e2aeef7f246d" |
| 9 | + sha256 cellar: :any, arm64_sonoma: "2870486e21415733a998a862cb6cfcc48c3f25f20b930cdb83f21914d45dab34" |
| 10 | + sha256 cellar: :any, arm64_ventura: "2870486e21415733a998a862cb6cfcc48c3f25f20b930cdb83f21914d45dab34" |
| 11 | + sha256 cellar: :any, arm64_monterey: "2870486e21415733a998a862cb6cfcc48c3f25f20b930cdb83f21914d45dab34" |
| 12 | + sha256 cellar: :any, sonoma: "3332f69fe9fe5cfdcc4a37dad5f13eb5d90d837a664fb9517601beb643cf01d6" |
| 13 | + sha256 cellar: :any, ventura: "3332f69fe9fe5cfdcc4a37dad5f13eb5d90d837a664fb9517601beb643cf01d6" |
| 14 | + sha256 cellar: :any, monterey: "3332f69fe9fe5cfdcc4a37dad5f13eb5d90d837a664fb9517601beb643cf01d6" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "bad06b570a68441589e18b8d3940e52dbd79ea3ee76416de21bda189dbd32fcb" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "node"
|
|
0 commit comments