From c8ffee45a53304df8c1b203eae767f6a45024091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Sun, 3 Jul 2016 11:25:13 +0200 Subject: [PATCH] [enh] Upgrade ownCloud to v9.0.3 --- 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 46053a0..958cab1 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.2 +**Shipped version:** 9.0.3 ![](https://github.com/owncloud/screenshots/blob/master/files/sidebar_1.png) diff --git a/manifest.json b/manifest.json index b6219e2..f3eee89 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "url": "https://owncloud.org", "license": "AGPL-3", - "version": "9.0.2", + "version": "9.0.3", "maintainer": { "name": "jerome", "email": "jerome@yunohost.org" diff --git a/scripts/_common.sh b/scripts/_common.sh index f028266..0628249 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ APPNAME="owncloud" # ownCloud version -VERSION="9.0.2" +VERSION="9.0.3" # 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="845c43fe981fa0fd07fc3708f41f1ea15ecb11c2a15c65a4de191fc85b237c74" +OWNCLOUD_SOURCE_SHA256="5cf45c1b75434496635a58fcbece668bc0abb40f04d8304ce6d01e6b75887f60" # App package root directory should be the parent folder PKGDIR=$(cd ../; pwd)