Files
Yurii Matsiuk 4be685dbdd bluejeans: add update script
(cherry picked from commit ba379085a0c36a853979a4bdc0b42b0482318276)
2021-06-18 14:15:49 +00:00

13 lines
369 B
Bash
Executable File

#!/usr/bin/env nix-shell
#!nix-shell -i bash -p curl pup common-updater-scripts
set -eu -o pipefail
version="$(curl -Ls https://www.bluejeans.com/download | \
pup 'a[aria-label~="Linux"] attr{href}' | \
#output contains *.deb and *.rpm
grep "\.rpm" | \
awk -F'[ ._ ]' '{printf $6"."$7"."$8"."$9"\n"}')"
update-source-version bluejeans-gui "$version"