#!/bin/bash curl -Ss 'https://zircon.org.uk/topal/' \ | sed ' s,^.*rel-\1.*$,\1, t d ' \ | sort -V \ | tail -n1