From 75e9eb159fe9134e4eca4a052900c36287928fec Mon Sep 17 00:00:00 2001 From: waddlesplash Date: Wed, 30 Jan 2019 15:10:54 -0500 Subject: [PATCH] haikuwebkit: Use the ports-mirror to download the source. The gcc2 builder kept timing out trying to download it, and couldn't resume the downloads as GitHub doesn't seem to support that. So use the ports-mirror instead. --- haiku-libs/haikuwebkit/haikuwebkit-1.6.8.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/haiku-libs/haikuwebkit/haikuwebkit-1.6.8.recipe b/haiku-libs/haikuwebkit/haikuwebkit-1.6.8.recipe index 255b44f58..a597fdc5a 100644 --- a/haiku-libs/haikuwebkit/haikuwebkit-1.6.8.recipe +++ b/haiku-libs/haikuwebkit/haikuwebkit-1.6.8.recipe @@ -10,7 +10,8 @@ LICENSE="GNU LGPL v2 GNU LGPL v2.1 MIT" REVISION="2" -SOURCE_URI="https://github.com/haiku/webkit/archive/$portVersion.tar.gz" +# https://github.com/haiku/webkit/archive/$portVersion.tar.gz +SOURCE_URI="https://ports-mirror.haiku-os.org/haikuwebkit/haikuwebkit-1.6.8.tar.gz" SOURCE_FILENAME="haikuwebkit-$portVersion.tar.gz" CHECKSUM_SHA256="31215123c18fe6d304fd2303ec1b2e478e1eaa308288d5020a18e1b20ff820b9" SOURCE_DIR="webkit-$portVersion"