diff options
Diffstat (limited to 'academic/Kst/Kst.SlackBuild')
-rw-r--r-- | academic/Kst/Kst.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/academic/Kst/Kst.SlackBuild b/academic/Kst/Kst.SlackBuild index 839568e275e21..44e4fea74bac8 100644 --- a/academic/Kst/Kst.SlackBuild +++ b/academic/Kst/Kst.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for Kst -# Copyright 2014-2022 Fellype do Nascimento, Guaratingueta, Brazil +# Copyright 2014-2023 Fellype do Nascimento, Guaratingueta, Brazil # SBo team have contributed to the maintenance of this build script :) # # Based on Slackware 15.0 SlackBuild and AUR PKGBUILD for Kst @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=Kst -VERSION=${VERSION:-20220116_2b8e03e} +VERSION=${VERSION:-20221025_5fdd819} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |