#!/bin/bash curl -Ss 'https://github.com/ukoethe/vigra/releases/' | \ tr '<>' '\n' | \ sed ' s@^Version \([0-9.]\+\)$@\1@ t d ' | \ sort -V | \ tail -n1