diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 7ce1d361d8..f227488a43 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -103,7 +103,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`harfbuzz`](harfbuzz/) | HarfBuzz | 4.3.0 | https://github.com/harfbuzz/harfbuzz | | [`hatari`](hatari/) | Atari ST/STE/TT/Falcon emulator | 2.4.0-devel | https://hatari.tuxfamily.org/ | | [`hexedit`](hexedit/) | A console-based hex editor | 1.6 | https://github.com/pixel/hexedit | -| [`imagemagick`](imagemagick/) | ImageMagick | 7.1.0-29 | https://imagemagick.org | +| [`imagemagick`](imagemagick/) | ImageMagick | 7.1.1-5 | https://imagemagick.org | | [`imgcat`](imgcat/) | imgcat | 2.5.1 | https://github.com/eddieantonio/imgcat | | [`indent`](indent/) | GNU indent | 2.2.11 | https://www.gnu.org/software/indent/ | | [`isl`](isl/) | Integer Set Library | 0.24 | https://libisl.sourceforge.io/ | diff --git a/Ports/imagemagick/package.sh b/Ports/imagemagick/package.sh index 2de9c7fc00..3084ff6e79 100755 --- a/Ports/imagemagick/package.sh +++ b/Ports/imagemagick/package.sh @@ -1,9 +1,9 @@ #!/usr/bin/env -S bash ../.port_include.sh -port=imagemagick -version=7.1.0-29 +port='imagemagick' +version='7.1.1-5' workdir="ImageMagick-${version}" useconfigure="true" -files="https://github.com/ImageMagick/ImageMagick/archive/refs/tags/${version}.tar.gz ${port}-v${version}.tar.gz 889be185fd17a9b9b3d4090e28aecdec289a4f690964a7964b4f893c7a8ec21c" +files="https://github.com/ImageMagick/ImageMagick/archive/refs/tags/${version}.tar.gz ${port}-v${version}.tar.gz dd23689304b8cf41572c3af6b0ddccfe21c5b9d9abddaf978f314696408d0750" auth_type=sha256 configopts=("--host=${SERENITY_ARCH}") depends=("libpng" "libtiff" "libjpeg")