aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/app.src5
-rw-r--r--manifest.json11
2 files changed, 9 insertions, 7 deletions
diff --git a/conf/app.src b/conf/app.src
index 0bc40e6..f4c1602 100644
--- a/conf/app.src
+++ b/conf/app.src
@@ -1,7 +1,6 @@
-SOURCE_URL=https://github.com/tootsuite/mastodon/archive/refs/tags/v3.4.4.tar.gz
-SOURCE_SUM=567e57cc9d35306cbd708a33bc0bf1adf7981f3706ca4eced0d0c2b4f980034d
+SOURCE_URL=https://github.com/tootsuite/mastodon/archive/refs/tags/v3.4.5.tar.gz
+SOURCE_SUM=425d276f655cc5749a8a590d449c7ef39b22a2f88b1977ac11a70eb2d7f522fa
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=
-SOURCE_EXTRACT=true
diff --git a/manifest.json b/manifest.json
index 275296d..a8fa528 100644
--- a/manifest.json
+++ b/manifest.json
@@ -6,7 +6,7 @@
"en": "Libre and federated social network",
"fr": "Réseau social libre et fédéré"
},
- "version": "3.4.4~ynh3",
+ "version": "3.4.5~ynh1",
"url": "https://github.com/mastodon/mastodon",
"upstream": {
"license": "AGPL-3.0-or-later",
@@ -37,7 +37,7 @@
"nginx"
],
"arguments": {
- "install" : [
+ "install": [
{
"name": "domain",
"type": "domain"
@@ -57,8 +57,11 @@
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
- },
- "choices": ["en_EN", "fr_FR"],
+ },
+ "choices": [
+ "en_EN",
+ "fr_FR"
+ ],
"default": "fr_FR"
}
]