aboutsummaryrefslogtreecommitdiff
path: root/externals/Makefile.am
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2007-06-11 13:59:07 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2007-06-11 13:59:07 +0000
commit9d9e1c5c41023e03ed5069ba6fc17ad3cfeab9f4 (patch)
treec01d1d3e34362e6e84f13f03783b5414f5d1c55f /externals/Makefile.am
parent9bff7ad7287dafff1e06f3c3db6a5ec295d7c152 (diff)
* Distribute bzip2 1.0.4.
Diffstat (limited to 'externals/Makefile.am')
-rw-r--r--externals/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/Makefile.am b/externals/Makefile.am
index 1857efb15..06e8eedee 100644
--- a/externals/Makefile.am
+++ b/externals/Makefile.am
@@ -67,12 +67,12 @@ endif
# bzip2
-BZIP2 = bzip2-1.0.3
+BZIP2 = bzip2-1.0.4
$(BZIP2).tar.gz:
@echo "Nix requires bzip2 to build."
- @echo "Please download version 1.0.3 from"
- @echo " http://www.bzip.org/1.0.3/bzip2-1.0.3.tar.gz"
+ @echo "Please download version 1.0.4 from"
+ @echo " http://www.bzip.org/1.0.4/bzip2-1.0.4.tar.gz"
@echo "and place it in the externals/ directory."
false