From 2b5db3ba241465ebd03b3b584847262ff7ba404e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 27 May 2019 20:20:44 +0530 Subject: [PATCH] Use HEAD to build qt-webkit Upstream has several needed patches but shows no signs of wanting to make a release. --- bypy/sources.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bypy/sources.json b/bypy/sources.json index 0887ac3a96..0aa9ef7060 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -370,9 +370,9 @@ { "name": "webkit", "unix": { - "filename":"qtwebkit-5.212.0-alpha2.tar.xz", - "hash": "sha256:f8f901de567e11fc5659402b6b827eac75505ff9c5072d8e919aa306003f8f8a", - "urls":["https://github.com/annulen/webkit/releases/download/qtwebkit-5.212.0-alpha2/{filename}"] + "filename":"qtwebkit-95401fe3908e0b4eebc9447e678298d768617bc7.tar.xz", + "hash":"git:95401fe3908e0b4eebc9447e678298d768617bc7", + "urls":["https://github.com/kovidgoyal/webkit.git"] } },