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 ff7fcccee72a..8ed85fd3095f 100644 --- a/network/uget/uget.SlackBuild +++ b/network/uget/uget.SlackBuild @@ -6,6 +6,9 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20170827 bkw: +# - update for 2.0.10 + # 20170324 bkw: # - update for 2.0.9 # - AUTHORS no longer empty, include in package @@ -24,7 +27,7 @@ # - don't install empty AUTHORS and ChangeLog PRGNAM=uget -VERSION=${VERSION:-2.0.9} +VERSION=${VERSION:-2.0.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |