1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00

Back to fixed movim version 0.12

This commit is contained in:
src386 2017-11-02 17:16:03 +01:00
parent de5d2a1efe
commit e1198c1b28
3 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,8 @@
**Changelog**
3.0.1 2017-11-02
- Backup to fixed movim release due to issues
3.0.0 2017-10-20
- movim_ynh now fetch movim HEAD

View file

@ -5,7 +5,7 @@ Movim is a decentralized social network, written in PHP and HTML5 and based on t
It is recommended to use a "valid" certificate to use Movim, auto-signed is sometimes problematic. You might want to take a look a StartSSL or Let's Encrypt.
Provided Movim version: HEAD
Provided Movim version: 0.12
Please read CHANGELOG.

View file

@ -6,7 +6,8 @@
GIT_REPO="https://github.com/movim/movim"
# Commit to checkout
HEAD_COMMIT="HEAD"
#HEAD_COMMIT="b7347ca7f1e95192a89fb4d922603b8daf4f8e5a"
HEAD_COMMIT="2308629fda0fa1d04b19420a60efcf9e27f8c7b4"
# Source code destination directory
DESTDIR="/var/www/movim"