1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git synced 2024-09-03 18:36:09 +02:00
etherpad_mypads_ynh/scripts/_variables
Maniack Crudelis 15e25666a6 Upgrade to 1.7.0
Upgrade Etherpad to 1.7.0
Mypads module to 1.6.2
And nodejs to major version 6. (Version 8 is currently failing to build some modules)
2018-08-19 18:43:38 +02:00

14 lines
347 B
Bash

#!/bin/bash
# Dependencies for abiword
abiword_app_depencencies="abiword"
# Dependencies for libre office
libreoffice_app_dependencies="unoconv libreoffice-writer"
# Version of nodejs
nodejs_version=6
# Version of mypads
# This variable is mostly used to force an upgrade of the package in case of new versions of mypads.
mypads_version=1.6.2