mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user