mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
Upgrade to v1.2.0
This commit is contained in:
parent
6b0f9236b8
commit
2dce8c57cf
3 changed files with 10 additions and 7 deletions
|
@ -1,6 +1,5 @@
|
|||
SOURCE_URL=https://github.com/flarum/flarum/archive/v1.0.0.zip
|
||||
SOURCE_SUM=32cd6f0cc71f61299b3849f483b96dcea0d3d987b17c6617ae2ff9cf4bf41dec
|
||||
SOURCE_URL=https://github.com/flarum/flarum/archive/1.2.0.zip
|
||||
SOURCE_SUM=d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"fr": "Forum de nouvelle génération, simplement",
|
||||
"de": "Forum der nächsten Generation leicht gemacht"
|
||||
},
|
||||
"version": "1.1.1~ynh2",
|
||||
"version": "1.2.0~ynh1",
|
||||
"url": "http://flarum.org/",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
|
@ -31,7 +31,7 @@
|
|||
"mysql"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
"install": [
|
||||
{
|
||||
"name": "swap",
|
||||
"type": "display_text",
|
||||
|
@ -90,7 +90,11 @@
|
|||
"fr": "Choisissez la langue de l'application",
|
||||
"de": "Wählen Sie eine Sprache"
|
||||
},
|
||||
"choices": ["fr", "en", "de"],
|
||||
"choices": [
|
||||
"fr",
|
||||
"en",
|
||||
"de"
|
||||
],
|
||||
"default": "en"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -13,7 +13,7 @@ YNH_COMPOSER_VERSION="2.0.13"
|
|||
extra_php_dependencies="php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-dom php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-pdo-mysql php${YNH_PHP_VERSION}-tokenizer php${YNH_PHP_VERSION}-zip"
|
||||
|
||||
# Version numbers
|
||||
project_version="~1.0.0"
|
||||
project_version="1.2.0"
|
||||
#core_version is now retrieved from the manifest
|
||||
ldap_version="*"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue