diff options
author | marav <marav8@free.fr> | 2023-07-28 20:28:22 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-29 08:13:31 +0700 |
commit | 07c664afb2ac97678aa6e2d83df14b548012f7cc (patch) | |
tree | 39d94ca1e03df5a3840b167a299d7f22b751d015 /misc | |
parent | 6050baae800549be303a5bfdcf8c1f9bf1f474cc (diff) |
misc/bitwarden-desktop: Updated for version 2023.7.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bitwarden-desktop/bitwarden-desktop.SlackBuild | 2 | ||||
-rw-r--r-- | misc/bitwarden-desktop/bitwarden-desktop.info | 6 | ||||
-rw-r--r-- | misc/bitwarden-desktop/doinst.sh | 1 |
3 files changed, 4 insertions, 5 deletions
diff --git a/misc/bitwarden-desktop/bitwarden-desktop.SlackBuild b/misc/bitwarden-desktop/bitwarden-desktop.SlackBuild index 60f1989dfe08..551259a97d0a 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.5.1} +VERSION=${VERSION:-2023.7.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 820865a855d8..8b8a8ec03c18 100644 --- a/misc/bitwarden-desktop/bitwarden-desktop.info +++ b/misc/bitwarden-desktop/bitwarden-desktop.info @@ -1,10 +1,10 @@ PRGNAM="bitwarden-desktop" -VERSION="2023.5.1" +VERSION="2023.7.0" HOMEPAGE="https://bitwarden.com/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/bitwarden/clients/releases/download/desktop-v2023.5.1/Bitwarden-2023.5.1-amd64.deb" -MD5SUM_x86_64="e743b67558b372a8bfa2a88a27c3001e" +DOWNLOAD_x86_64="https://github.com/bitwarden/clients/releases/download/desktop-v2023.7.0/Bitwarden-2023.7.0-amd64.deb" +MD5SUM_x86_64="21651870212a76c901a304ac74a4a6ab" REQUIRES="" MAINTAINER="marav" EMAIL="marav8@free.fr" diff --git a/misc/bitwarden-desktop/doinst.sh b/misc/bitwarden-desktop/doinst.sh index 7d010b535aed..7c2b4d524234 100644 --- a/misc/bitwarden-desktop/doinst.sh +++ b/misc/bitwarden-desktop/doinst.sh @@ -2,7 +2,6 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi -# If other icon themes are installed, then add to/modify this as needed if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then if [ -x /usr/bin/gtk-update-icon-cache ]; then /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 |