mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:37:46 +00:00
Ports/imagemagick: Update imagemagick to version 7.1.1-15
This commit is contained in:
parent
344aefd140
commit
96dc5374bc
2 changed files with 3 additions and 3 deletions
|
@ -120,7 +120,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/ |
|
| [`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 |
|
| [`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 |
|
| [`highway`](highway/) | Highway | 1.0.7 | https://github.com/google/highway |
|
||||||
| [`imagemagick`](imagemagick/) | ImageMagick | 7.1.1-5 | https://imagemagick.org |
|
| [`imagemagick`](imagemagick/) | ImageMagick | 7.1.1-15 | https://imagemagick.org |
|
||||||
| [`imgcat`](imgcat/) | imgcat | 2.5.1 | https://github.com/eddieantonio/imgcat |
|
| [`imgcat`](imgcat/) | imgcat | 2.5.1 | https://github.com/eddieantonio/imgcat |
|
||||||
| [`indent`](indent/) | GNU indent | 2.2.11 | https://www.gnu.org/software/indent/ |
|
| [`indent`](indent/) | GNU indent | 2.2.11 | https://www.gnu.org/software/indent/ |
|
||||||
| [`isl`](isl/) | Integer Set Library | 0.24 | https://libisl.sourceforge.io/ |
|
| [`isl`](isl/) | Integer Set Library | 0.24 | https://libisl.sourceforge.io/ |
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port='imagemagick'
|
port='imagemagick'
|
||||||
version='7.1.1-5'
|
version='7.1.1-15'
|
||||||
workdir="ImageMagick-${version}"
|
workdir="ImageMagick-${version}"
|
||||||
useconfigure='true'
|
useconfigure='true'
|
||||||
files=(
|
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=(
|
configopts=(
|
||||||
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
|
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue