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:
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"
]
}