mirror of
https://github.com/YunoHost-Apps/friendica_ynh.git
synced 2024-09-03 18:36:14 +02:00
18 lines
539 B
Bash
18 lines
539 B
Bash
#!/bin/bash
|
|
|
|
#=================================================
|
|
# COMMON VARIABLES
|
|
#=================================================
|
|
|
|
# commit hashes
|
|
# 2023.08
|
|
version_commit="2dbfb070083ec395bf5d24ec89fe96b282c6a12d"
|
|
addons_version_commit="f2cc0312ca9a95d99a8330452848180792bf9227"
|
|
|
|
#=================================================
|
|
# EXPERIMENTAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# FUTURE OFFICIAL HELPERS
|
|
#=================================================
|