lightcube-bootstrap-musl icon indicating copy to clipboard operation
lightcube-bootstrap-musl copied to clipboard

libarchive Download from github does not work

Open ikrabbe opened this issue 10 years ago • 2 comments

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

ikrabbe avatar Apr 24 '15 10:04 ikrabbe

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

jhuntwork avatar Apr 24 '15 13:04 jhuntwork

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

ikrabbe avatar Apr 24 '15 13:04 ikrabbe