diff options
Diffstat (limited to 'network/uget/uget.SlackBuild')
-rw-r--r-- | network/uget/uget.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/network/uget/uget.SlackBuild b/network/uget/uget.SlackBuild index 250e50eea8ed4..e07b13e46c647 100644 --- a/network/uget/uget.SlackBuild +++ b/network/uget/uget.SlackBuild @@ -16,8 +16,11 @@ # - install developer docs doc/*.txt # - don't install empty AUTHORS and ChangeLog +# 20160727 bkw: +# - upgrade to 2.0.8 + PRGNAM=uget -VERSION=${VERSION:-2.0.1} +VERSION=${VERSION:-2.0.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |