Skip to content

Commit 041e522

Browse files
authored
Merge pull request Homebrew#141898 from dnhn/rollup-3.29.1
rollup 3.29.1
2 parents fb21e1f + 318311b commit 041e522

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/r/rollup.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
class Rollup < Formula
44
desc "Next-generation ES module bundler"
55
homepage "https://rollupjs.org/"
6-
url "https://registry.npmjs.org/rollup/-/rollup-3.29.%3Cspan%20class="x x-first x-last">0.tgz"
7-
sha256 "744630da636662d87d401969567f64f51cd52659b3d99509b5d6ded3a50f7948"
6+
url "https://registry.npmjs.org/rollup/-/rollup-3.29.%3Cspan%20class="x x-first x-last">1.tgz"
7+
sha256 "95785917dedaf303d23c74d7878a3db23f27e72d8c290bddcc7eaf706d0521be"
88
license all_of: ["ISC", "MIT"]
99

1010
bottle do
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "6eb14c4fd24539b789491f5b947a6f389bd9b126f08e4e2ee9c92a9fa7075067"
12-
sha256 cellar: :any_skip_relocation, arm64_monterey: "6eb14c4fd24539b789491f5b947a6f389bd9b126f08e4e2ee9c92a9fa7075067"
13-
sha256 cellar: :any_skip_relocation, arm64_big_sur: "6eb14c4fd24539b789491f5b947a6f389bd9b126f08e4e2ee9c92a9fa7075067"
14-
sha256 cellar: :any_skip_relocation, ventura: "bbd18088d1949750e4faed8735496fd1a7d2a04c9d9ce44b40072206ce134951"
15-
sha256 cellar: :any_skip_relocation, monterey: "bbd18088d1949750e4faed8735496fd1a7d2a04c9d9ce44b40072206ce134951"
16-
sha256 cellar: :any_skip_relocation, big_sur: "bbd18088d1949750e4faed8735496fd1a7d2a04c9d9ce44b40072206ce134951"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2d880ca690e034c81f15551ca008b589a6e88cea499349250ea8e499cb903406"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "3becb18c381659799972142aea1a9f1f5d4fdd55fd52eb662db6fbe71fc26d84"
12+
sha256 cellar: :any_skip_relocation, arm64_monterey: "3becb18c381659799972142aea1a9f1f5d4fdd55fd52eb662db6fbe71fc26d84"
13+
sha256 cellar: :any_skip_relocation, arm64_big_sur: "3becb18c381659799972142aea1a9f1f5d4fdd55fd52eb662db6fbe71fc26d84"
14+
sha256 cellar: :any_skip_relocation, ventura: "b0571b0103c98d7479fa429baef0c2d3e98fc561e7f445db06c1400467cdd6e9"
15+
sha256 cellar: :any_skip_relocation, monterey: "b0571b0103c98d7479fa429baef0c2d3e98fc561e7f445db06c1400467cdd6e9"
16+
sha256 cellar: :any_skip_relocation, big_sur: "b0571b0103c98d7479fa429baef0c2d3e98fc561e7f445db06c1400467cdd6e9"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "7acbbc16e2e70b04721a2ba65bd0b1f5746dddc10eafbbb2ab2d900e3289ab3d"
1818
end
1919

2020
depends_on "node"

0 commit comments

Comments
 (0)