diff options
Diffstat (limited to 'network')
-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 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} diff --git a/network/uget/uget.info b/network/uget/uget.info index 35c636e3f7..5db3fb723a 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="" |