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

19 lines
539 B
Bash
Raw Normal View History

#!/bin/bash
2020-04-09 10:42:49 +02:00
#=================================================
# COMMON VARIABLES
#=================================================
# commit hashes
2023-08-10 15:35:51 +02:00
# 2023.08
2023-08-11 08:19:24 +02:00
version_commit="2dbfb070083ec395bf5d24ec89fe96b282c6a12d"
addons_version_commit="f2cc0312ca9a95d99a8330452848180792bf9227"
2021-07-01 22:14:37 +02:00
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================