gtksourceview3: Upgraded to 3.24.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-04-27 21:01:09 +07:00
parent 97be99f7a0
commit e86c00920a
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -2,7 +2,7 @@
# Slackware build script for gtksourceview3
# Copyright 2012-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2012-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -26,7 +26,7 @@
PRGNAM=gtksourceview3
SRCNAM=gtksourceview
VERSION=${VERSION:-3.18.4}
VERSION=${VERSION:-3.24.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_msb}
@ -38,7 +38,7 @@ if [ -z "$ARCH" ]; then
esac
fi
wget -c ftp://ftp.gnome.org/pub/GNOME/sources/gtksourceview/3.18/$SRCNAM-$VERSION.tar.xz
wget -c https://download.gnome.org/sources/$PRGNAM/3.24/$PRGNAM-$VERSION.tar.xz
CWD=$(pwd)
TMP=${TMP:-/tmp/msb}