mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
17 lines
411 B
Bash
17 lines
411 B
Bash
#!/bin/bash
|
|
|
|
#=================================================
|
|
# COMMON VARIABLES
|
|
#=================================================
|
|
|
|
# Composer version
|
|
YNH_COMPOSER_VERSION=2.5.5
|
|
|
|
# Plugins version
|
|
contextmenu_version=3.3.1
|
|
automatic_addressbook_version=v0.4.3
|
|
carddav_version=5.0.1
|
|
|
|
#=================================================
|
|
# EXPERIMENTAL HELPERS
|
|
#=================================================
|