From e4bd5feb665f1ba924887e4dcd7e1cca665898b7 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Mon, 8 Jul 2019 05:09:59 -0600 Subject: move to buster/PHP7.3 Signed-off-by: nachoparker --- etc/ncp-config.d/nc-nextcloud.cfg | 2 +- etc/ncp.cfg | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'etc') diff --git a/etc/ncp-config.d/nc-nextcloud.cfg b/etc/ncp-config.d/nc-nextcloud.cfg index cd4f5a35..13d45297 100644 --- a/etc/ncp-config.d/nc-nextcloud.cfg +++ b/etc/ncp-config.d/nc-nextcloud.cfg @@ -9,7 +9,7 @@ { "id": "VER", "name": "Version", - "value": "16.0.2" + "value": "16.0.3" }, { "id": "BETA", diff --git a/etc/ncp.cfg b/etc/ncp.cfg index 7fc3138a..5adf74ae 100644 --- a/etc/ncp.cfg +++ b/etc/ncp.cfg @@ -1,9 +1,9 @@ { - "nextcloud_version": "16.0.2", - "php_version": "7.2", - "release": "stretch", + "nextcloud_version": "16.0.3", + "php_version": "7.3", + "release": "buster", "release_issue": [ - "Debian GNU/Linux 9", - "Raspbian GNU/Linux 9" + "Debian GNU/Linux 10", + "Raspbian GNU/Linux 10" ] } -- cgit v1.2.3