From 875d6bb1e78088f4ceea81942b8f62e91fdfa87f Mon Sep 17 00:00:00 2001 From: thomas Date: Wed, 7 Aug 2019 09:44:33 +0200 Subject: [PATCH] qtwebkit: Set new release and adjust URL The 'latest' part in the former download URL is way bogus, since it seems that the webkit version won't increase any more and only the timestamps relate to the current patchlevel. --- qtwebkit.be0 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qtwebkit.be0 b/qtwebkit.be0 index 01bdd3480..a5c7ad52c 100755 --- a/qtwebkit.be0 +++ b/qtwebkit.be0 @@ -1,8 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION qtwebkit-5.212-0 +# BEE_VERSION qtwebkit-5.212-1 -SRCURL[0]="https://download.qt.io/snapshots/ci/qtwebkit/5.212/latest/src/submodules/qtwebkit-everywhere-src-5.212.tar.xz" +# mind the timestamp! | here | +SRCURL[0]="https://download.qt.io/snapshots/ci/qtwebkit/5.212/1563413169/src/submodules/qtwebkit-everywhere-src-5.212.tar.xz" # PATCHURL+=()