development/meld3: Updated for version 3.20.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2019-01-07 11:01:20 +07:00
parent 6358aa8268
commit c989db97bc
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for meld3
# Copyright 2014-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2014-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
PRGNAM=meld3
SRCNAM=meld
VERSION=${VERSION:-3.18.3}
VERSION=${VERSION:-3.20.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="meld3"
VERSION="3.18.3"
VERSION="3.20.0"
HOMEPAGE="http://meldmerge.org/"
DOWNLOAD="https://download.gnome.org/sources/meld/3.18/meld-3.18.3.tar.xz"
MD5SUM="81ab217622f856ee014f6b6c47a198f2"
DOWNLOAD="https://download.gnome.org/sources/meld/3.20/meld-3.20.0.tar.xz"
MD5SUM="5b856d5690477c578b0b768c60b162ca"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gtksourceview3 pygobject3-python3"