mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
Upgrade to v2.4.4
This commit is contained in:
parent
0fdea099c1
commit
2e431708e6
4 changed files with 20 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
||||||
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/209298/artifacts/download?file_type=archive
|
SOURCE_URL=
|
||||||
SOURCE_SUM=7221965fde2f6692745e0adfcb2332c14de9ef5b73f5fd336af539d914859338
|
SOURCE_SUM=
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
SOURCE_FILENAME=pleroma-v2.4.3-x86-64.zip
|
SOURCE_FILENAME=
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/209302/artifacts/download?file_type=archive
|
SOURCE_URL=
|
||||||
SOURCE_SUM=5aeede9a594a6b6688a98d0309d884077e42f174a11cbc3c428241c92056b350
|
SOURCE_SUM=
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
SOURCE_FILENAME=pleroma-v2.4.3-arm64.zip
|
SOURCE_FILENAME=
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/209300/artifacts/download?file_type=archive
|
SOURCE_URL=
|
||||||
SOURCE_SUM=45f369bf70ca1640b7159814631d40c4104e39f3b5499214ceadfaf1bec14a20
|
SOURCE_SUM=
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
SOURCE_FILENAME=pleroma-v2.4.3-arm.zip
|
SOURCE_FILENAME=
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "A free, federated social networking server built on open protocols.",
|
"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."
|
"fr": "Un serveur de réseautage social fédéré et gratuit basé sur des protocoles ouverts."
|
||||||
},
|
},
|
||||||
"version": "2.4.3~ynh2",
|
"version": "2.4.4~ynh1",
|
||||||
"url": "https://pleroma.social/",
|
"url": "https://pleroma.social/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
|
@ -23,7 +23,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "yalh76"
|
"name": "yalh76"
|
||||||
}],
|
}
|
||||||
|
],
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.3.1.8"
|
"yunohost": ">= 4.3.1.8"
|
||||||
},
|
},
|
||||||
|
@ -85,7 +86,14 @@
|
||||||
"en": "Select the cache size. If you did not enabled media-cache in above option then this option will have no effect",
|
"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"
|
"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"
|
"default": "5g"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue