From 221f9df91e58936f077d940e28c707dd984e1448 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 16 Dec 2021 10:16:45 +0100 Subject: [PATCH] 5.2.0 --- conf/app.src | 4 ++-- manifest.json | 2 +- scripts/install | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/app.src b/conf/app.src index 41b11ef..0e667bc 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/ampache/ampache/archive/5.1.1.tar.gz -SOURCE_SUM=7052e47d87df3289e45f759269ca7933e4a8fc49b4d873b60fe63721652beddd +SOURCE_URL=https://github.com/ampache/ampache/archive/5.2.0.tar.gz +SOURCE_SUM=e990bfd245ad383cdf3b6452f7ece86e744b7e68e73cc96d79c0453f01afc476 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index f0cf5e6..42980a6 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Web based audio/video streaming application", "fr": "Application de streaming audio et vidéo" }, - "version": "5.1.1~ynh1", + "version": "5.2.0~ynh1", "url": "http://ampache.org", "license": "AGPL-3.0", "maintainer": { diff --git a/scripts/install b/scripts/install index 4e0a2de..85680c9 100644 --- a/scripts/install +++ b/scripts/install @@ -127,7 +127,7 @@ ynh_mysql_connect_as --user=$app --password="$db_pwd" --database=$app < "$final_ ynh_script_progression --message="Installing ampache with Composer..." --weight=45 # Install composer -ynh_install_composer #--phpversion="${YNH_PHP_VERSION}" --workdir="$final_path" --install_args="--prefer-source --no-dev" +ynh_install_composer --phpversion="${YNH_PHP_VERSION}" --workdir="$final_path" --install_args="--prefer-source --no-dev" #================================================= # INSTALL MULTIMEDIA DIRECTORIES