Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2019-07-08 14:09:59 +0300
committernachoparker <nacho@ownyourbits.com>2019-07-18 12:55:39 +0300
commite4bd5feb665f1ba924887e4dcd7e1cca665898b7 (patch)
tree5de10a76d3f032e3638b1195e7e2bc75a531096f /etc
parent68b3f8a9b50e550b5d9a691f524b489d5eafb8df (diff)
move to buster/PHP7.3v1.15.0
Signed-off-by: nachoparker <nacho@ownyourbits.com>
Diffstat (limited to 'etc')
-rw-r--r--etc/ncp-config.d/nc-nextcloud.cfg2
-rw-r--r--etc/ncp.cfg10
2 files changed, 6 insertions, 6 deletions
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"
]
}