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.
This commit is contained in:
waddlesplash
2019-01-30 15:10:54 -05:00
committed by GitHub
parent ffbd2d9b4f
commit 75e9eb159f

View File

@@ -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"