mirror of
https://github.com/YunoHost-Apps/concrete5_ynh.git
synced 2024-09-03 18:25:54 +02:00
9.0.1
This commit is contained in:
parent
1ad7fc2bf1
commit
22d1a4e888
2 changed files with 7 additions and 11 deletions
|
@ -1,6 +1,5 @@
|
|||
SOURCE_URL=https://github.com/concrete5/concrete5/archive/8.5.5.tar.gz
|
||||
SOURCE_SUM=e1cf84110f625e3ac27c227eb697c59694eb6fdaa12e8ce92c7b3fb79c5b09f4
|
||||
SOURCE_URL=https://github.com/concrete5/concrete5/archive/9.0.1.tar.gz
|
||||
SOURCE_SUM=348debdff928b5fb777dde762c1521311d01a3cb09c325b68f5ee7d0f61e0d03
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Open Source Content Management System for Teams",
|
||||
"fr": "Système de gestion de contenu Open Source pour les équipes"
|
||||
},
|
||||
"version": "8.5.5~ynh1",
|
||||
"version": "9.0.1~ynh1",
|
||||
"url": "www.concrete5.org",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
|
@ -20,7 +20,7 @@
|
|||
"email": "win10@tutanota.com"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.2.0"
|
||||
"yunohost": ">= 4..0"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
|
@ -32,8 +32,7 @@
|
|||
"install" : [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain",
|
||||
"example": "example.com"
|
||||
"type": "domain"
|
||||
},
|
||||
{
|
||||
"name": "path",
|
||||
|
@ -43,8 +42,7 @@
|
|||
},
|
||||
{
|
||||
"name": "admin",
|
||||
"type": "user",
|
||||
"example": "johndoe"
|
||||
"type": "user"
|
||||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
|
@ -63,8 +61,7 @@
|
|||
},
|
||||
{
|
||||
"name": "password",
|
||||
"type": "password",
|
||||
"example": "Choose a password"
|
||||
"type": "password"
|
||||
},
|
||||
{
|
||||
"name": "website_title",
|
||||
|
|
Loading…
Add table
Reference in a new issue