aboutsummaryrefslogtreecommitdiff
path: root/network/uget/uget.SlackBuild
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2014-03-12 07:01:43 +0700
committerErik Hanson <erik@slackbuilds.org>2014-03-12 12:42:51 -0500
commita8945a06d5f8e91d7abbbe1a71154bf727e986b2 (patch)
tree510aaf1cc95c3e91008d8da5817486d845647634 /network/uget/uget.SlackBuild
parent902fe0d0ba04091185f846486b4a0c20aaf8f5d8 (diff)
network/uget: Updated for version 1.10.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/uget/uget.SlackBuild')
-rw-r--r--network/uget/uget.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/network/uget/uget.SlackBuild b/network/uget/uget.SlackBuild
index 0a142826b8ca..470207863c1c 100644
--- a/network/uget/uget.SlackBuild
+++ b/network/uget/uget.SlackBuild
@@ -7,7 +7,7 @@
# Licensed under the WTFPL. See http://sam.zoy.org/wtfpl/ for details.
PRGNAM=uget
-VERSION=1.10.3
+VERSION=${VERSION:-1.10.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -53,7 +53,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# Prevent segfaults in Curl_resolv_timeout()
+# Prevent segfaults in Curl_resolv_timeout(). This patch has been accepted
+# by upstream and will be in the next release.
patch -p1 < $CWD/curlopt_nosignal.diff
if [ "${ARIA2:-yes}" = "no" ]; then