blob: 2584505b104ddee4018c8dbfc26b6b450d29ec9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/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
|