diff options
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/download.scm | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/build-aux/download.scm b/build-aux/download.scm index 68ad7773f5..50123f59d2 100644 --- a/build-aux/download.scm +++ b/build-aux/download.scm @@ -45,12 +45,7 @@ (match (string-tokenize file (char-set-complement (char-set #\/))) ((_ ... system basename) (string->uri (string-append %url-base "/" system - (match system - ("mips64el-linux" - "/20131017/") - (_ - "/20130105/")) - basename))))) + "/20131110/" basename))))) (match (command-line) ((_ file expected-hash) |