From 3814d36b6bb0d05b0509e143b2403bf81cdab8c7 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Mon, 15 Jun 2015 13:28:54 +0200 Subject: [PATCH] retrieve latest version number from upstream, thanks duganchen --- xap/calibre/calibre.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xap/calibre/calibre.SlackBuild b/xap/calibre/calibre.SlackBuild index 602fe22c..8d7ec5f0 100755 --- a/xap/calibre/calibre.SlackBuild +++ b/xap/calibre/calibre.SlackBuild @@ -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}