diff options
Diffstat (limited to 'system/sakura/sakura.SlackBuild')
-rw-r--r-- | system/sakura/sakura.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/sakura/sakura.SlackBuild b/system/sakura/sakura.SlackBuild index f499fbf5c04f3..63d31a78944d7 100644 --- a/system/sakura/sakura.SlackBuild +++ b/system/sakura/sakura.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for sakura -# Copyright 2022 Andrew Payne <phalange@komputermatrix.com> +# Copyright 2022-2024 Andrew Payne <phalange@komputermatrix.com> # Copyright 2017 Donald Cooley South Haven, IN USA # Updated by Eugene Wissner <eugen@flevum.de> # Updated by Kristaps Esterlins <esterlinsh[at]gmail.com> @@ -28,8 +28,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sakura -SRCNAM=SAKURA_3_8_7 -VERSION=${VERSION:-3.8.7} +SRCNAM=SAKURA_3_8_8 +VERSION=${VERSION:-3.8.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |