Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Upgrading nodejs buildpack to v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cf-buildpacks-eng committed Jun 8, 2015
1 parent 73fbd2a commit 5d171bf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions config/blobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ rtr/routing_api_cli.tgz:
object_id: 5fb2b119-d894-4fcd-ab3d-69f9d51d2fab
sha: bd18cdc02bf98ef37546d85b3496cbcd2c549497
size: 2180884
nodejs-buildpack/nodejs_buildpack-cached-v1.3.3.zip:
object_id: 51cff086-fdaa-4f84-acc1-0aa12b0b2245
sha: 06738649be8d23982392b734a1c45cc7c536eb42
size: 72726746
php-buildpack/php_buildpack-cached-v3.2.2.zip:
object_id: 4cbd86d2-a739-4a13-90f1-58f6097e718a
sha: 3a6e7a88754029e6efbaa0d6905fca6086bb0b64
Expand Down Expand Up @@ -171,3 +167,7 @@ postgres/postgresql-9.4.2.tar.gz:
object_id: 4d807bf7-94bc-449f-a0c3-549642df3085
sha: 7a70474f9b44fea1b345e48bd5e4418bccf41f3f
size: 23092865
nodejs-buildpack/nodejs_buildpack-cached-v1.3.4.zip:
object_id: c6a02aaf-b917-4102-b243-1ffff9796dbc
sha: 7ad1ca449292596ba58b4a2f37ef9a5c404b558e
size: 73107547
2 changes: 1 addition & 1 deletion packages/buildpack_nodejs/packaging
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set -e -x

cp nodejs-buildpack/nodejs_buildpack-cached-v1.3.3.zip ${BOSH_INSTALL_TARGET}
cp nodejs-buildpack/nodejs_buildpack-cached-v1.3.4.zip ${BOSH_INSTALL_TARGET}
2 changes: 1 addition & 1 deletion packages/buildpack_nodejs/spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
name: buildpack_nodejs
files:
- nodejs-buildpack/nodejs_buildpack-cached-v1.3.3.zip
- nodejs-buildpack/nodejs_buildpack-cached-v1.3.4.zip

0 comments on commit 5d171bf

Please sign in to comment.