Skip to content

Commit

Permalink
Ports/imagemagick: Update to 7.1.1-43
Browse files Browse the repository at this point in the history
  • Loading branch information
butter1125 authored and nico committed Jan 13, 2025
1 parent 0f24112 commit a59e220
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Ports/AvailablePorts.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`hatari`](hatari/) | Atari ST/STE/TT/Falcon emulator | 2.4.1 | https://hatari.tuxfamily.org/ |
| [`hexedit`](hexedit/) | A console-based hex editor | 1.6 | https://github.com/pixel/hexedit |
| [`highway`](highway/) | Highway | 1.0.7 | https://github.com/google/highway |
| [`imagemagick`](imagemagick/) | ImageMagick | 7.1.1-15 | https://imagemagick.org |
| [`imagemagick`](imagemagick/) | ImageMagick | 7.1.1-43 | 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.27 | https://libisl.sourceforge.io/ |
Expand Down
4 changes: 2 additions & 2 deletions Ports/imagemagick/package.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='imagemagick'
version='7.1.1-15'
version='7.1.1-43'
workdir="ImageMagick-${version}"
useconfigure='true'
files=(
"https://github.com/ImageMagick/ImageMagick/archive/refs/tags/${version}.tar.gz#2372192a76af9be43c0543dd7ae6dfbf34b11fc0203583453ce3f9f707c36bcc"
"https://github.com/ImageMagick/ImageMagick/archive/refs/tags/${version}.tar.gz#ceb972266b23dc7c1cfce0da5a7f0c9acfb4dc81f40eb542a49476fedbc2618f"
)
configopts=(
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
Expand Down

0 comments on commit a59e220

Please sign in to comment.