network/bluejeans: Updated for version 2.17.0.11.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Igor Alexandrov 2020-10-23 21:17:01 +07:00 committed by Willy Sudiarto Raharjo
parent dc030b7742
commit a44832d6b2
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View File

@ -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}

View File

@ -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"