mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/nextcloud-server: Updated for version 29.0.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0068f2d957
commit
95820dc0ba
2 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=nextcloud-server
|
||||
SRCNAM=nextcloud
|
||||
VERSION=${VERSION:-29.0.8}
|
||||
VERSION=${VERSION:-29.0.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nextcloud-server"
|
||||
VERSION="29.0.8"
|
||||
VERSION="29.0.9"
|
||||
HOMEPAGE="https://nextcloud.com/"
|
||||
DOWNLOAD="https://download.nextcloud.com/server/releases/nextcloud-29.0.8.tar.bz2"
|
||||
MD5SUM="8fbdb9c6598ca8375c534891b9b27bd1"
|
||||
DOWNLOAD="https://download.nextcloud.com/server/releases/nextcloud-29.0.9.tar.bz2"
|
||||
MD5SUM="f91a94b33e850c0f3a0ff0c4e93418fe"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue