1 #!/usr/bin/env nix-shell
2 #!nix-shell -i bash -p curl pup common-updater-scripts
6 version
="$(curl https://download.jitsi.org/stable/ | \
7 pup 'a[href] text{}' | \
8 awk -F'[_-]' '/jibri/ {printf $2"-"$3"-"$4"\n"}' | \
12 update-source-version jibri
"$version"