mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
misc/bitwarden-desktop: Updated for version 2023.9.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c9233288d3
commit
62126dedb8
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=bitwarden-desktop
|
||||
SRCNAM=bitwarden
|
||||
VERSION=${VERSION:-2023.8.4}
|
||||
VERSION=${VERSION:-2023.9.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="bitwarden-desktop"
|
||||
VERSION="2023.8.4"
|
||||
VERSION="2023.9.1"
|
||||
HOMEPAGE="https://bitwarden.com/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/bitwarden/clients/releases/download/desktop-v2023.8.4/Bitwarden-2023.8.4-amd64.deb"
|
||||
MD5SUM_x86_64="983c16d59b4da49c2a90146a40b8080f"
|
||||
DOWNLOAD_x86_64="https://github.com/bitwarden/clients/releases/download/desktop-v2023.9.1/Bitwarden-2023.9.1-amd64.deb"
|
||||
MD5SUM_x86_64="bc9aadc8ab8ab60e0aac90bdb0968328"
|
||||
REQUIRES=""
|
||||
MAINTAINER="marav"
|
||||
EMAIL="marav8@free.fr"
|
||||
|
|
Loading…
Reference in a new issue