diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-10-10 15:39:54 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-10-10 15:39:54 +0300 |
commit | dd47d46f4341a8c4ced05749633f783e88623e1b (patch) | |
tree | e64d20b1fec267f43913dd3abbba858481818d11 /snapcraft.yaml | |
parent | 079e45eb52a0f62ddb6051bf2ea80fac8860d3d5 (diff) | |
download | wekan-dd47d46f4341a8c4ced05749633f783e88623e1b.tar.gz wekan-dd47d46f4341a8c4ced05749633f783e88623e1b.tar.bz2 wekan-dd47d46f4341a8c4ced05749633f783e88623e1b.zip |
- Use Meteor 1.8.1-beta.0
Thanks to xet7 !
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r-- | snapcraft.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index c3d3ecff..5cd753ee 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -124,7 +124,7 @@ parts: #paxctl -mC `which node` echo "Installing meteor" curl https://install.meteor.com/ -o install_meteor.sh - sed -i "s|RELEASE=.*|RELEASE=\"1.6.0.1\"|g" install_meteor.sh + sed -i "s|RELEASE=.*|RELEASE=\"1.8.1-beta.0\"|g" install_meteor.sh chmod +x install_meteor.sh sh install_meteor.sh rm install_meteor.sh |