diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-08-04 21:47:02 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-08-04 21:47:02 +0300 |
commit | 04d7c47f4ca990311079be8dd6dc383448ee342f (patch) | |
tree | da2acdf8f0ebb04ed9180a7ae20056583db7659e /snapcraft.yaml | |
parent | 9c94ea58b406726c77239965456df50381ba24ef (diff) | |
download | wekan-04d7c47f4ca990311079be8dd6dc383448ee342f.tar.gz wekan-04d7c47f4ca990311079be8dd6dc383448ee342f.tar.bz2 wekan-04d7c47f4ca990311079be8dd6dc383448ee342f.zip |
Update node to v8.12.0 prerelease build.
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r-- | snapcraft.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index 1c772f76..93c50ae8 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -108,9 +108,9 @@ parts: # Also see beginning of wekan/server/authentication.js # import Fiber from "fibers"; # Fiber.poolSize = 1e9; - # Download node version 8.11.3 that has fix included, node binary copied from Sandstorm + # Download node version 8.12.0 prerelease build, # Description at https://releases.wekan.team/node.txt - echo "5263dc1c571885921179b11a1c6eb9ca82a95a89b69c15b366f885e9b5a32d66 node" >> node-SHASUMS256.txt.asc + echo "375bd8db50b9c692c0bbba6e96d4114cd29bee3770f901c1ff2249d1038f1348 node" >> node-SHASUMS256.txt.asc curl https://releases.wekan.team/node -o node # Verify Fibers patched node authenticity echo "Fibers 100% CPU issue patched node authenticity:" |