network/nextcloud-desktop: Fix Tarball.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
badb9f2436
commit
b9d3d14940
|
@ -121,4 +121,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
|
|||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
|
||||
|
|
|
@ -3,7 +3,7 @@ VERSION="3.4.4"
|
|||
HOMEPAGE="https://nextcloud.com/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/nextcloud/desktop/archive/refs/tags/v3.4.4.tar.gz"
|
||||
DOWNLOAD_x86_64="https://github.com/nextcloud/desktop/archive/refs/tags/v3.4.3/desktop-3.4.4.tar.gz"
|
||||
MD5SUM_x86_64="57ac70607a16c1e7ade2d53c5da4330f"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Andrew Payne"
|
||||
|
|
Loading…
Reference in New Issue