diff options
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} |