#!/bin/bash curl -Ss 'https://zircon.org.uk/topal/' \ | sed ' s,^The current release of Topal is \([0-9.]\+\) .*$,\1, t d ' \ | sort -V \ | tail -n1