diff options
author | marav <marav8@free.fr> | 2023-08-09 12:38:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-12 08:29:37 +0700 |
commit | b9acf3ca79a915d90b8d76012b102e1e533fb5c9 (patch) | |
tree | 635e2f1582f4d3644dddc10a26ce326eb6f9e572 /misc | |
parent | fe35fd933e9fa14cd9132f20c6d278977ffb6992 (diff) |
misc/bitwarden-desktop: Updated for version 2023.7.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bitwarden-desktop/bitwarden-desktop.SlackBuild | 4 | ||||
-rw-r--r-- | misc/bitwarden-desktop/bitwarden-desktop.info | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/misc/bitwarden-desktop/bitwarden-desktop.SlackBuild b/misc/bitwarden-desktop/bitwarden-desktop.SlackBuild index 551259a97d0a..b6d67932a6aa 100644 --- a/misc/bitwarden-desktop/bitwarden-desktop.SlackBuild +++ b/misc/bitwarden-desktop/bitwarden-desktop.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=bitwarden-desktop SRCNAM=bitwarden -VERSION=${VERSION:-2023.7.0} +VERSION=${VERSION:-2023.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -53,12 +53,10 @@ OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i586" ]; then DEBARCH="i386" - LIBDIRSUFFIX="" echo "This package is currently only available for 64bit." exit 1 elif [ "$ARCH" = "x86_64" ]; then DEBARCH="amd64" - LIBDIRSUFFIX="64" else echo "Package for $(uname -m) architecture is not available." exit 1 diff --git a/misc/bitwarden-desktop/bitwarden-desktop.info b/misc/bitwarden-desktop/bitwarden-desktop.info index 8b8a8ec03c18..4b2ea5fd2434 100644 --- a/misc/bitwarden-desktop/bitwarden-desktop.info +++ b/misc/bitwarden-desktop/bitwarden-desktop.info @@ -1,10 +1,10 @@ PRGNAM="bitwarden-desktop" -VERSION="2023.7.0" +VERSION="2023.7.1" HOMEPAGE="https://bitwarden.com/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/bitwarden/clients/releases/download/desktop-v2023.7.0/Bitwarden-2023.7.0-amd64.deb" -MD5SUM_x86_64="21651870212a76c901a304ac74a4a6ab" +DOWNLOAD_x86_64="https://github.com/bitwarden/clients/releases/download/desktop-v2023.7.1/Bitwarden-2023.7.1-amd64.deb" +MD5SUM_x86_64="3f11424f8e9ef30e0c1beb50ae231bb7" REQUIRES="" MAINTAINER="marav" EMAIL="marav8@free.fr" |