diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-10-11 00:00:42 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-12 11:34:36 +0700 |
commit | f85b700b64ce7812a166baad5e0790cd789375b7 (patch) | |
tree | 014e19688431a15483f3788a7369530190b5d324 /system | |
parent | ef6e4d690823c100f24d7e193ba600ed64ecfced (diff) |
system/powerline-fonts: Updated for version 2.8.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/powerline-fonts/powerline-fonts.SlackBuild | 8 | ||||
-rw-r--r-- | system/powerline-fonts/powerline-fonts.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/system/powerline-fonts/powerline-fonts.SlackBuild b/system/powerline-fonts/powerline-fonts.SlackBuild index bd021d6b60a9a..b698e521b2548 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} diff --git a/system/powerline-fonts/powerline-fonts.info b/system/powerline-fonts/powerline-fonts.info index dad4bd5286be5..6268d132f3319 100644 --- a/system/powerline-fonts/powerline-fonts.info +++ b/system/powerline-fonts/powerline-fonts.info @@ -1,8 +1,8 @@ PRGNAM="powerline-fonts" -VERSION="2.8.3" +VERSION="2.8.4" HOMEPAGE="https://github.com/powerline/powerline" -DOWNLOAD="https://github.com/powerline/powerline/archive/2.8.3/powerline-2.8.3.tar.gz" -MD5SUM="d524df603bf7144cc2ccd5dcbfc5e982" +DOWNLOAD="https://github.com/powerline/powerline/archive/2.8.4/powerline-2.8.4.tar.gz" +MD5SUM="59ad22961ed0e97014d476431586aba9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |