From becb65e515d0831d3bec23b36624bdb0f605899e Mon Sep 17 00:00:00 2001 From: marav Date: Fri, 14 Oct 2022 00:18:41 +0100 Subject: [PATCH] misc/bitwarden-desktop: Updated for version 2022.10.0. Signed-off-by: Willy Sudiarto Raharjo --- misc/bitwarden-desktop/bitwarden-desktop.SlackBuild | 4 ++-- misc/bitwarden-desktop/bitwarden-desktop.info | 6 +++--- 2 files changed, 5 insertions(+), 5 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} diff --git a/misc/bitwarden-desktop/bitwarden-desktop.info b/misc/bitwarden-desktop/bitwarden-desktop.info index b313604143..3c3a55c634 100644 --- a/misc/bitwarden-desktop/bitwarden-desktop.info +++ b/misc/bitwarden-desktop/bitwarden-desktop.info @@ -1,10 +1,10 @@ PRGNAM="bitwarden-desktop" -VERSION="2022.9.1" +VERSION="2022.10.0" HOMEPAGE="https://bitwarden.com/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/bitwarden/clients/releases/download/desktop-v2022.9.1/Bitwarden-2022.9.1-amd64.deb" -MD5SUM_x86_64="120cf3d68ffa02e7122512bd8c64b7ff" +DOWNLOAD_x86_64="https://github.com/bitwarden/clients/releases/download/desktop-v2022.10.0/Bitwarden-2022.10.0-amd64.deb" +MD5SUM_x86_64="c58254587edda71c66fbe59c0a39711a" REQUIRES="" MAINTAINER="marav" EMAIL="marav8@free.fr"