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-01-12 22:27:12 +0300
committernachoparker <nacho@ownyourbits.com>2019-01-12 22:27:19 +0300
commit2c943b72e531fdef84321cfac7cf0865eecc9f73 (patch)
tree178d6ccd23927f05ce3b79f8acd5817ea8f712b4
parent9eaab31e482755cd545839a73b64c2e5286d3e3d (diff)
upgrade to NC15.0.2v1.3.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 259775b4..d52b9e61 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ This code also generates the [NextCloudPi docker images](https://hub.docker.com/
## Features
* Debian/Raspbian 9 stretch
- * Nextcloud 15.0.1
+ * Nextcloud 15.0.2
* 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 05aba5bd..cfd33087 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.1
+VERSION=15.0.2
configure()
{
diff --git a/bin/ncp/TOOLS/nc-update-nextcloud.sh b/bin/ncp/TOOLS/nc-update-nextcloud.sh
index c7e0a5ac..7f0bb5af 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.1
+LATEST=15.0.2
configure()
{
diff --git a/changelog.md b/changelog.md
index 78cbd4b7..2fce85e8 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,7 @@
-[v1.2.0](https://github.com/nextcloud/nextcloudpi/commit/1b307c1) (2019-01-08) add NCP Nextcloud app
+[v1.3.0](https://github.com/nextcloud/nextcloudpi/commit/8a49536) (2019-01-12) upgrade to NC15.0.2
+
+[v1.2.0](https://github.com/nextcloud/nextcloudpi/commit/9eaab31) (2019-01-08) add NCP Nextcloud app
[v1.1.3 ](https://github.com/nextcloud/nextcloudpi/commit/d21592c) (2019-01-11) nc-update-nextcloud: only try to restore on reboot once
diff --git a/etc/ncp-config.d/nc-nextcloud.cfg b/etc/ncp-config.d/nc-nextcloud.cfg
index 086ff26f..27217d84 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.1"
+ "value": "15.0.2"
},
{
"id": "BETA",