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>2019-02-08 03:52:41 +0300
committernachoparker <nacho@ownyourbits.com>2019-02-08 03:53:08 +0300
commitb4bb86d39db31cad65ab6f97118db0a3549c5c9c (patch)
tree99e79a41c5f409ac3693aa40b5dc3065e0238608
parent5cf8d4b4244d8fec64aa7d06a1404eb451a58b81 (diff)
upgrade to NC15.0.4v1.6.0
-rw-r--r--README.md2
-rw-r--r--bin/ncp/CONFIG/nc-autoupdate-nc.sh2
-rw-r--r--bin/ncp/TOOLS/nc-update-nextcloud.sh2
-rw-r--r--changelog.md4
-rw-r--r--etc/ncp-config.d/nc-nextcloud.cfg2
5 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index 6780341e..1c07d3ea 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ This code also generates the NextCloudPi docker images for [ARM](https://hub.doc
## Features
* Debian/Raspbian 9 stretch
- * Nextcloud 15.0.2
+ * Nextcloud 15.0.4
* Apache 2.4.25, with HTTP2 enabled
* PHP 7.2
* MariaDB 10
diff --git a/bin/ncp/CONFIG/nc-autoupdate-nc.sh b/bin/ncp/CONFIG/nc-autoupdate-nc.sh
index 94609f23..8cfa1375 100644
--- a/bin/ncp/CONFIG/nc-autoupdate-nc.sh
+++ b/bin/ncp/CONFIG/nc-autoupdate-nc.sh
@@ -10,7 +10,7 @@
# just change this value and re-activate in update.sh to upgrade users
-VERSION=15.0.2
+VERSION=15.0.4
configure()
{
diff --git a/bin/ncp/TOOLS/nc-update-nextcloud.sh b/bin/ncp/TOOLS/nc-update-nextcloud.sh
index 7f0bb5af..5640e7da 100644
--- a/bin/ncp/TOOLS/nc-update-nextcloud.sh
+++ b/bin/ncp/TOOLS/nc-update-nextcloud.sh
@@ -8,7 +8,7 @@
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
#
-LATEST=15.0.2
+LATEST=15.0.4
configure()
{
diff --git a/changelog.md b/changelog.md
index 68656f62..3ea55ee3 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,7 @@
-[v1.5.2](https://github.com/nextcloud/nextcloudpi/commit/244e340) (2019-02-07) nc-trusted-domains: add description
+[v1.6.0](https://github.com/nextcloud/nextcloudpi/commit/5118ddc) (2019-02-07) upgrade to NC15.0.4
+
+[v1.5.2 ](https://github.com/nextcloud/nextcloudpi/commit/1a6b7df) (2019-02-07) nc-trusted-domains: add description
[v1.5.1 ](https://github.com/nextcloud/nextcloudpi/commit/a1842bc) (2019-01-30) nc-update-nc-apps-auto: log upgrades
diff --git a/etc/ncp-config.d/nc-nextcloud.cfg b/etc/ncp-config.d/nc-nextcloud.cfg
index 27217d84..e59080a6 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": "15.0.2"
+ "value": "15.0.4"
},
{
"id": "BETA",