From c4c69394878dfaa8d590453453fb51babb45cefd Mon Sep 17 00:00:00 2001 From: EWouters <6179932+EWouters@users.noreply.github.com> Date: Sat, 2 Sep 2023 00:01:50 +0200 Subject: [PATCH] Ports/pixman: Update pixman to version 0.42.2 --- Ports/AvailablePorts.md | 2 +- Ports/pixman/package.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 42da57139ff..bf11a700bb9 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -251,7 +251,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`perl5`](perl5/) | Perl | 5.38.0 | https://www.perl.org/ | | [`pfetch`](pfetch/) | pfetch | a906ff8 | https://github.com/dylanaraps/pfetch/ | | [`php`](php/) | PHP | 8.2.10 | https://www.php.net/ | -| [`pixman`](pixman/) | pixman | 0.40.0 | http://pixman.org | +| [`pixman`](pixman/) | pixman | 0.42.2 | http://pixman.org | | [`pkgconf`](pkgconf/) | pkgconf | 1.8.0 | https://github.com/pkgconf/pkgconf | | [`poppler`](poppler/) | Poppler is a PDF rendering library | 23.08.0 | https://poppler.freedesktop.org/ | | [`potrace`](potrace/) | Bitmap tracing utility | 1.16 | https://potrace.sourceforge.net/ | diff --git a/Ports/pixman/package.sh b/Ports/pixman/package.sh index 0c1557793f1..08fc97f106e 100755 --- a/Ports/pixman/package.sh +++ b/Ports/pixman/package.sh @@ -1,8 +1,8 @@ #!/usr/bin/env -S bash ../.port_include.sh port='pixman' -version='0.40.0' +version='0.42.2' useconfigure='true' files=( - "https://www.cairographics.org/releases/pixman-${version}.tar.gz#6d200dec3740d9ec4ec8d1180e25779c00bc749f94278c8b9021f5534db223fc" + "https://www.cairographics.org/releases/pixman-${version}.tar.gz#ea1480efada2fd948bc75366f7c349e1c96d3297d09a3fe62626e38e234a625e" ) use_fresh_config_sub='true'