aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/musl
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@gmail.com>2019-06-16 13:36:54 +0200
committerChristian Lamparter <chunkeey@gmail.com>2019-06-22 13:17:47 +0200
commit75be34528d6547ecbd5537cb207bc38115317d1e (patch)
tree59fa0bbacae4a8acc8d90393618a803435fb9041 /toolchain/musl
parent569166536150621337f28308945b787820031d91 (diff)
downloadupstream-75be34528d6547ecbd5537cb207bc38115317d1e.tar.gz
upstream-75be34528d6547ecbd5537cb207bc38115317d1e.tar.bz2
upstream-75be34528d6547ecbd5537cb207bc38115317d1e.zip
toolchain: musl: switch to https instead of git
Daniel Engberg requested switching over to https transport since he seems to be stuck behind a corporate firewall that does all the wrong things. Rick Felker noted that this is "experimental and might break". <https://www.openwall.com/lists/musl/2019/03/27/1>. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'toolchain/musl')
-rw-r--r--toolchain/musl/common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/musl/common.mk b/toolchain/musl/common.mk
index ae7758e8b5..2f07a76c27 100644
--- a/toolchain/musl/common.mk
+++ b/toolchain/musl/common.mk
@@ -15,7 +15,7 @@ PKG_SOURCE_PROTO:=git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=e97681d6f2c44bf5fa9ecdd30607cb63c780062e
PKG_MIRROR_HASH:=a6655418698735e19fe1c2deffb7335bbda634385c636206dd3cd5c8194a3ce0
-PKG_SOURCE_URL:=git://git.musl-libc.org/musl
+PKG_SOURCE_URL:=https://git.musl-libc.org/git/musl
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
LIBC_SO_VERSION:=$(PKG_VERSION)