From a93d46af5dc9ddd931dcb9116fbc11e511bb303f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 14 Aug 2022 11:18:07 +0200 Subject: [PATCH 1/7] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index d494a0c..d3559a3 100644 --- a/manifest.json +++ b/manifest.json @@ -20,7 +20,7 @@ "email": "" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [ From a3a57bec8a7637df606b1858b34c6bc68c9f42c0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 14 Aug 2022 09:18:15 +0000 Subject: [PATCH 2/7] 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 f16bf2c..45627c0 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Libreddit is a portmanteau of "libre" (meaning freedom) and "Reddit". It is a pr **Shipped version:** 0.22.9~ynh1 + **Demo:** https://libreddit.spike.codes/ ## Screenshots diff --git a/README_fr.md b/README_fr.md index afbc274..8e84dbf 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,7 +25,8 @@ Libreddit is a portmanteau of "libre" (meaning freedom) and "Reddit". It is a pr 🔒 Secure: strong Content Security Policy prevents browser requests to Reddit -**Version incluse :** 0.22.9~ynh1 +**Version incluse :** 0.22.9~ynh1 + **Démo :** https://libreddit.spike.codes/ From 8e19a2a8cac6be16327ed5beca8358f5f513254e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 15 Aug 2022 18:56:20 +0200 Subject: [PATCH 3/7] set relative path for --keep opt --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index c03f797..a951cfd 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -67,7 +67,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=5 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$final_path" --keep="$final_path/libreddit.conf" + ynh_setup_source --dest_dir="$final_path" --keep="libreddit.conf" fi chmod 750 "$final_path" From af6aa6efd26ebc1d008410126a2beacbb6bddbc4 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 1 Nov 2022 07:50:14 +0100 Subject: [PATCH 4/7] 0.23.1 --- 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 8b2c9e2..2777458 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/spikecodes/libreddit/releases/download/v0.22.9/libreddit -SOURCE_SUM=74e3be90175719a7f4b6c1fb2e7b1f1bd13ae019d120cdd7cbf7445de5d2f6e5 +SOURCE_URL=https://github.com/spikecodes/libreddit/releases/download/v0.23.1/libreddit +SOURCE_SUM=9257a73b4857e8baaf8ccebe33250b4a6ec53b0d7625b2f33c4e000f029c1fcd SOURCE_SUM_PRG=sha256sum SOURCE_IN_SUBDIR=false SOURCE_FILENAME=libreddit diff --git a/manifest.json b/manifest.json index d3559a3..ee8695f 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Libre alternative to Reddit", "fr": "Alternative libre à Reddit" }, - "version": "0.22.9~ynh1", + "version": "0.23.1~ynh1", "url": "https://libreddit.spike.codes/", "upstream": { "license": "AGPL-3.0", From fdd11aa062f8272a09ae3794befaafb6cbaacf31 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 1 Nov 2022 06:50:19 +0000 Subject: [PATCH 5/7] Auto-update README --- README.md | 3 +-- README_fr.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 45627c0..9617d69 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,7 @@ Libreddit is a portmanteau of "libre" (meaning freedom) and "Reddit". It is a pr 🔒 Secure: strong Content Security Policy prevents browser requests to Reddit -**Shipped version:** 0.22.9~ynh1 - +**Shipped version:** 0.23.1~ynh1 **Demo:** https://libreddit.spike.codes/ diff --git a/README_fr.md b/README_fr.md index 8e84dbf..3dd4082 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,8 +25,7 @@ Libreddit is a portmanteau of "libre" (meaning freedom) and "Reddit". It is a pr 🔒 Secure: strong Content Security Policy prevents browser requests to Reddit -**Version incluse :** 0.22.9~ynh1 - +**Version incluse :** 0.23.1~ynh1 **Démo :** https://libreddit.spike.codes/ From d5ca74aa1698a0698ea4b026d0787a1ed0c82957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 3 Nov 2022 19:43:53 +0100 Subject: [PATCH 6/7] Update app.src --- conf/app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/app.src b/conf/app.src index 2777458..4ea7de3 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ SOURCE_URL=https://github.com/spikecodes/libreddit/releases/download/v0.23.1/libreddit -SOURCE_SUM=9257a73b4857e8baaf8ccebe33250b4a6ec53b0d7625b2f33c4e000f029c1fcd +SOURCE_SUM=3f9cb05c0e493006c0c8c740c8ec67d7bfb6718cb411a06313e26dbf111df94d SOURCE_SUM_PRG=sha256sum SOURCE_IN_SUBDIR=false SOURCE_FILENAME=libreddit From f9e35fb464e34c1c527902d83c46d902816cbeb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 4 Nov 2022 20:55:11 +0100 Subject: [PATCH 7/7] Update app.src --- conf/app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/app.src b/conf/app.src index 4ea7de3..221c4dd 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ SOURCE_URL=https://github.com/spikecodes/libreddit/releases/download/v0.23.1/libreddit -SOURCE_SUM=3f9cb05c0e493006c0c8c740c8ec67d7bfb6718cb411a06313e26dbf111df94d +SOURCE_SUM=0d63bcb6e7195b350db61d6aa3aa2bd17f4ff4b9e5eef466fb9a7f65dadabde0 SOURCE_SUM_PRG=sha256sum SOURCE_IN_SUBDIR=false SOURCE_FILENAME=libreddit