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
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2021-02-27 18:09:03 +0300
committernachoparker <nacho@ownyourbits.com>2021-02-27 18:09:03 +0300
commitbe30663c7a4b86a4b91bf39b3b2d49c87f53d95c (patch)
tree1feb4136943767265d7caf631b842501d3c4a937
parentffe332ccfbf09775b684ff23adfb5804fac661af (diff)
upgrade to NC20.0.8v1.35.0
Signed-off-by: nachoparker <nacho@ownyourbits.com>
-rw-r--r--README.md2
-rw-r--r--etc/ncp-config.d/nc-nextcloud.cfg2
-rw-r--r--etc/ncp.cfg2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b29d1b03..d6aa4647 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Find the full documentation at [docs.nextcloudpi.com](http://docs.nextcloudpi.co
## Features
* Debian/Raspbian 10 Buster
- * Nextcloud 20.0.4
+ * Nextcloud 20.0.8
* Apache 2.4.25, with HTTP2 enabled
* PHP 7.3
* MariaDB 10
diff --git a/etc/ncp-config.d/nc-nextcloud.cfg b/etc/ncp-config.d/nc-nextcloud.cfg
index 49ff85a9..03cab942 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": "20.0.4"
+ "value": "20.0.8"
},
{
"id": "BETA",
diff --git a/etc/ncp.cfg b/etc/ncp.cfg
index 60f3f8e3..68144daa 100644
--- a/etc/ncp.cfg
+++ b/etc/ncp.cfg
@@ -1,5 +1,5 @@
{
- "nextcloud_version": "20.0.4",
+ "nextcloud_version": "20.0.8",
"php_version": "7.3",
"release": "buster"
}