mirror of
https://github.com/YunoHost-Apps/ampache_ynh.git
synced 2024-09-03 18:15:55 +02:00
5.2.0
This commit is contained in:
parent
60e10f1586
commit
221f9df91e
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue