diff --git a/README.md b/README.md index c87a88b..fef1976 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Nextcloud for YunoHost own data. A personal cloud which run on your own server. With Nextcloud you can synchronize your files over your devices. -**Shipped version:** 9.0.51 +**Shipped version:** 9.0.52 ![](https://github.com/nextcloud/screenshots/blob/master/files/filelist.png) diff --git a/manifest.json b/manifest.json index 04566e5..fe1f456 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "url": "https://nextcloud.com", "license": "AGPL-3", - "version": "9.0.51", + "version": "9.0.52", "maintainer": { "name": "jerome", "email": "jerome@yunohost.org" diff --git a/scripts/_common.sh b/scripts/_common.sh index 5688891..8391d83 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ APPNAME="nextcloud" # Nextcloud version -VERSION="9.0.51" +VERSION="9.0.52" # Package name for Nextcloud dependencies DEPS_PKG_NAME="nextcloud-deps" @@ -14,7 +14,7 @@ DEPS_PKG_NAME="nextcloud-deps" NEXTCLOUD_SOURCE_URL="https://download.nextcloud.com/server/releases/nextcloud-${VERSION}.tar.bz2" # Remote URL to fetch Nextcloud tarball checksum -NEXTCLOUD_SOURCE_SHA256="e085a20e9d85d238239e7e9f714325aee1f0fe949dcace2dbc2e7abaf3041e78" +NEXTCLOUD_SOURCE_SHA256="70429565bb010e3a3d7bd16b43980fe7c08bfeffaa88ebaf528b96e4b2fe16c0" # App package root directory should be the parent folder PKGDIR=$(cd ../; pwd)