Skip to content

Commit

Permalink
snap: (auto) updated to 10.0.0-nightly20180223a29089d7c8
Browse files Browse the repository at this point in the history
  • Loading branch information
nodesource-snap-updater committed Feb 23, 2018
1 parent 177d690 commit a5f4139
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-nightly20180222fecc64d6'
version: '10.0.0-nightly20180223a29089d7'
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-nightly20180222fecc64d6dc/node-v10.0.0-nightly20180222fecc64d6dc.tar.gz
source: https://nodejs.org/download/nightly/v10.0.0-nightly20180223a29089d7c8/node-v10.0.0-nightly20180223a29089d7c8.tar.gz
build-packages:
- g++
- make
- python2.7
- ccache
prepare: |
./configure --prefix=/ --release-urlbase=https://nodejs.org/download/nightly/ --tag=nightly20180222fecc64d6dc
./configure --prefix=/ --release-urlbase=https://nodejs.org/download/nightly/ --tag=nightly20180223a29089d7c8
yarn:
source-type: tar
source: https://yarnpkg.com/latest.tar.gz
Expand Down

0 comments on commit a5f4139

Please sign in to comment.