retrieve latest version number from upstream, thanks duganchen

This commit is contained in:
Gwenhael Le Moine 2015-06-15 13:28:54 +02:00
parent 9c928d485b
commit 3814d36b6b

View file

@ -3,7 +3,7 @@
CWD=$(pwd)
PRGNAM=$(basename $CWD)
VERSION=${VERSION:-2.28.0}
VERSION=${VERSION:-$(wget -O - -o /dev/null http://status.calibre-ebook.com/latest)}
ARCH=$(uname -m)
BUILD=${BUILD:-1}
TAG=${TAG:-cyco}