diff options
author | B. Watson <yalhcru@gmail.com> | 2012-12-29 20:48:59 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-29 22:25:37 -0500 |
commit | 9c14ae1002ec6421989e503839e8f31e4cafba78 (patch) | |
tree | e7c4008201df268f5dbd89b10cf41652d35e7be3 /network/uget | |
parent | 08e4d65c731d687e5acbf140b855584b9b6fb7b2 (diff) | |
download | slackbuilds-9c14ae1002ec6421989e503839e8f31e4cafba78.tar.gz |
network/uget: Updated for version 1.10.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/uget')
-rw-r--r-- | network/uget/uget.SlackBuild | 8 | ||||
-rw-r--r-- | network/uget/uget.info | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/network/uget/uget.SlackBuild b/network/uget/uget.SlackBuild index a77dad2230..514e5742f4 100644 --- a/network/uget/uget.SlackBuild +++ b/network/uget/uget.SlackBuild @@ -4,8 +4,10 @@ # Written by Morten Juhl-Johansen Zölde-Fejér <mjjzf@syntaktisk.dk> # Updated by B. Watson <yalhcru@gmail.com> +# Licensed under the WTFPL. See http://sam.zoy.org/wtfpl/ for details. + PRGNAM=uget -VERSION=1.8.0 +VERSION=1.10.2 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -50,10 +52,6 @@ chmod -R u+w,go+r-w,a-s . # Prevent segfaults in Curl_resolv_timeout() patch -p1 < $CWD/curlopt_nosignal.diff -# At the time of this writing, the SBo aria2 package is 1.9.1. The -# uget docs say: -# "Some features will not work if you use aria2 plug-in with aria2 <= 1.9." -# Caveat construor. if [ "${ARIA2:-yes}" = "no" ]; then ARIAFLAG="--disable-plugin-aria2" fi diff --git a/network/uget/uget.info b/network/uget/uget.info index e952d077e9..154439f813 100644 --- a/network/uget/uget.info +++ b/network/uget/uget.info @@ -1,8 +1,8 @@ PRGNAM="uget" -VERSION="1.8.0" +VERSION="1.10.2" HOMEPAGE="http://uget.visuex.com/" -DOWNLOAD="http://downloads.sourceforge.net/urlget/uget-1.8.0.tar.gz" -MD5SUM="2e0ad66ecdd0104b8fb27b29fdb44df1" +DOWNLOAD="http://downloads.sourceforge.net/urlget/uget-1.10.2.tar.gz" +MD5SUM="c766e94fcf12e4b425c53c7c598fd702" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |