mirror of
https://github.com/YunoHost-Apps/friendica_ynh.git
synced 2024-09-03 18:36:14 +02:00
b01ae584e1
There are no addon updates just the core.
23 lines
832 B
Bash
23 lines
832 B
Bash
#!/bin/bash
|
|
|
|
#=================================================
|
|
# COMMON VARIABLES
|
|
#=================================================
|
|
|
|
# commit hashes
|
|
# 2022.12
|
|
version_commit="9d7e172d2c106eee94b3fddfa42cc023532228d3"
|
|
addons_version_commit="f922d69310f5229d2e9404f396d66453b2d19d90"
|
|
|
|
# dependencies used by the app
|
|
YNH_PHP_VERSION="7.4"
|
|
|
|
pkg_dependencies="php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-cli php${YNH_PHP_VERSION}-json 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"
|
|
|
|
#=================================================
|
|
# EXPERIMENTAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# FUTURE OFFICIAL HELPERS
|
|
#=================================================
|