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:
authornachoparker <nacho@ownyourbits.com>2018-11-23 00:47:53 +0300
committernachoparker <nacho@ownyourbits.com>2018-11-23 00:47:59 +0300
commitbcac4bc53184807473875d0bae0229b6fd510d36 (patch)
tree6e4126be5bbe62d937ac50ce6898284509d9f7ef /etc
parent5aeb83cb44fecb615f58da26faa1c3ac2453c05e (diff)
upgrade to NC14.0.4v0.67.0
Diffstat (limited to 'etc')
-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
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/ncp-config.d/nc-autoupdate-nc.sh b/etc/ncp-config.d/nc-autoupdate-nc.sh
index a090fb1e..1f6d5d18 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.3
+VERSION=14.0.4
configure()
{
diff --git a/etc/ncp-config.d/nc-nextcloud.sh b/etc/ncp-config.d/nc-nextcloud.sh
index 0b930b36..5ac9540f 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.3
+VER_=14.0.4
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 b172a93d..664baad6 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.3
+LATEST=14.0.4
DESCRIPTION="Update current instance to a new Nextcloud version"
INFO="Set to 0 to update to the latest avaliable version"