Skip to content

Commit

Permalink
Merge pull request Homebrew#141597 from chenrui333/bump-ncc-0.38.0
Browse files Browse the repository at this point in the history
ncc 0.38.0
  • Loading branch information
BrewTestBot authored Sep 6, 2023
2 parents a37194d + acc6aea commit 163126c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/n/ncc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
class Ncc < Formula
desc "Compile a Node.js project into a single file"
homepage "https://github.com/vercel/ncc"
url "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.36.1.tgz"
sha256 "8cd2353563a2d1d60b8f48b647aa2f0a695f3e4a265f8fdf09eb53f23b62df54"
url "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.0.tgz"
sha256 "49b0c11121fe40682235585f7aae6ec8126bebe445cb1f91bfde395acd581e54"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, all: "3dbe068a96ae2bef00692db5257194bd9cbe02309ecf4fda2a50cade428beb58"
sha256 cellar: :any_skip_relocation, all: "ec61387571bbba06493fdb7da1c54f716db4a620c3283c3de1988dde3f20a1d8"
end

depends_on "node"
Expand Down

0 comments on commit 163126c

Please sign in to comment.