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 | |
parent | 86e7ec84264d68d1a55143d033b10b73dad01474 (diff) |
network/uget: Updated for version 2.0.10.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | network/uget/uget.SlackBuild | 5 | ||||
-rw-r--r-- | network/uget/uget.info | 6 |
2 files changed, 7 insertions, 4 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} diff --git a/network/uget/uget.info b/network/uget/uget.info index 35c636e3f77b..5db3fb723aad 100644 --- a/network/uget/uget.info +++ b/network/uget/uget.info @@ -1,8 +1,8 @@ PRGNAM="uget" -VERSION="2.0.9" +VERSION="2.0.10" HOMEPAGE="http://ugetdm.com" -DOWNLOAD="http://downloads.sourceforge.net/project/urlget/uget%20%28stable%29/2.0.9/uget-2.0.9.tar.gz" -MD5SUM="0647d55c959d6a9bd9b09f166e63fc29" +DOWNLOAD="http://downloads.sourceforge.net/project/urlget/uget%20%28stable%29/2.0.10/uget-2.0.10.tar.gz" +MD5SUM="d18053df44743dc3dc6f6f5838698392" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |