summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDarshit Shah2015-11-12 23:29:44 +0100
committerDarshit Shah2015-11-12 23:29:44 +0100
commit1e3c31cd49f8d441f6fd14b086fc29c2b902c4c9 (patch)
tree92c9cfe95335206965e058de3c48f3bb13f2768e /PKGBUILD
parentcb7d6fecc9d24408358fadbaedeffd596891133d (diff)
downloadaur-1e3c31cd49f8d441f6fd14b086fc29c2b902c4c9.tar.gz
Update to p140. Fix issue with downloading during --spider
commit b0416584510ab761327d2f26e0fc0bfbffd77ad8 Author: Tim Rühsen <tim.ruehsen@gmx.de> Date: Tue Nov 3 15:12:11 2015 +0100 Document combination of -nc and -O Fixes #46359 commit 6cdfc9c1438fe9bcea6bc5d1d20631c026176b2e Author: Tim Rühsen <tim.ruehsen@gmx.de> Date: Tue Aug 25 16:00:39 2015 +0200 Do not download/save file on error when --spider enabled * src/http.c (gethttp,http_loop): Do not download/save file on error when --spider is enabled and not working recursive. Reported-by: Сковорода Никита Андреевич chalkerx@gmail.com Fixes #45821 commit b14eeb5aeeae709b73dba39d8439e0d46c4f10a0 Author: Tim Rühsen <tim.ruehsen@gmx.de> Date: Tue Oct 27 13:13:54 2015 +0100 Fix URL conversion for colons in filenames * src/convert.c (construct_relative): Prepend './' to filename * tests/Test-k.px: Amend test to succeed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5327f5f030b..9774bd9f5371 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gitname=wget
pkgname=$_gitname-git
-pkgver=1.16.3.r137.g71979f1
+pkgver=1.16.3.r140.gb041658
pkgrel=1
pkgdesc="A network utility to retrieve files from the Web"
arch=('i686' 'x86_64')