imagemagick: Bump to 7.1.2-2

* Looks like they actually overwrote their 7.1.2-0
  release artifact with 7.1.2-1.  I'm just bumping to
  7.1.2-2 to avoid the whole mess.
  https://github.com/ImageMagick/ImageMagick/issues/8318
This commit is contained in:
Alexander von Gluck IV
2025-08-25 20:25:16 -05:00
parent 33c9233db9
commit 3f542ed742
2 changed files with 1 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ REVISION="1"
imageMagickVersion="${portVersion%.*}-${portVersion##*.}"
SOURCE_URI="https://imagemagick.org/archive/releases/ImageMagick-$imageMagickVersion.tar.xz
https://mirror.dogado.de/imagemagick/releases/ImageMagick-$imageMagickVersion.tar.xz"
CHECKSUM_SHA256="edc13694c2f27554b36dc4817d80284f52c07c31e1ef8b88c8a4902a723dd643"
CHECKSUM_SHA256="d264a2698f08bad4d261bccbb63413292570e94c0ba506f8368a9fea9613542d"
SOURCE_DIR="ImageMagick-$imageMagickVersion"
PATCHES="imagemagick-$portVersion.patchset"