summary refs log tree commit diff
path: root/pkgs/tools/X11/xpra/update.sh
blob: c1b408a0beef315a7092eff0e74fc4338089a57f (plain) (blame)
1
2
3
4
5
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p curl perl common-updater-scripts

version=$(curl https://xpra.org/src/ | perl -ne 'print "$1\n" if /xpra-([[:digit:].]+)\./' | sort -V | tail -n1)
update-source-version xpra "$version"