diff --git a/conf/amd64.src b/conf/amd64.src index 2c2bb76..80de577 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/202821/artifacts/download?file_type=archive -SOURCE_SUM=fcb80c073379f8b1f3f7424c546bec1909fd5f7975ded7d596e581470af14a65 +SOURCE_URL= +SOURCE_SUM= SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=pleroma-v2.4.2-x86-64.zip +SOURCE_FILENAME= diff --git a/conf/arm64.src b/conf/arm64.src index fdb1560..80de577 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/202825/artifacts/download?file_type=archive -SOURCE_SUM=2dae9744caecb071c146de18d4c37f3bdb985afc85ba2df4509b5cc6cf0c27a2 +SOURCE_URL= +SOURCE_SUM= SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=pleroma-v2.4.2-arm64.zip +SOURCE_FILENAME= diff --git a/conf/armhf.src b/conf/armhf.src index dc42c59..80de577 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/202823/artifacts/download?file_type=archive -SOURCE_SUM=de4c7b05527c539ef933278bbccc746c8a72fc48d0b91d206c09b68d319be6bd +SOURCE_URL= +SOURCE_SUM= SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=pleroma-v2.4.2-arm.zip +SOURCE_FILENAME= diff --git a/manifest.json b/manifest.json index 07d3a77..c508a4c 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "A free, federated social networking server built on open protocols.", "fr": "Un serveur de réseautage social fédéré et gratuit basé sur des protocoles ouverts." }, - "version": "2.4.2~ynh1", + "version": "2.4.3~ynh1", "url": "https://pleroma.social/", "upstream": { "license": "AGPL-3.0-only", @@ -23,7 +23,8 @@ }, { "name": "yalh76" - }], + } + ], "requirements": { "yunohost": ">= 4.3.1.8" }, @@ -32,7 +33,7 @@ "nginx" ], "arguments": { - "install" : [ + "install": [ { "name": "domain", "type": "domain" @@ -86,7 +87,14 @@ "en": "Select the cache size. If you did not enabled media-cache in above option then this option will have no effect", "fr": "Sélectionner la taille du cache. Si vous n'avez pas activé le cache média ci-dessus, cette option n'aura aucun effet" }, - "choices": ["2g","5g","10g","20g","40g","80g"], + "choices": [ + "2g", + "5g", + "10g", + "20g", + "40g", + "80g" + ], "default": "5g" } ]