Skip to content

Commit

Permalink
Add support for node version 0.12.6
Browse files Browse the repository at this point in the history
[#98683546]

Signed-off-by: Amin Jams <[email protected]>
  • Loading branch information
Anthony Emengo authored and Amin Jams committed Jul 8, 2015
1 parent a1f9f6c commit db3e6bf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/language_pack/helpers/node_installer.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class LanguagePack::NodeInstaller
MODERN_NODE_VERSION = "0.12.2"
MODERN_NODE_VERSION = "0.12.6"
MODERN_BINARY_PATH = "node-v#{MODERN_NODE_VERSION}-linux-x64"

LEGACY_NODE_VERSION = "0.4.7"
Expand Down
6 changes: 6 additions & 0 deletions manifest-including-unsupported.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,12 @@ dependencies:
cf_stacks:
- lucid64
- cflinuxfs2
- name: node
version: 0.12.6
uri: https://pivotal-buildpacks.s3.amazonaws.com/node/binaries/node-v0.12.6-linux-x64.tar.gz
md5: 28c0750cd4cef5fc9785d9bfbfb5a72d
cf_stacks:
- cflinuxfs2
- name: libyaml
version: 0.1.6
uri: https://pivotal-buildpacks.s3.amazonaws.com/ruby/binaries/lucid64/libyaml-0.1.6.tgz
Expand Down
8 changes: 4 additions & 4 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ url_to_dependency_map:
version: $1
- match: node-v?(\d+\.\d+\.\d+)
name: node
version: 0.12.2
version: 0.12.6
- match: libyaml-(\d+\.\d+\.\d+)
name: libyaml
version: $1
Expand All @@ -29,9 +29,9 @@ url_to_dependency_map:

dependencies:
- name: node
version: 0.12.2
uri: https://pivotal-buildpacks.s3.amazonaws.com/node/binaries/node-v0.12.2-linux-x64.tar.gz
md5: 2cfce07dc35ee1ffe875e166b541df35
version: 0.12.6
uri: https://pivotal-buildpacks.s3.amazonaws.com/node/binaries/node-v0.12.6-linux-x64.tar.gz
md5: 28c0750cd4cef5fc9785d9bfbfb5a72d
cf_stacks:
- cflinuxfs2
- name: libyaml
Expand Down

0 comments on commit db3e6bf

Please sign in to comment.