diff options
Diffstat (limited to 'network/uget')
-rw-r--r-- | network/uget/uget.SlackBuild | 4 | ||||
-rw-r--r-- | network/uget/uget.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/network/uget/uget.SlackBuild b/network/uget/uget.SlackBuild index 7a09d7e9ec..cda99f41d8 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} diff --git a/network/uget/uget.info b/network/uget/uget.info index 407a2e561f..bcd526afc1 100644 --- a/network/uget/uget.info +++ b/network/uget/uget.info @@ -1,8 +1,8 @@ PRGNAM="uget" -VERSION="2.2.0" +VERSION="2.2.1" HOMEPAGE="http://ugetdm.com" -DOWNLOAD="http://downloads.sourceforge.net/project/urlget/uget%20%28stable%29/2.2.0/uget-2.2.0.tar.gz" -MD5SUM="0038d6fa33c61b778c35afea914b96e2" +DOWNLOAD="http://downloads.sourceforge.net/project/urlget/uget%20%28stable%29/2.2.1/uget-2.2.1.tar.gz" +MD5SUM="ef00e0d9a63051d553c4699192274db2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |