#!/bin/bash # http://downloads.sourceforge.net/${name}voip/$name-$version.tar.bz2 curl -Ss 'https://downloads.sourceforge.net/opalvoip/' #| \ # grep 'href' | \ # tr '"' '\n' | \ # grep '^/projects/xmedcon/files/XMedCon-Source/[0-9.]\+/$' | \ # cut -d/ -f6 | \ # sort -V | \ # tail -n1