mirror of
https://github.com/YunoHost-Apps/mineweb_ynh.git
synced 2024-09-03 19:45:54 +02:00
Upgrade to 1.13.0
This commit is contained in:
parent
976df0ded1
commit
41cb424774
4 changed files with 6 additions and 6 deletions
|
@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
## Overview
|
||||
MineWeb is a CMS (that is to say a content management system), in addition, a completely customizable and intuitive site, which will adapt perfectly to your Minecraft servers!
|
||||
|
||||
**Shipped version:** 1.12.0
|
||||
**Shipped version:** 1.13.0
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install
|
|||
## Vue d'ensemble
|
||||
MineWeb est un CMS (c'est-à-dire un système de gestion de contenu), en plus simple, un site complètement personnalisable et intuitif, qui s'adaptera parfaitement à vos serveurs Minecraft !
|
||||
|
||||
**Version incluse :** 1.12.0
|
||||
**Version incluse :** 1.13.0
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/MineWeb/MineWebCMS/archive/v1.12.0.tar.gz
|
||||
SOURCE_SUM=bb7da6116ba59155e8efb36849f71f37ccc96b9aeb8dd7b68acca0b618d20b2e
|
||||
SOURCE_URL=https://github.com/MineWeb/MineWebCMS/archive/v1.13.0.tar.gz
|
||||
SOURCE_SUM=81b63557732cd106eb7c595ec73b886d1fddd53826c299ff92fc7f9ce590f9df
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Customizable and intuitive CMS.",
|
||||
"fr": "CMS personnalisable et intuitif."
|
||||
},
|
||||
"version": "1.12.0~ynh1",
|
||||
"version": "1.13.0~ynh1",
|
||||
"url": "https://mineweb.org/",
|
||||
"license": "AGPL-3.0-only",
|
||||
"maintainer": {
|
||||
|
@ -19,7 +19,7 @@
|
|||
"multi_instance": true,
|
||||
"services": [
|
||||
"nginx",
|
||||
"php7.0-fpm",
|
||||
"php7.3-fpm",
|
||||
"mysql"
|
||||
],
|
||||
"arguments": {
|
||||
|
|
Loading…
Add table
Reference in a new issue