Permalink
Browse files
nodejs6: update to version 6.14.0
- Loading branch information
Showing
with
3 additions
and
3 deletions.
-
+3
−3
devel/nodejs6/Portfile
|
|
@@ -4,7 +4,7 @@ PortSystem 1.0 |
|
|
PortGroup compiler_blacklist_versions 1.0 |
|
|
|
|
|
name nodejs6 |
|
|
version 6.13.1 |
|
|
version 6.14.0 |
|
|
|
|
|
categories devel net |
|
|
platforms darwin |
|
|
@@ -24,8 +24,8 @@ homepage https://nodejs.org/ |
|
|
master_sites ${homepage}dist/v${version} |
|
|
use_xz yes |
|
|
|
|
|
checksums rmd160 a9f11f5819bd603e46641fc5efa207f1cc05dcaf \ |
|
|
sha256 c437350b476503a0f5605a5cc08bc41fe3bdb8ec100939ec7ea6600e44d56a46 |
|
|
checksums rmd160 c78f152a34a646b702e56f47d75ae35c8b139866 \ |
|
|
sha256 21ab08323dfd082e60fefa5e1af99b086c6154a6675ad265a42462621c35d599 |
|
|
|
|
|
distname node-v${version} |
|
|
|
|
|
|