diff --git a/README.md b/README.md index f16bf2c..9617d69 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.9~ynh1 +**Shipped version:** 0.23.1~ynh1 **Demo:** https://libreddit.spike.codes/ diff --git a/README_fr.md b/README_fr.md index afbc274..3dd4082 100644 --- a/README_fr.md +++ b/README_fr.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 -**Version incluse :** 0.22.9~ynh1 +**Version incluse :** 0.23.1~ynh1 **Démo :** https://libreddit.spike.codes/ diff --git a/conf/app.src b/conf/app.src index 8b2c9e2..221c4dd 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=0d63bcb6e7195b350db61d6aa3aa2bd17f4ff4b9e5eef466fb9a7f65dadabde0 SOURCE_SUM_PRG=sha256sum SOURCE_IN_SUBDIR=false SOURCE_FILENAME=libreddit diff --git a/manifest.json b/manifest.json index d494a0c..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", @@ -20,7 +20,7 @@ "email": "" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [ 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"