diff options
author | marav <marav8@free.fr> | 2022-10-14 00:18:41 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-15 10:47:31 +0700 |
commit | becb65e515d0831d3bec23b36624bdb0f605899e (patch) | |
tree | c94885f9d06bbe44d196e19afdb3a0e014732c56 /misc/bitwarden-desktop/bitwarden-desktop.SlackBuild | |
parent | ef49a5800680bb578e9057dde8c3edbca95b7d4c (diff) |
misc/bitwarden-desktop: Updated for version 2022.10.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/bitwarden-desktop/bitwarden-desktop.SlackBuild')
-rw-r--r-- | misc/bitwarden-desktop/bitwarden-desktop.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/bitwarden-desktop/bitwarden-desktop.SlackBuild b/misc/bitwarden-desktop/bitwarden-desktop.SlackBuild index e743a6ceca..23b709febd 100644 --- a/misc/bitwarden-desktop/bitwarden-desktop.SlackBuild +++ b/misc/bitwarden-desktop/bitwarden-desktop.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Slackware build script for element-desktop +# Slackware build script for bitwarden-desktop # # Copyright 2022 marav, Paris, FR # All rights reserved. @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=bitwarden-desktop SRCNAM=bitwarden -VERSION=${VERSION:-2022.9.1} +VERSION=${VERSION:-2022.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |