From 826205d57a7251e37e14f727a34c372974177c6e Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Mon, 29 Mar 2021 08:45:53 +0100 Subject: [PATCH] imagemagick@6 6.9.12-5 Closes #74101. Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/imagemagick@6.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/imagemagick@6.rb b/Formula/imagemagick@6.rb index 36b4d471c00..3f3593c3010 100644 --- a/Formula/imagemagick@6.rb +++ b/Formula/imagemagick@6.rb @@ -4,9 +4,9 @@ class ImagemagickAT6 < Formula # Please always keep the Homebrew mirror as the primary URL as the # ImageMagick site removes tarballs regularly which means we get issues # unnecessarily and older versions of the formula are broken. - url "https://dl.bintray.com/homebrew/mirror/ImageMagick-6.9.12-4.tar.xz" - mirror "https://www.imagemagick.org/download/releases/ImageMagick-6.9.12-4.tar.xz" - sha256 "cb38663ae3cdba4f7a55980c38cdc2222475df05a2189a5f69fb7c6f8e8c7cde" + url "https://dl.bintray.com/homebrew/mirror/ImageMagick-6.9.12-5.tar.xz" + mirror "https://www.imagemagick.org/download/releases/ImageMagick-6.9.12-5.tar.xz" + sha256 "13f966168931cff2dda5087e9d830479454cb8d77997f26fbf7ad23c6dfe95a5" license "ImageMagick" head "https://github.com/imagemagick/imagemagick6.git"