diff options
Diffstat (limited to 'graphics/xviewer/xviewer.SlackBuild')
-rw-r--r-- | graphics/xviewer/xviewer.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xviewer/xviewer.SlackBuild b/graphics/xviewer/xviewer.SlackBuild index 4bae60db87..efdba84e2a 100644 --- a/graphics/xviewer/xviewer.SlackBuild +++ b/graphics/xviewer/xviewer.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xviewer -# Copyright 2024 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2024-2025 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xviewer -VERSION=${VERSION:-3.4.6} +VERSION=${VERSION:-3.4.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |