1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:37:44 +00:00

Ports/pixman: Update pixman to version 0.42.2

This commit is contained in:
EWouters 2023-09-02 00:01:50 +02:00 committed by Jelle Raaijmakers
parent de6a1251f4
commit c4c6939487
2 changed files with 3 additions and 3 deletions

View file

@ -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/ | | [`perl5`](perl5/) | Perl | 5.38.0 | https://www.perl.org/ |
| [`pfetch`](pfetch/) | pfetch | a906ff8 | https://github.com/dylanaraps/pfetch/ | | [`pfetch`](pfetch/) | pfetch | a906ff8 | https://github.com/dylanaraps/pfetch/ |
| [`php`](php/) | PHP | 8.2.10 | https://www.php.net/ | | [`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 | | [`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/ | | [`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/ | | [`potrace`](potrace/) | Bitmap tracing utility | 1.16 | https://potrace.sourceforge.net/ |

View file

@ -1,8 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh #!/usr/bin/env -S bash ../.port_include.sh
port='pixman' port='pixman'
version='0.40.0' version='0.42.2'
useconfigure='true' useconfigure='true'
files=( 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' use_fresh_config_sub='true'