From 6729fc01565520ae1df301697ec177462c6db087 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 11 Jun 2024 21:07:24 +0200 Subject: [PATCH] pixman: Update version from 0.38.4 to 0.43.4 Firefox 127.0 uses `pixman_dither_t` present since version 0.40.0, but does not check for it [1]. [1]: https://bugzilla.mozilla.org/show_bug.cgi?id=1901834 --- pixman.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pixman.be0 b/pixman.be0 index 43a9e647f..f22493916 100755 --- a/pixman.be0 +++ b/pixman.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION pixman-0.38.4-1 +# BEE_VERSION pixman-0.43.4-0 # SRCURL[0]="https://cairographics.org/releases/pixman-${PKGVERSION}.tar.gz" -SRCURL[0]="https://beehive.molgen.mpg.de/267a7af290f93f643a1bc74490d9fdd1/pixman-0.38.4.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/21b18058dea39ad48f32d3199b8ffe40/pixman-0.43.4.tar.gz" # PATCHURL+=()