1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00
friendica_ynh/scripts/_common.sh

24 lines
805 B
Bash
Raw Normal View History

#!/bin/bash
2020-04-09 10:42:49 +02:00
#=================================================
# COMMON VARIABLES
#=================================================
# commit hashes
2022-06-11 10:25:22 +02:00
# 2022.06
version_commit="7fe7d0c90437283bd0e83a7e571e1c032e5168ea"
addons_version_commit="7bb3595d467868170f95fe231edaecf0dd4e84a1"
2020-04-09 10:42:49 +02:00
# dependencies used by the app
2022-06-11 10:25:22 +02:00
YNH_PHP_VERSION="8.0"
2022-06-11 10:34:59 +02:00
pkg_dependencies="php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-cli php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-gd"
2021-07-01 22:14:37 +02:00
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================