Skip to content

Instantly share code, notes, and snippets.

@reedobrien
Created September 17, 2018 18:58
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 reedobrien/d9c9bfc369883bbccd41abe9adbf906e to your computer and use it in GitHub Desktop.
Save reedobrien/d9c9bfc369883bbccd41abe9adbf906e to your computer and use it in GitHub Desktop.
Bluejeans PKGBUILD update
diff --git a/PKGBUILD b/PKGBUILD
index 0a0eb8f..bcc8ddc 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.37.19
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=('6f441b79170fcd5cd0f32acc4ccc55e94b2bd0d3762f8278b2df43841f9249fd')
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