From 7ae8f7f4d2179d5c9a0558fb3e84b758fd668cec Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 3 Apr 2022 09:23:15 +0200 Subject: [PATCH 1/3] 0.22.6 --- 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 ae7c86d..4aaf9af 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/spikecodes/libreddit/releases/download/v0.22.5/libreddit -SOURCE_SUM=467e85cd9e8d4470afa9b2dd06fe12eff3adb87bb5ddd28858d2463cb52fbe54 +SOURCE_URL=https://github.com/spikecodes/libreddit/releases/download/v0.22.6/libreddit +SOURCE_SUM=cb7a09d39c78f3a2a4b55c32b67f79f52f78bde53ff8a549dced5d3b8b8df8f2 SOURCE_SUM_PRG=sha256sum SOURCE_IN_SUBDIR=false SOURCE_FILENAME=libreddit diff --git a/manifest.json b/manifest.json index 51ac347..620d7a8 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Libre alternative to Reddit", "fr": "Alternative libre à Reddit" }, - "version": "0.22.5~ynh1", + "version": "0.22.6~ynh1", "url": "https://libreddit.spike.codes/", "upstream": { "license": "AGPL-3.0", From a881619d1dc77e56de338ec35ac4b369c6503850 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 3 Apr 2022 07:23:21 +0000 Subject: [PATCH 2/3] 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 8a6a923..ac2c864 100644 --- a/README.md +++ b/README.md @@ -25,7 +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.5~ynh1 +**Shipped version:** 0.22.6~ynh1 **Demo:** https://libreddit.spike.codes/ diff --git a/README_fr.md b/README_fr.md index eed77f2..68a9b1f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,7 +21,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.5~ynh1 +**Version incluse :** 0.22.6~ynh1 **Démo :** https://libreddit.spike.codes/ From 87a0c9563d2c2904166a5955d0f15e1b656a60f6 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 3 Apr 2022 09:41:56 +0200 Subject: [PATCH 3/3] Update updater.sh --- .github/workflows/updater.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 93c1f8b..2db1586 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -100,9 +100,9 @@ cat < conf/$src.src SOURCE_URL=$asset_url SOURCE_SUM=$checksum SOURCE_SUM_PRG=sha256sum -SOURCE_FORMAT=$extension -SOURCE_IN_SUBDIR=true -SOURCE_FILENAME= +SOURCE_IN_SUBDIR=false +SOURCE_FILENAME=libreddit +SOURCE_EXTRACT=false EOT echo "... conf/$src.src updated"