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
CodeShakingSheep 9c0ea41f14
Update _common.sh
Upgrade carddav_version to 5.1.0
2024-06-10 11:48:00 -05:00

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.1.0
#=================================================
# EXPERIMENTAL HELPERS
#=================================================