mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
Ports/imagemagick: Update imagemagick to version 7.1.0-29
This commit is contained in:
parent
149428041b
commit
d59694b864
Notes:
sideshowbarker
2024-07-17 12:02:14 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/d59694b864 Pull-request: https://github.com/SerenityOS/serenity/pull/13395 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/timschumi
2 changed files with 3 additions and 3 deletions
|
@ -77,7 +77,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
|
|||
| [`halflife`](halflife/) | Half-Life | 1.0.0 | https://github.com/SerenityPorts/xash3d-fwgs |
|
||||
| [`harfbuzz`](harfbuzz/) | HarfBuzz | 2.8.1 | https://github.com/harfbuzz/harfbuzz |
|
||||
| [`hatari`](hatari/) | Atari ST/STE/TT/Falcon emulator | 2.4.0-devel | https://hatari.tuxfamily.org/ |
|
||||
| [`imagemagick`](imagemagick/) | ImageMagick | 7.1.0-23 | https://imagemagick.org |
|
||||
| [`imagemagick`](imagemagick/) | ImageMagick | 7.1.0-29 | https://imagemagick.org |
|
||||
| [`imgcat`](imgcat/) | imgcat | 2.5.0 | https://github.com/eddieantonio/imgcat |
|
||||
| [`indent`](indent/) | GNU indent | 2.2.11 | https://www.gnu.org/software/indent/ |
|
||||
| [`ja2`](ja2/) | Jagged Alliance 2 Stracciatella | 0.15.x | https://github.com/safarp/ja2-stracciatella/tree/0.15.x |
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=imagemagick
|
||||
version=7.1.0-23
|
||||
version=7.1.0-29
|
||||
workdir="ImageMagick-${version}"
|
||||
useconfigure="true"
|
||||
files="https://github.com/ImageMagick/ImageMagick/archive/refs/tags/${version}.tar.gz ${port}-v${version}.tar.gz 62c24362891d0af2be9a81d01117195ba0ec8e6982c7568195a33019bfc82188"
|
||||
files="https://github.com/ImageMagick/ImageMagick/archive/refs/tags/${version}.tar.gz ${port}-v${version}.tar.gz 889be185fd17a9b9b3d4090e28aecdec289a4f690964a7964b4f893c7a8ec21c"
|
||||
auth_type=sha256
|
||||
configopts=("--host=${SERENITY_ARCH}")
|
||||
depends=("libpng" "libtiff" "libjpeg")
|
||||
|
|
Loading…
Reference in a new issue