summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Igor Alexandrov2020-10-23 16:17:01 +0200
committer Willy Sudiarto Raharjo2020-10-23 16:17:01 +0200
commita44832d6b21b4abd1500d8a9f1712cb63c981920 (patch)
treeae66d97eb93563ae69a5a037a6d106f6e05f7522 /network
parentdc030b7742f259e58eb249066b2ed48212181d79 (diff)
downloadslackbuilds-a44832d6b21b4abd1500d8a9f1712cb63c981920.tar.gz
network/bluejeans: Updated for version 2.17.0.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/bluejeans/bluejeans.SlackBuild6
-rw-r--r--network/bluejeans/bluejeans.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/network/bluejeans/bluejeans.SlackBuild b/network/bluejeans/bluejeans.SlackBuild
index 08f04a2084..e47461723f 100644
--- a/network/bluejeans/bluejeans.SlackBuild
+++ b/network/bluejeans/bluejeans.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=bluejeans
-VERSION=${VERSION:-2.2.0}
+VERSION=${VERSION:-2.17.0.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -53,7 +53,7 @@ fi
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $PKG
-rpm2cpio $CWD/$SRCNAM.rpm | cpio -idmv
+rpm2cpio $CWD/${SRCNAM}_${VERSION}.rpm | cpio -idmv
chown -R root:root .
find -L . \
@@ -66,7 +66,7 @@ find . -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
sed -i \
- 's#Categories=AudioVideo;#Categories=Network;InstantMessaging;#' \
+ 's#Categories=AudioVideo;#Categories=Network;AudioVideo;InstantMessaging;#' \
usr/share/applications/bluejeans-v2.desktop
mkdir -p usr/{bin,doc/$PRGNAM-$VERSION}
diff --git a/network/bluejeans/bluejeans.info b/network/bluejeans/bluejeans.info
index b8e82e7181..ee8c02cf6b 100644
--- a/network/bluejeans/bluejeans.info
+++ b/network/bluejeans/bluejeans.info
@@ -1,10 +1,10 @@
PRGNAM="bluejeans"
-VERSION="2.2.0"
+VERSION="2.17.0.11"
HOMEPAGE="https://www.bluejeans.com"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://swdl.bluejeans.com/desktop-app/linux/2.2.0/BlueJeans.rpm"
-MD5SUM_x86_64="c3b733e8138484c4e520e380b5046032"
+DOWNLOAD_x86_64="https://swdl.bluejeans.com/desktop-app/linux/2.17.0/BlueJeans_2.17.0.11.rpm"
+MD5SUM_x86_64="dfee7f16fdd79ef21772f7cd55a693e3"
REQUIRES=""
MAINTAINER="Igor Alexandrov"
EMAIL="igor.alexandrov@outlook.com"