mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
This commit is contained in:
parent
709b594db4
commit
39ca16748a
@ -5,6 +5,8 @@ set -eu -o pipefail
|
|||||||
|
|
||||||
version="$(curl -Ls https://www.bluejeans.com/downloads | \
|
version="$(curl -Ls https://www.bluejeans.com/downloads | \
|
||||||
pup 'a[href$=".rpm"] attr{href}' | \
|
pup 'a[href$=".rpm"] attr{href}' | \
|
||||||
|
# output contains app and events
|
||||||
|
grep "desktop-app" | \
|
||||||
awk -F'[ ._ ]' '{printf $6"."$7"."$8"."$9"\n"}')"
|
awk -F'[ ._ ]' '{printf $6"."$7"."$8"."$9"\n"}')"
|
||||||
|
|
||||||
update-source-version bluejeans-gui "$version"
|
update-source-version bluejeans-gui "$version"
|
||||||
|
Loading…
Reference in New Issue
Block a user