summaryrefslogtreecommitdiffstats
path: root/network/uget/uget.SlackBuild
diff options
context:
space:
mode:
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 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