From 2b30543b5e53fe34e5380c3b3972d3dfc02489c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Sun, 2 Oct 2016 12:00:06 +0200 Subject: [PATCH] [enh] Update ownCloud to v9.0.5 --- README.md | 2 +- manifest.json | 2 +- scripts/_common.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7d50464..f335b2d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ownCloud for YunoHost own data. A personal cloud which run on your own server. With owncloud you can synchronize your files over your devices. -**Shipped version:** 9.0.4 +**Shipped version:** 9.0.5 ![](https://github.com/owncloud/screenshots/blob/master/files/sidebar_1.png) diff --git a/manifest.json b/manifest.json index 1b32793..180f241 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "url": "https://owncloud.org", "license": "AGPL-3", - "version": "9.0.4", + "version": "9.0.5", "maintainer": { "name": "jerome", "email": "jerome@yunohost.org" diff --git a/scripts/_common.sh b/scripts/_common.sh index 1f3cbf3..d1a5e4b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ APPNAME="owncloud" # ownCloud version -VERSION="9.0.4" +VERSION="9.0.5" # Package name for ownCloud dependencies DEPS_PKG_NAME="owncloud-deps" @@ -14,7 +14,7 @@ DEPS_PKG_NAME="owncloud-deps" OWNCLOUD_SOURCE_URL="https://download.owncloud.org/community/owncloud-${VERSION}.tar.bz2" # Remote URL to fetch ownCloud tarball checksum -OWNCLOUD_SOURCE_SHA256="ab71e8648c918629f6551333c45dd3b79d90f1dc0171d3def0a443bdc238a669" +OWNCLOUD_SOURCE_SHA256="c8c2c4f7a06208f006762740ca6bb6a4c4d8362fc8d226dcccb82b970993f7c5" # App package root directory should be the parent folder PKGDIR=$(cd ../; pwd)