From ae542d5d8d7869a1a6e96365775a4a011b966070 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 15 Aug 2022 20:57:29 +0200 Subject: [PATCH 1/6] set relative path to keep option --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index f031d5d..71c2b40 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -95,7 +95,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=3 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$final_path" --keep="$final_path/config/ampache.cfg.php" + ynh_setup_source --dest_dir="$final_path" --keep="config/ampache.cfg.php" fi chmod 750 "$final_path" From 971675e4eb06e2f8cf0262d23192a91d5f7e9278 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 15 Aug 2022 18:57:37 +0000 Subject: [PATCH 2/6] Auto-update README --- README.md | 1 + README_fr.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 32472b5..386ff8e 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in **Shipped version:** 5.4.0~ynh2 + **Demo:** https://ampache.org/demo.html ## Screenshots diff --git a/README_fr.md b/README_fr.md index 32c14cd..ee088a5 100644 --- a/README_fr.md +++ b/README_fr.md @@ -24,7 +24,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour * Integrate with YunoHost users - same username and password * Allow one user to be the administrator (set at the installation) -**Version incluse :** 5.4.0~ynh2 +**Version incluse :** 5.4.0~ynh2 + **Démo :** https://ampache.org/demo.html From e88a9b0d1ee74ab1289b679d7c194d1bd5c58c12 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 15 Aug 2022 20:58:11 +0200 Subject: [PATCH 3/6] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 71c2b40..fd0f219 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -25,7 +25,7 @@ db_name=$(ynh_app_setting_get --app=$app --key=db_name) db_user=$db_name db_pwd=$(ynh_app_setting_get --app=$app --key=mysqlpwd) secret_key=$(ynh_app_setting_get --app=$app --key=secret_key) -phpversion=$YNH_PHP_VERSION +phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= # CHECK VERSION From 4281c1c73890e36e3a0a27bdc2fa7d3fd0f32488 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 15 Aug 2022 20:59:21 +0200 Subject: [PATCH 4/6] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index ccd0a2f..0ce3f6f 100644 --- a/manifest.json +++ b/manifest.json @@ -21,7 +21,7 @@ "email": "aymhce@gmail.com" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": true, "services" : [ From 596afbc90b919544aa1faeea97dd284fce9d52bb Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 23 Aug 2022 07:14:17 +0200 Subject: [PATCH 5/6] 5.5.0 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 631556b..2873c0a 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/ampache/ampache/releases/download/5.4.0/ampache-5.4.0_all_php8.0.zip -SOURCE_SUM=d37f9130d2d39d8f936c7ccb2e96711e9e1da53b55d53792f017e5ee5aa12bd1 +SOURCE_URL=https://github.com/ampache/ampache/releases/download/5.5.0/ampache-5.5.0_all_php8.0.zip +SOURCE_SUM=d9175ca87d5ff662a0bd18e231662c5a0f1ae9cfda03daed9d02554bf8c54638 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index 0ce3f6f..b633c8a 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.4.0~ynh2", + "version": "5.5.0~ynh1", "url": "http://ampache.org", "upstream": { "license": "AGPL-3.0", From 713c55c31c8143cdc2d2cdf43e1b72b6308c97f7 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 23 Aug 2022 05:14:29 +0000 Subject: [PATCH 6/6] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 386ff8e..9d61cfe 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in * Integrate with YunoHost users - same username and password * Allow one user to be the administrator (set at the installation) -**Shipped version:** 5.4.0~ynh2 +**Shipped version:** 5.5.0~ynh1 **Demo:** https://ampache.org/demo.html diff --git a/README_fr.md b/README_fr.md index ee088a5..a9e7d26 100644 --- a/README_fr.md +++ b/README_fr.md @@ -24,7 +24,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour * Integrate with YunoHost users - same username and password * Allow one user to be the administrator (set at the installation) -**Version incluse :** 5.4.0~ynh2 +**Version incluse :** 5.5.0~ynh1 **Démo :** https://ampache.org/demo.html