Skip to content

Commit

Permalink
snap: update for latest nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jan 27, 2018
1 parent 1c1e7b9 commit 1ced89a
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-nightly20180125c016cc2b'
version: '10.0.0-nightly20180126fa33f026'
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-nightly20180125c016cc2b17/node-v10.0.0-nightly20180125c016cc2b17.tar.gz
source: https://nodejs.org/download/nightly/v10.0.0-nightly20180126fa33f026cc/node-v10.0.0-nightly20180126fa33f026cc.tar.gz
build-packages:
- g++
- make
- python2.7
- ccache
prepare: |
./configure --prefix=/ --release-urlbase=https://nodejs.org/download/nightly/ --tag=v10.0.0-nightly20180125c016cc2b17
./configure --prefix=/ --release-urlbase=https://nodejs.org/download/nightly/ --tag=v10.0.0-nightly20180126fa33f026cc
yarn:
source-type: tar
source: https://yarnpkg.com/latest.tar.gz
Expand Down

0 comments on commit 1ced89a

Please sign in to comment.