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

update version

This commit is contained in:
Sebastian Gumprich 2017-07-09 17:02:31 +02:00
parent 3c3d711b20
commit 4a5cf4d6af

View file

@ -3,7 +3,7 @@
# #
# monica git version # monica git version
VERSION="v0.2.1" VERSION="v0.3.0"
# Remote URL to fetch monica source tarball # Remote URL to fetch monica source tarball
MONICA_SOURCE_URL="https://github.com/monicahq/monica/archive/${VERSION}.tar.gz" MONICA_SOURCE_URL="https://github.com/monicahq/monica/archive/${VERSION}.tar.gz"
@ -95,7 +95,7 @@ init_composer() {
# install composer # install composer
curl -sS https://getcomposer.org/installer \ curl -sS https://getcomposer.org/installer \
| COMPOSER_HOME="${DESTDIR}/.composer" \ | COMPOSER_HOME="${DESTDIR}/.composer" \
sudo /usr/bin/php7.0 -- --quiet --install-dir="$DESTDIR" \ sudo /usr/bin/php7.0 -- --install-dir="$DESTDIR" \
|| ynh_die "Unable to install Composer" || ynh_die "Unable to install Composer"
# update dependencies to create composer.lock # update dependencies to create composer.lock