diff options
author | B. Watson <yalhcru@gmail.com> | 2016-07-27 01:36:01 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:55 +0700 |
commit | 171c3d9b6a283c964e77520c93f80dde2b0db0a5 (patch) | |
tree | 0a536b3aaea37a245838e16cfe067292bb954893 /network/uget/uget.SlackBuild | |
parent | 24d6a47d907bbcd633b9516d552679609285488c (diff) |
network/uget: Updated for version 2.0.8.
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} |