mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/nextcloud-desktop: update 3.12.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c64736fe50
commit
9a06d46632
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Nextcloud Desktop Client
|
||||
|
||||
# Copyright 2022-2023 Andrew Payne <phalange@komputermatrix.com>
|
||||
# Copyright 2022-2024 Andrew Payne <phalange@komputermatrix.com>
|
||||
# Copyright 2017-2018 Rodrigo Gimenez <estrod@zoho.com>, Argentina
|
||||
# Copyright 2016-2018 Chris Abela <kristofru@gmail.com>, Malta
|
||||
# Copyright 2013-2016 Christopher Walker Copperas Cove, TX
|
||||
|
@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=nextcloud-desktop
|
||||
SRCNAM=desktop
|
||||
VERSION=${VERSION:-3.12.0}
|
||||
VERSION=${VERSION:-3.12.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="nextcloud-desktop"
|
||||
VERSION="3.12.0"
|
||||
VERSION="3.12.1"
|
||||
HOMEPAGE="https://nextcloud.com/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/nextcloud/desktop/archive/refs/tags/v3.12.0/desktop-3.12.0.tar.gz"
|
||||
MD5SUM_x86_64="0afb7015cb4ebf700b36b329da0ae0a0"
|
||||
DOWNLOAD_x86_64="https://github.com/nextcloud/desktop/archive/refs/tags/v3.12.1/desktop-3.12.1.tar.gz"
|
||||
MD5SUM_x86_64="523a99455aae000d2a4d5937ee5a2e64"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Andrew Payne"
|
||||
EMAIL="phalange@komputermatrix.com"
|
||||
|
|
Loading…
Reference in a new issue