jhuntwork / lightcube-bootstrap-musl

Scripts to bootstrap a build environment for LightCube OS using musl libc
GNU General Public License v2.0
17 stars 4 forks source link

libarchive Download from github does not work #1

Open ikrabbe opened 9 years ago

ikrabbe commented 9 years ago

This url seems to work

http://www.libarchive.org/downloads/$(FILE)

GIT diff

diff --git a/packages/libarchive/Makefile b/packages/libarchive/Makefile
index 0bf2ebf..64b1a9f 100644
--- a/packages/libarchive/Makefile
+++ b/packages/libarchive/Makefile
@@ -5,7 +5,7 @@ VRS= 3.0.4
 DIR= $(NM)-$(VRS)

 FILE= $(DIR).tar.gz
-URL-$(FILE)= http://cloud.github.com/downloads/libarchive/libarchive/$(FILE)
+URL-$(FILE)= http://www.libarchive.org/downloads/$(FILE)
 SHA256-$(FILE)= 76e8d7c7b100ec4071e48c1b7d3f3ea1d22b39db3e45b7189f75b5ff4df90fac

 include $(MY_ROOT)/scripts/functions.mk
jhuntwork commented 9 years ago

Interested in creating a pull request? I'll merge it if so.

ikrabbe commented 9 years ago

Interested in creating a pull request? I'll merge it if so.


Reply to this email directly or view it on GitHub: https://github.com/jhuntwork/lightcube-bootstrap-musl/issues/1#issuecomment-95934340

of course no problem