Skip to content

Commit

Permalink
snap: (auto) updated to 10.0.0-nightly2018013126ce1ae647
Browse files Browse the repository at this point in the history
  • Loading branch information
nodesource-snap-updater committed Jan 31, 2018
1 parent 8d0b470 commit e2ae39d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: node
version: '10.0.0-nightly20180130e56189ed'
version: '10.0.0-nightly2018013126ce1ae6'
summary: Node.js
description: |
A JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world. https://nodejs.org/
Expand All @@ -19,14 +19,14 @@ parts:
node:
plugin: make
source-type: tar
source: https://nodejs.org/download/nightly/v10.0.0-nightly20180130e56189ed58/node-v10.0.0-nightly20180130e56189ed58.tar.gz
source: https://nodejs.org/download/nightly/v10.0.0-nightly2018013126ce1ae647/node-v10.0.0-nightly2018013126ce1ae647.tar.gz
build-packages:
- g++
- make
- python2.7
- ccache
prepare: |
./configure --prefix=/ --release-urlbase=https://nodejs.org/download/nightly/ --tag=nightly20180130e56189ed58
./configure --prefix=/ --release-urlbase=https://nodejs.org/download/nightly/ --tag=nightly2018013126ce1ae647
yarn:
source-type: tar
source: https://yarnpkg.com/latest.tar.gz
Expand Down

0 comments on commit e2ae39d

Please sign in to comment.