diff options
author | B. Watson <yalhcru@gmail.com> | 2018-06-12 03:56:57 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-14 01:14:26 +0100 |
commit | d82405996ae905d1440583c1c00b6b33ae77ee6c (patch) | |
tree | e986cffb6cbd1f62a117ce215a0e6187499a6ff7 /network/uget/uget.SlackBuild | |
parent | 57ebe4b87d469b21187d59953b8a0e4465f1b154 (diff) |
network/uget: Updated for version 2.2.1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/uget/uget.SlackBuild')
-rw-r--r-- | network/uget/uget.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/network/uget/uget.SlackBuild b/network/uget/uget.SlackBuild index 7a09d7e9ec084..cda99f41d81d1 100644 --- a/network/uget/uget.SlackBuild +++ b/network/uget/uget.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20180612 bkw: update for 2.2.1 + # 20180109 bkw: # - update for 2.2.0 # - get rid of ARIA2 variable, since it's become a runtime dep @@ -34,7 +36,7 @@ # - don't install empty AUTHORS and ChangeLog PRGNAM=uget -VERSION=${VERSION:-2.2.0} +VERSION=${VERSION:-2.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |