diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-06-17T08·12+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-06-17T08·12+0000 |
commit | 934c58aa381f5eacc86304ba7f5c6775ff456cd5 (patch) | |
tree | 1e1f20f4609a57c846f60369db02753cc61ccdec /externals/Makefile.am | |
parent | ee8f15930d9b2fb31b0125aac3ccd9a92d04c556 (diff) |
* Use bzip2 1.0.5.
Diffstat (limited to 'externals/Makefile.am')
-rw-r--r-- | externals/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/Makefile.am b/externals/Makefile.am index 981506ebb095..722994c9aa51 100644 --- a/externals/Makefile.am +++ b/externals/Makefile.am @@ -75,12 +75,12 @@ endif # bzip2 -BZIP2 = bzip2-1.0.4 +BZIP2 = bzip2-1.0.5 $(BZIP2).tar.gz: @echo "Nix requires bzip2 to build." - @echo "Please download version 1.0.4 from" - @echo " http://www.bzip.org/1.0.4/bzip2-1.0.4.tar.gz" + @echo "Please download version 1.0.5 from" + @echo " http://www.bzip.org/1.0.5/bzip2-1.0.5.tar.gz" @echo "and place it in the externals/ directory." false |