nixpkgs/pkgs/servers/jibri/update.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
316 B
Bash
Raw Normal View History

2021-09-09 19:16:47 +00:00
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p curl pup common-updater-scripts
set -eu -o pipefail
version="$(curl https://download.jitsi.org/stable/ | \
pup 'a[href] text{}' | \
awk -F'[_-]' '/jibri/ {printf $2"-"$3"-"$4"\n"}' | \
sort -Vu | \
2021-09-09 19:16:47 +00:00
tail -n 1)"
update-source-version jibri "$version"