mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
misc/bitwarden-desktop: updated for 2024.6.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a07f641e8d
commit
a361547ece
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:-2024.6.0}
|
||||
VERSION=${VERSION:-2024.6.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="bitwarden-desktop"
|
||||
VERSION="2024.6.0"
|
||||
VERSION="2024.6.3"
|
||||
HOMEPAGE="https://bitwarden.com/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/bitwarden/clients/releases/download/desktop-v2024.6.0/Bitwarden-2024.6.0-amd64.deb"
|
||||
MD5SUM_x86_64="d3602d265b56f0649c7923145134e4ec"
|
||||
DOWNLOAD_x86_64="https://github.com/bitwarden/clients/releases/download/desktop-v2024.6.3/Bitwarden-2024.6.3-amd64.deb"
|
||||
MD5SUM_x86_64="382d8ec4ed96c5dcb759342d620fe51a"
|
||||
REQUIRES=""
|
||||
MAINTAINER="marav"
|
||||
EMAIL="marav8@free.fr"
|
||||
|
|
Loading…
Reference in a new issue