summaryrefslogtreecommitdiffstats
path: root/network/MEGAsync/MEGAsync.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2020-06-14 18:31:09 +0200
committer Matteo Bernardini2020-06-14 18:31:09 +0200
commit977fd852aafb94712c78db12c97ba4ced4640683 (patch)
tree9b29826e40c0ce96afb9da011a23b67ff2e440fd /network/MEGAsync/MEGAsync.SlackBuild
parentf60e7c8a3ae6e8bca512899b691794a888c519a8 (diff)
downloadslackbuilds-current-20200614.1.tar.gz
20200614.1 global branch merge.current-20200614.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/MEGAsync/MEGAsync.SlackBuild')
-rw-r--r--network/MEGAsync/MEGAsync.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/network/MEGAsync/MEGAsync.SlackBuild b/network/MEGAsync/MEGAsync.SlackBuild
index d15a188abf..abc655a6c3 100644
--- a/network/MEGAsync/MEGAsync.SlackBuild
+++ b/network/MEGAsync/MEGAsync.SlackBuild
@@ -24,8 +24,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=MEGAsync
-VERSION=${VERSION:-3.7.1.0}
-SDK=${SDK:-ce7b5f0b390a02ffd1fbfbac741deb5294f7a5df}
+VERSION=${VERSION:-4.2.5.0}
+SDK=${SDK:-3.6.2b}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -73,6 +73,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+patch -p1 < $CWD/fix-double-declaration-of-tgkill.patch
+
cd src/MEGASync/mega
./autogen.sh
CFLAGS="$SLKCFLAGS" \