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

Ports/imagemagick: Update imagemagick to version 7.1.1-15

This commit is contained in:
EWouters 2023-09-01 20:01:53 +02:00 committed by Jelle Raaijmakers
parent 344aefd140
commit 96dc5374bc
2 changed files with 3 additions and 3 deletions

View file

@ -1,10 +1,10 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='imagemagick'
version='7.1.1-5'
version='7.1.1-15'
workdir="ImageMagick-${version}"
useconfigure='true'
files=(
"https://github.com/ImageMagick/ImageMagick/archive/refs/tags/${version}.tar.gz#dd23689304b8cf41572c3af6b0ddccfe21c5b9d9abddaf978f314696408d0750"
"https://github.com/ImageMagick/ImageMagick/archive/refs/tags/${version}.tar.gz#2372192a76af9be43c0543dd7ae6dfbf34b11fc0203583453ce3f9f707c36bcc"
)
configopts=(
"--with-sysroot=${SERENITY_INSTALL_ROOT}"