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>2018-10-12 17:52:59 +0300
committernachoparker <nacho@ownyourbits.com>2018-10-12 17:53:05 +0300
commita9b15421aa8ac5ffb26b7596ad93ee03b07c85a0 (patch)
treea3c9593de14d12976de1e6ade4ae13ce6cbc0688
parentb4555bae1cd139c2967d9f518730cfae5e69ee55 (diff)
upgrade to NC14.0.3v0.64.0
-rw-r--r--README.md2
-rw-r--r--changelog.md4
-rw-r--r--etc/ncp-config.d/nc-autoupdate-nc.sh2
-rw-r--r--etc/ncp-config.d/nc-nextcloud.sh2
-rw-r--r--etc/ncp-config.d/nc-update-nextcloud.sh2
-rwxr-xr-xupdate.sh2
6 files changed, 8 insertions, 6 deletions
diff --git a/README.md b/README.md
index 5724b82b..b3157c6d 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ This code also generates the [NextCloudPi docker images](https://hub.docker.com/
## Features
* Raspbian 9 stretch
- * Nextcloud 14.0.2
+ * Nextcloud 14.0.3
* Apache 2.4.25, with HTTP2 enabled
* PHP 7.2
* MariaDB 10
diff --git a/changelog.md b/changelog.md
index 52927810..f0154e03 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,7 @@
-[v0.63.0](https://github.com/nextcloud/nextcloudpi/commit/37a44a9) (2018-10-11) upgrade to NC14.0.2
+[v0.64.0](https://github.com/nextcloud/nextcloudpi/commit/8dafc9b) (2018-10-12) upgrade to NC14.0.3
+
+[v0.63.0](https://github.com/nextcloud/nextcloudpi/commit/b4555ba) (2018-10-11) upgrade to NC14.0.2
[v0.62.10](https://github.com/nextcloud/nextcloudpi/commit/48ac238) (2018-10-07) limit logs size with logrotate
diff --git a/etc/ncp-config.d/nc-autoupdate-nc.sh b/etc/ncp-config.d/nc-autoupdate-nc.sh
index 75525f2e..cee93aab 100644
--- a/etc/ncp-config.d/nc-autoupdate-nc.sh
+++ b/etc/ncp-config.d/nc-autoupdate-nc.sh
@@ -13,7 +13,7 @@ NOTIFYUSER_=ncp
DESCRIPTION="Automatically apply Nextcloud updates"
# just change this value and re-activate in update.sh to upgrade users
-VERSION=14.0.2
+VERSION=14.0.3
configure()
{
diff --git a/etc/ncp-config.d/nc-nextcloud.sh b/etc/ncp-config.d/nc-nextcloud.sh
index c468634e..45b5fe02 100644
--- a/etc/ncp-config.d/nc-nextcloud.sh
+++ b/etc/ncp-config.d/nc-nextcloud.sh
@@ -8,7 +8,7 @@
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
#
-VER_=14.0.2
+VER_=14.0.3
BETA_=no
MAXFILESIZE_=2G
MEMORYLIMIT_=768M
diff --git a/etc/ncp-config.d/nc-update-nextcloud.sh b/etc/ncp-config.d/nc-update-nextcloud.sh
index 9ec47372..b172a93d 100644
--- a/etc/ncp-config.d/nc-update-nextcloud.sh
+++ b/etc/ncp-config.d/nc-update-nextcloud.sh
@@ -9,7 +9,7 @@
#
VERSION_=0
-LATEST=14.0.2
+LATEST=14.0.3
DESCRIPTION="Update current instance to a new Nextcloud version"
INFO="Set to 0 to update to the latest avaliable version"
diff --git a/update.sh b/update.sh
index 9c43f281..2e3e61d0 100755
--- a/update.sh
+++ b/update.sh
@@ -185,7 +185,7 @@ EOF
service mysql restart
}
- # update to NC14.0.2
+ # update to NC14.0.3
F="$CONFDIR"/nc-autoupdate-nc.sh
grep -q '^ACTIVE_=yes$' "$F" && {
cd "$CONFDIR" &>/dev/null