From 2d500ff03e6e9896a48839db411ca3594ed0c099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Sun, 21 Oct 2018 17:54:02 +0200 Subject: [PATCH] add version, update licence, php service version --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 77c10e6..c79925c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,13 +1,14 @@ { "name": "FreshRSS", "id": "freshrss", + "version": "1.11.2", "packaging_format": 1, "description": { "en": "FreshRSS is a selfhostable RSS reader", "fr": "FreshRSS est un agrégateur de flux RSS à auto-héberger" }, "url": "http://freshrss.org/", - "license": "free", + "license": "agpl-3.0", "maintainer": { "name": "plopoyop", "email": "plopoyop@gmail.com" @@ -18,7 +19,7 @@ "multi_instance": true, "services": [ "nginx", - "php5-fpm", + "php7-fpm", "mysql" ], "arguments": {