#!/bin/bash curl -Ss 'https://www.riverbankcomputing.com/software/qscintilla/download' \ | sed ' s@^.*.*$@\1@ t d ' \ | sort -V \ | tail -n1