diff --git a/deps/gtksourceview4/gtksourceview4.SlackBuild b/deps/gtksourceview4/gtksourceview4.SlackBuild index 05491d9..e8463de 100644 --- a/deps/gtksourceview4/gtksourceview4.SlackBuild +++ b/deps/gtksourceview4/gtksourceview4.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gtksourceview4 -# Copyright 2012-2021 Willy Sudiarto Raharjo +# Copyright 2012-2024 Willy Sudiarto Raharjo # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gtksourceview4 SRCNAM=gtksourceview -VERSION=${VERSION:-4.8.1} +VERSION=${VERSION:-4.8.4} BUILD=${BUILD:-1} TAG=${TAG:-_msb} PKGTYPE=${PKGTYPE:-txz} @@ -43,11 +43,8 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/4.8/gtksourceview-4.8.1.tar.xz +wget -c http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/4.8/gtksourceview-4.8.4.tar.xz -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0