From aee8fa6015bc0271c1fbb77b4ad609e32ade8ac8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Sep 2022 20:29:07 +0000 Subject: [PATCH] imagemagick: Update to version 7.1.0-48 --- bucket/imagemagick.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/imagemagick.json b/bucket/imagemagick.json index 92428bc5aa..35d7edf2c0 100644 --- a/bucket/imagemagick.json +++ b/bucket/imagemagick.json @@ -1,16 +1,16 @@ { - "version": "7.1.0-47", + "version": "7.1.0-48", "description": "Create, edit, compose, and convert 200+ of bitmap images formats.", "homepage": "https://imagemagick.org/", "license": "ImageMagick", "architecture": { "64bit": { - "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-47-Q16-HDRI-x64-dll.exe", - "hash": "3c4de8551ece654d26ea35fe50c0df1c54476bde8fbcb6d4f0dc232228ea36f0" + "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-48-Q16-HDRI-x64-dll.exe", + "hash": "1707cc89e44084c2ceea2a49b0b139644267e9dced47cb5125da2abe278a2413" }, "32bit": { - "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-47-Q16-HDRI-x86-dll.exe", - "hash": "0169dfca772cec70f151820a758475527b8a1b5b5ec6fbbc80846164c437af44" + "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-48-Q16-HDRI-x86-dll.exe", + "hash": "f66b594c2451d871b7e113f44b316d1240d9b176ea9121588c3b8547aeefcc85" } }, "innosetup": true,