1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/roundcube_ynh.git synced 2024-09-03 20:16:28 +02:00
roundcube_ynh/scripts/_common.sh

18 lines
411 B
Bash
Raw Permalink Normal View History

2019-03-03 18:12:41 +01:00
#!/bin/bash
2019-05-18 18:42:54 +02:00
#=================================================
2017-08-26 03:24:41 +02:00
# COMMON VARIABLES
2019-05-18 18:42:54 +02:00
#=================================================
2017-06-18 17:09:53 +02:00
# Composer version
2023-05-22 12:29:30 +02:00
YNH_COMPOSER_VERSION=2.5.5
2017-08-26 03:24:41 +02:00
# Plugins version
contextmenu_version=3.3.1
2017-08-26 03:24:41 +02:00
automatic_addressbook_version=v0.4.3
carddav_version=5.1.0
2019-03-03 18:12:41 +01:00
#=================================================
# EXPERIMENTAL HELPERS
#=================================================