diff options
Diffstat (limited to 'libraries/libsvm/libsvm.SlackBuild')
-rw-r--r-- | libraries/libsvm/libsvm.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/libsvm/libsvm.SlackBuild b/libraries/libsvm/libsvm.SlackBuild index e222210b9e..6e71323423 100644 --- a/libraries/libsvm/libsvm.SlackBuild +++ b/libraries/libsvm/libsvm.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libsvm -# Copyright 2024 Giancarlo Dessi, Cagliari, IT +# Copyright 2024-2025 Giancarlo Dessi, Cagliari, IT # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libsvm -VERSION=${VERSION:-3.35} +VERSION=${VERSION:-3.36} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |