Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node 14.0.0 #53494

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
1 change: 1 addition & 0 deletions Formula/bcoin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class Bcoin < Formula
homepage "https://bcoin.io"
url "https://github.com/bcoin-org/bcoin/archive/v2.0.0.tar.gz"
sha256 "ff99b735d3b23624455d72eada0de7f7ba4207f4a4cc0cab963ca2036de254a3"
revision 1

bottle do
sha256 "4213df6b695d8fef6991a6d8a911b23599b8539487d5a6f1897d95845a281efc" => :catalina
Expand Down
1 change: 1 addition & 0 deletions Formula/joplin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class Joplin < Formula
homepage "https://joplin.cozic.net/"
url "https://registry.npmjs.org/joplin/-/joplin-1.0.163.tgz"
sha256 "226a28c3180c6ab7fc721e04250dccd88fe32bc9f645d3ba7e663e89abf09103"
revision 1

bottle do
sha256 "0857e6f3a84e04689c89e4037fecd068ef8ddc3b127bc5cb1e0a138d3416fdfd" => :catalina
Expand Down
5 changes: 2 additions & 3 deletions Formula/node.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
class Node < Formula
desc "Platform built on V8 to build network applications"
homepage "https://nodejs.org/"
url "https://nodejs.org/dist/v13.13.0/node-v13.13.0.tar.xz"
sha256 "6711730dfaae2423c8f74f4b5f389bb3f3f0d770eac271287fa9444a9568c773"
revision 2
url "https://nodejs.org/dist/v14.0.0/node-v14.0.0.tar.xz"
sha256 "6e220129f1d3101695ce63af59f353bd915bafbd61fb954010c6e59cf550c764"
head "https://github.com/nodejs/node.git"

bottle do
Expand Down