diff options
Diffstat (limited to 'system/powerline-fonts/powerline-fonts.SlackBuild')
-rw-r--r-- | system/powerline-fonts/powerline-fonts.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/powerline-fonts/powerline-fonts.SlackBuild b/system/powerline-fonts/powerline-fonts.SlackBuild index bd021d6b60a9..b698e521b254 100644 --- a/system/powerline-fonts/powerline-fonts.SlackBuild +++ b/system/powerline-fonts/powerline-fonts.SlackBuild @@ -1,8 +1,8 @@ #!/bin/bash -# Slackware build script for powerline-status +# Slackware build script for powerline-fonts -# Copyright 2023 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2023-2024 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,8 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=powerline-fonts -VERSION=${VERSION:-2.8.3} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.8.4} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |