bluejeans-gui: fixup for #140837 getting version from upstream (#140852)

This commit is contained in:
John Colvin 2021-10-07 11:50:10 +01:00 committed by GitHub
parent 709b594db4
commit 39ca16748a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,8 @@ set -eu -o pipefail
version="$(curl -Ls https://www.bluejeans.com/downloads | \
pup 'a[href$=".rpm"] attr{href}' | \
# output contains app and events
grep "desktop-app" | \
awk -F'[ ._ ]' '{printf $6"."$7"."$8"."$9"\n"}')"
update-source-version bluejeans-gui "$version"