network/megasync: Updated for version 2.0.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2015-03-12 21:24:29 +07:00
parent 7990905177
commit 7fc4077c7c
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for megasync
# Copyright 2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2014-2015 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=megasync
VERSION=${VERSION:-1.0.37}
VERSION=${VERSION:-2.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="megasync"
VERSION="1.0.37"
HOMEPAGE="https://mega.co.nz"
DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/megasync/megasync-Debian_7.0_i386.deb"
MD5SUM="d774a057623014ca0190498dcdb6ce47"
DOWNLOAD_x86_64="http://sourceforge.net/projects/slackbuildsdirectlinks/files/megasync/megasync-Debian_7.0_amd64.deb"
MD5SUM_x86_64="a4ec66f9f5d88964474488d4c07afead"
DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/megasync/2.0.0/megasync-Debian_7.0_i386.deb"
MD5SUM="161855aacbbf736791ad8a39a0d3c2d0"
DOWNLOAD_x86_64="http://sourceforge.net/projects/slackbuildsdirectlinks/files/megasync/2.0.0/megasync-Debian_7.0_amd64.deb"
MD5SUM_x86_64="fd39456080e087cf1c46d91fb67fad13"
REQUIRES="c-ares cryptopp"
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"