1 #!/usr/bin/env nix-shell
2 #!nix-shell -i bash -p curl pup common-updater-scripts
6 version
="$(curl -Ls https://www.bluejeans.com/downloads | \
7 pup 'a[href$=".rpm
"] attr{href}' | \
8 # output contains app and events
10 awk -F'[ ._ ]' '{printf $6".
"$7".
"$8".
"$9"\n"}')"
12 update-source-version bluejeans-gui
"$version"