1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owncloud_ynh.git synced 2024-09-03 19:56:25 +02:00

[enh] Upgrade ownCloud to v9.0.4

This commit is contained in:
Jérôme Lebleu 2016-07-21 21:48:29 +02:00
parent cf253b170a
commit 2de9a45ea2
3 changed files with 4 additions and 4 deletions

View file

@ -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.3
**Shipped version:** 9.0.4
![](https://github.com/owncloud/screenshots/blob/master/files/sidebar_1.png)

View file

@ -8,7 +8,7 @@
},
"url": "https://owncloud.org",
"license": "AGPL-3",
"version": "9.0.3",
"version": "9.0.4",
"maintainer": {
"name": "jerome",
"email": "jerome@yunohost.org"

View file

@ -5,7 +5,7 @@
APPNAME="owncloud"
# ownCloud version
VERSION="9.0.3"
VERSION="9.0.4"
# 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="5cf45c1b75434496635a58fcbece668bc0abb40f04d8304ce6d01e6b75887f60"
OWNCLOUD_SOURCE_SHA256="ab71e8648c918629f6551333c45dd3b79d90f1dc0171d3def0a443bdc238a669"
# App package root directory should be the parent folder
PKGDIR=$(cd ../; pwd)