mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
231d0a185f
* Update manifest.toml (#206) Upgrade php to v8.2 * Update _common.sh (#207) Upgrade carddav_version to 5.1.0 * Update DESCRIPTION_fr.md * Auto-update READMEs * Update DESCRIPTION.md * Auto-update READMEs * Update DESCRIPTION_fr.md * Auto-update READMEs * Update DESCRIPTION.md * Auto-update READMEs * Change source for roundcube (releases instead of archives) * Update manifest.toml * Update manifest.toml * Auto-update READMEs --------- Co-authored-by: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: Jérémie Parisel <jeremie@parisel.net> Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
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.1.0
|
|
|
|
#=================================================
|
|
# EXPERIMENTAL HELPERS
|
|
#=================================================
|