about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2012-03-06T19·03+0100
committerEelco Dolstra <e.dolstra@tudelft.nl>2012-03-06T19·03+0100
commit005d1e4ccb7917d1438dd8f14ddaeeff8eab0b30 (patch)
treebe5c313a20b54b0e43ee7996c8ecc1e3e6b597c9
parent605b16cd7bd9b29482d9029740c3a4595a483f21 (diff)
Update bzip2 dependency
-rw-r--r--externals/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/Makefile.am b/externals/Makefile.am
index ec2e5c6d35b2..80c1548bbf2c 100644
--- a/externals/Makefile.am
+++ b/externals/Makefile.am
@@ -1,11 +1,11 @@
 # bzip2
 
-BZIP2 = bzip2-1.0.5
+BZIP2 = bzip2-1.0.6
 
 $(BZIP2).tar.gz:
 	@echo "Nix requires bzip2 to build."
-	@echo "Please download version 1.0.5 from"
-	@echo "  http://www.bzip.org/1.0.5/bzip2-1.0.5.tar.gz"
+	@echo "Please download version 1.0.6 from"
+	@echo "  http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz"
 	@echo "and place it in the externals/ directory."
 	false