Title: [294263] trunk/Tools/buildstream
Revision
294263
Author
ape...@igalia.com
Date
2022-05-16 14:43:21 -0700 (Mon, 16 May 2022)

Log Message

[Flatpak SDK] Update libwpe to version 1.13.2
https://bugs.webkit.org/show_bug.cgi?id=240470

Reviewed by Philippe Normand.

* elements/sdk/libwpe.bst: Update to version 1.13.2, switch download URL to the
canonical release site while at it.

Canonical link: https://commits.webkit.org/250611@main

Modified Paths

Diff

Modified: trunk/Tools/buildstream/ChangeLog (294262 => 294263)


--- trunk/Tools/buildstream/ChangeLog	2022-05-16 21:41:43 UTC (rev 294262)
+++ trunk/Tools/buildstream/ChangeLog	2022-05-16 21:43:21 UTC (rev 294263)
@@ -1,3 +1,13 @@
+2022-05-16  Adrian Perez de Castro  <ape...@igalia.com>
+
+        [Flatpak SDK] Bump libwpe to version 1.13.2
+        https://bugs.webkit.org/show_bug.cgi?id=240470
+
+        Reviewed by Philippe Normand.
+
+        * elements/sdk/libwpe.bst: Update to version 1.13.2, switch download URL to the
+        canonical release site while at it.
+
 2022-05-15  Philippe Normand  <ph...@igalia.com>
 
         [Flatpak SDK] Update to pipewire master

Modified: trunk/Tools/buildstream/elements/sdk/libwpe.bst (294262 => 294263)


--- trunk/Tools/buildstream/elements/sdk/libwpe.bst	2022-05-16 21:41:43 UTC (rev 294262)
+++ trunk/Tools/buildstream/elements/sdk/libwpe.bst	2022-05-16 21:43:21 UTC (rev 294263)
@@ -1,8 +1,8 @@
 kind: meson
 sources:
 - kind: tar
-  url: github_com:WebPlatformForEmbedded/libwpe/releases/download/1.12.0/libwpe-1.12.0.tar.xz
-  ref: e8eeca228a6b4c36294cfb63f7d3ba9ada47a430904a5a973b3c99c96a44c18c
+  url: https://wpewebkit.org/releases//libwpe-1.13.2.tar.xz
+  ref: efcd97dc0f95ff7a506483ba3df944669cdc602b3fc45c9fd676dee0f8f92cac
 build-depends:
 - freedesktop-sdk.bst:public-stacks/buildsystem-meson.bst
 depends:
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to