mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/meld3: Updated for version 3.22.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7dc94cf747
commit
baf9e6501d
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=meld3
|
||||
SRCNAM=meld
|
||||
VERSION=${VERSION:-3.22.1}
|
||||
VERSION=${VERSION:-3.22.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="meld3"
|
||||
VERSION="3.22.1"
|
||||
VERSION="3.22.2"
|
||||
HOMEPAGE="http://meldmerge.org/"
|
||||
DOWNLOAD="https://download.gnome.org/sources/meld/3.22/meld-3.22.1.tar.xz"
|
||||
MD5SUM="5cc5f940994aafbcc7413e5c88424ced"
|
||||
DOWNLOAD="https://download.gnome.org/sources/meld/3.22/meld-3.22.2.tar.xz"
|
||||
MD5SUM="89cbf062f9c0b49618ff2ccd33285077"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gtksourceview4"
|
||||
|
|
Loading…
Reference in a new issue