summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author marav2023-07-28 13:28:22 +0200
committer Willy Sudiarto Raharjo2023-07-29 03:13:31 +0200
commit07c664afb2ac97678aa6e2d83df14b548012f7cc (patch)
tree39d94ca1e03df5a3840b167a299d7f22b751d015 /misc
parent6050baae800549be303a5bfdcf8c1f9bf1f474cc (diff)
downloadslackbuilds-07c664afb2ac97678aa6e2d83df14b548012f7cc.tar.gz
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.SlackBuild2
-rw-r--r--misc/bitwarden-desktop/bitwarden-desktop.info6
-rw-r--r--misc/bitwarden-desktop/doinst.sh1
3 files changed, 4 insertions, 5 deletions
diff --git a/misc/bitwarden-desktop/bitwarden-desktop.SlackBuild b/misc/bitwarden-desktop/bitwarden-desktop.SlackBuild
index 60f1989dfe..551259a97d 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 820865a855..8b8a8ec03c 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 7d010b535a..7c2b4d5242 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