Created
September 17, 2018 18:58
-
-
Save reedobrien/d9c9bfc369883bbccd41abe9adbf906e to your computer and use it in GitHub Desktop.
Bluejeans PKGBUILD update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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