mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
misc/bistwarden-desktop: Updated for version 2023.12.0
Signed-off-by: David Jagu <marav8@free.fr> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
52c5dbf022
commit
0bb7baea1a
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.10.1}
|
||||
VERSION=${VERSION:-2023.12.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="bitwarden-desktop"
|
||||
VERSION="2023.10.1"
|
||||
VERSION="2023.12.0"
|
||||
HOMEPAGE="https://bitwarden.com/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/bitwarden/clients/releases/download/desktop-v2023.10.1/Bitwarden-2023.10.1-amd64.deb"
|
||||
MD5SUM_x86_64="5bb911d1fd8e3bf2d76529d0f62bbe8f"
|
||||
DOWNLOAD_x86_64="https://github.com/bitwarden/clients/releases/download/desktop-v2023.12.0/Bitwarden-2023.12.0-amd64.deb"
|
||||
MD5SUM_x86_64="01321db8c82d9633c99b5952fe655e42"
|
||||
REQUIRES=""
|
||||
MAINTAINER="marav"
|
||||
EMAIL="marav8@free.fr"
|
||||
|
|
Loading…
Reference in a new issue