#!/bin/bash curl -Ss 'https://files.openscad.org/' \ | sed ' s@^.*openscad-\1\.src\.tar\.gz.*$@\1@ t d ' \ | sort -V \ | tail -n1