aboutsummaryrefslogtreecommitdiff
path: root/network/uget/uget.SlackBuild
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2012-12-29 20:48:59 -0500
committerdsomero <xgizzmo@slackbuilds.org>2012-12-29 22:25:37 -0500
commit9c14ae1002ec6421989e503839e8f31e4cafba78 (patch)
treee7c4008201df268f5dbd89b10cf41652d35e7be3 /network/uget/uget.SlackBuild
parent08e4d65c731d687e5acbf140b855584b9b6fb7b2 (diff)
downloadslackbuilds-9c14ae1002ec6421989e503839e8f31e4cafba78.tar.xz
network/uget: Updated for version 1.10.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/uget/uget.SlackBuild')
-rw-r--r--network/uget/uget.SlackBuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/network/uget/uget.SlackBuild b/network/uget/uget.SlackBuild
index a77dad223047..514e5742f455 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