diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-08-19 19:42:41 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-20 11:06:39 +0700 |
commit | 40600bab31a53d4e6a84a8edb7210b71f588ae93 (patch) | |
tree | 20395f56b69d1914940c43f13e89c4a9d9bdbf68 /desktop/slbar/slbar.SlackBuild | |
parent | f8bc4879f869bdb1cb673582a6c6c954984fecb5 (diff) |
desktop/slbar: Update for 20230928
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/slbar/slbar.SlackBuild')
-rw-r--r-- | desktop/slbar/slbar.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/slbar/slbar.SlackBuild b/desktop/slbar/slbar.SlackBuild index c269b5fa538bd..601a67f2cf214 100644 --- a/desktop/slbar/slbar.SlackBuild +++ b/desktop/slbar/slbar.SlackBuild @@ -25,12 +25,12 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=slbar -VERSION=${VERSION:-20230105} +VERSION=${VERSION:-20230928} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -COMMIT=${COMMIT:-74e915ad8b50354b2153709a41972e00556f5c7e} +COMMIT=${COMMIT:-3bc29cce75938671bbaa80699f1962de27636b1e} if [ -z "$ARCH" ]; then case "$( uname -m )" in |