summary refs log tree commit diff
path: root/build-aux
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/download.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/download.scm b/build-aux/download.scm
index 91b41bcec1..50123f59d2 100644
--- a/build-aux/download.scm
+++ b/build-aux/download.scm
@@ -45,7 +45,7 @@
   (match (string-tokenize file (char-set-complement (char-set #\/)))
     ((_ ... system basename)
      (string->uri (string-append %url-base "/" system
-                                 "/20130105/" basename)))))
+                                 "/20131110/" basename)))))
 
 (match (command-line)
   ((_ file expected-hash)