mirror of
https://github.com/YunoHost-Apps/owncloud_ynh.git
synced 2024-09-03 19:56:25 +02:00
[enh] Update ownCloud to v9.0.5
This commit is contained in:
parent
85f2a72d91
commit
2b30543b5e
3 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ ownCloud for YunoHost
|
||||||
own data. A personal cloud which run on your own server. With owncloud
|
own data. A personal cloud which run on your own server. With owncloud
|
||||||
you can synchronize your files over your devices.
|
you can synchronize your files over your devices.
|
||||||
|
|
||||||
**Shipped version:** 9.0.4
|
**Shipped version:** 9.0.5
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"url": "https://owncloud.org",
|
"url": "https://owncloud.org",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"version": "9.0.4",
|
"version": "9.0.5",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "jerome",
|
"name": "jerome",
|
||||||
"email": "jerome@yunohost.org"
|
"email": "jerome@yunohost.org"
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
APPNAME="owncloud"
|
APPNAME="owncloud"
|
||||||
|
|
||||||
# ownCloud version
|
# ownCloud version
|
||||||
VERSION="9.0.4"
|
VERSION="9.0.5"
|
||||||
|
|
||||||
# Package name for ownCloud dependencies
|
# Package name for ownCloud dependencies
|
||||||
DEPS_PKG_NAME="owncloud-deps"
|
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"
|
OWNCLOUD_SOURCE_URL="https://download.owncloud.org/community/owncloud-${VERSION}.tar.bz2"
|
||||||
|
|
||||||
# Remote URL to fetch ownCloud tarball checksum
|
# Remote URL to fetch ownCloud tarball checksum
|
||||||
OWNCLOUD_SOURCE_SHA256="ab71e8648c918629f6551333c45dd3b79d90f1dc0171d3def0a443bdc238a669"
|
OWNCLOUD_SOURCE_SHA256="c8c2c4f7a06208f006762740ca6bb6a4c4d8362fc8d226dcccb82b970993f7c5"
|
||||||
|
|
||||||
# App package root directory should be the parent folder
|
# App package root directory should be the parent folder
|
||||||
PKGDIR=$(cd ../; pwd)
|
PKGDIR=$(cd ../; pwd)
|
||||||
|
|
Loading…
Add table
Reference in a new issue