From 3dafe23c207c849b5bf085453c520ee8aeb92bf9 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 9 Jan 2024 05:15:18 +0100 Subject: [PATCH 1/6] Upgrade to v6.2.1 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index c079fde..aa3f25d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Ampache" description.en = "Web based audio/video streaming application" description.fr = "Application de streaming audio et vidéo" -version = "6.2.0~ynh1" +version = "6.2.1~ynh1" maintainers = [] @@ -47,8 +47,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/ampache/ampache/releases/download/6.2.0/ampache-6.2.0_all_php8.2.zip" - sha256 = "4b91e0fbe6d16c7c5d3d377219852304d7394663c544c3da2b82097b75706270" + url = "https://github.com/ampache/ampache/archive/refs/tags/6.2.1.tar.gz" + sha256 = "11b137be42317a37bb2c89f1bde618449c91ac879cfa594853f3ba5e5a042cb7" in_subdir = false autoupdate.strategy = "latest_github_tag" From 3adeb4869f671b0c0ef1ad2540a6ce634b2058d4 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 9 Jan 2024 04:15:20 +0000 Subject: [PATCH 2/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 c194897..3496cbd 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Ampache is a web based audio/video streaming application and file manager allowi * Integrate with YunoHost users - same username and password * Allow one user to be the administrator (set at the installation) -**Shipped version:** 6.2.0~ynh1 +**Shipped version:** 6.2.1~ynh1 **Demo:** https://ampache.org/demo.html diff --git a/README_fr.md b/README_fr.md index 10da8b0..646ec18 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,7 +25,7 @@ Ampache est une application Web de streaming audio/vidéo et un gestionnaire de * Intégration avec les utilisateurs YunoHost - mêmes nom d'utilisateur et mot de passe * Autoriser un utilisateur à être l'administrateur (défini lors de l'installation) -**Version incluse :** 6.2.0~ynh1 +**Version incluse :** 6.2.1~ynh1 **Démo :** https://ampache.org/demo.html From d87a3113443e584ddfac3e7ef031ecb9b9d36c9b Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 16 Feb 2024 18:37:15 +0100 Subject: [PATCH 3/6] Update manifest.toml --- manifest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.toml b/manifest.toml index aa3f25d..8fd629e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -51,6 +51,7 @@ ram.runtime = "50M" sha256 = "11b137be42317a37bb2c89f1bde618449c91ac879cfa594853f3ba5e5a042cb7" in_subdir = false autoupdate.strategy = "latest_github_tag" + autoupdate.asset = "^ampache-.*_all_php8.2.zip$" [resources.system_user] allow_email = true From 7d95731635a3f62f0e457cedd88c949b7b6b93db Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 16 Feb 2024 17:37:20 +0000 Subject: [PATCH 4/6] Auto-update README --- README.md | 4 ++-- README_fr.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3496cbd..743ed0a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -53,4 +53,4 @@ or sudo yunohost app upgrade ampache -u https://github.com/YunoHost-Apps/ampache_ynh/tree/testing --debug ``` -**More info regarding app packaging:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index 646ec18..6fd5555 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ From 2fb0a36d8e5145be4c77f03e7c2672466b74108e Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 16 Feb 2024 18:38:22 +0100 Subject: [PATCH 5/6] Update manifest.toml --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 8fd629e..bf0a885 100644 --- a/manifest.toml +++ b/manifest.toml @@ -47,10 +47,10 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/ampache/ampache/archive/refs/tags/6.2.1.tar.gz" + url = "https://github.com/ampache/ampache/releases/download/6.2.1/ampache-6.2.1_all_php8.2.zip" sha256 = "11b137be42317a37bb2c89f1bde618449c91ac879cfa594853f3ba5e5a042cb7" in_subdir = false - autoupdate.strategy = "latest_github_tag" + autoupdate.strategy = "latest_github_release" autoupdate.asset = "^ampache-.*_all_php8.2.zip$" [resources.system_user] From 33203dd13a2fabdd90a38a1b10711430b2d3b330 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 16 Feb 2024 18:42:14 +0100 Subject: [PATCH 6/6] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index bf0a885..416e7c8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -48,7 +48,7 @@ ram.runtime = "50M" [resources] [resources.sources.main] url = "https://github.com/ampache/ampache/releases/download/6.2.1/ampache-6.2.1_all_php8.2.zip" - sha256 = "11b137be42317a37bb2c89f1bde618449c91ac879cfa594853f3ba5e5a042cb7" + sha256 = "6c6f300735ecb7a571294d84bd27ddad687d0293aa15d435337608d440d36d69" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "^ampache-.*_all_php8.2.zip$"