Browse Source

fixed broken bzip2 link

Kevin Bradley 5 years ago
parent
commit
bc05506f16
2 changed files with 3 additions and 1 deletions
  1. 2 0
      .gitignore
  2. 1 1
      the_memo.sh

+ 2 - 0
.gitignore

@@ -0,0 +1,2 @@
+skel/*
+*

+ 1 - 1
the_memo.sh

@@ -1741,7 +1741,7 @@ buildXZ() {
 downloadBZip2() {
 	if [ ! -e bzip2-1.0.6.tar.gz ]; then
 		echo "Downloading bzip2-1.0.6.tar.gz"
-		curl -LO http://bzip.org/1.0.6/bzip2-1.0.6.tar.gz
+		curl -LO https://gigenet.dl.sourceforge.net/project/bzip2/bzip2-1.0.6.tar.gz
 		checkSHA256 bzip2-1.0.6.tar.gz a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd
 	else
 		echo "Using bzip2-1.0.6.tar.gz"