mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
[enh] Update to ownCloud 9.0.2
This commit is contained in:
parent
f641570b0e
commit
07a37534f1
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"url": "https://owncloud.org",
|
"url": "https://owncloud.org",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"version": "9.0.0",
|
"version": "9.0.2",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "kload",
|
"name": "kload",
|
||||||
"email": "kload@kload.fr"
|
"email": "kload@kload.fr"
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
APPNAME="owncloud"
|
APPNAME="owncloud"
|
||||||
|
|
||||||
# ownCloud version
|
# ownCloud version
|
||||||
VERSION=9.0.0
|
VERSION="9.0.2"
|
||||||
|
|
||||||
# Package name for MediaGoblin dependencies
|
# Package name for MediaGoblin 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_SOUCE_SHA256="d16737510a77a81489f7c4d5e19b0756fa2ea1c5081ba174b0fec0f00da3a77c"
|
OWNCLOUD_SOUCE_SHA256="845c43fe981fa0fd07fc3708f41f1ea15ecb11c2a15c65a4de191fc85b237c74"
|
||||||
|
|
||||||
# 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