Skip to content

Instantly share code, notes, and snippets.

@pcmoore
Created March 6, 2018 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pcmoore/3052c19a5d4103a6f61b6567a7003fd9 to your computer and use it in GitHub Desktop.
Save pcmoore/3052c19a5d4103a6f61b6567a7003fd9 to your computer and use it in GitHub Desktop.
diff --git a/PKGBUILD b/PKGBUILD
index 0a0eb8f..9ae9a29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# $ curl -s https://bluejeans.com/downloads | grep 'desktop/linux'
pkgname=bluejeans
-pkgver=1.32.7
+pkgver=1.33.15
pkgrel=1
pkgdesc="BlueJeans desktop app for video calls"
arch=('x86_64')
@@ -72,7 +72,7 @@ depends=('alsa-lib'
install=bluejeans.install
source=(https://swdl.bluejeans.com/desktop/linux/${pkgver%.*}/${pkgver}/bluejeans-${pkgver}.x86_64.rpm)
-sha256sums=('3c0e37ebfbb7ffbadcbde9815c70d59c8efb1825fdcd170629b95b2b49de1ef6')
+sha256sums=('f23eef2a6cb502f2e65090dc50b45e30e0cb045dba8024bb83ee74483b260f12')
package() {
# add bluejeans wrapper to /usr/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment