mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
Fix
This commit is contained in:
parent
09afaf3cdb
commit
abbba1a8f5
2 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://framagit.org/hubzilla/core/-/archive/6.0/core-6.0.tar.gz
|
||||
SOURCE_SUM=d1982e69694c4b296f04a6fb7b029190964d28abb2d7964a985e55fcf711cce2
|
||||
SOURCE_URL=https://framagit.org/hubzilla/core/-/archive/7.2/core-7.2.tar.gz
|
||||
SOURCE_SUM=1a4e1641694e96a830c2821e867a674a29522c95789d75bdf8fdb2737a178b7f
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
"id": "hubzilla",
|
||||
"name": "Hubzilla",
|
||||
"description": {
|
||||
"en": "Decentralized publication platform and social network.",
|
||||
"fr": "Plateforme de publication décentralisée et un réseau social."
|
||||
"en": "Decentralized publication platform and social network",
|
||||
"fr": "Plateforme de publication décentralisée et un réseau social"
|
||||
},
|
||||
"version": "6.0~ynh1",
|
||||
"version": "7.2~ynh1",
|
||||
"url": "https://zotlabs.org/page/hubzilla/hubzilla-project",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
|
@ -19,7 +19,7 @@
|
|||
},
|
||||
"services": [
|
||||
"nginx",
|
||||
"php7.3-fpm",
|
||||
"php8.0-fpm",
|
||||
"mysql",
|
||||
"postgresql"
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue