diff options
author | B. Watson <yalhcru@gmail.com> | 2017-08-27 13:25:28 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-02 10:24:38 +0100 |
commit | 6cf7c579422abdebc61b2dac029b2def7e37cd87 (patch) | |
tree | f19c0e7be39240533dd93a32644b5ea9e47db364 /network/uget/uget.SlackBuild | |
parent | 86e7ec84264d68d1a55143d033b10b73dad01474 (diff) | |
download | slackbuilds-6cf7c579422abdebc61b2dac029b2def7e37cd87.tar.gz |
network/uget: Updated for version 2.0.10.
Signed-off-by: B. Watson <yalhcru@gmail.com>
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 ff7fcccee7..8ed85fd309 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} |