From 720a31af18815c49f7138950f37b15be7438d44c Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Thu, 14 Dec 2023 18:30:36 +0000
Subject: [PATCH] Fix the tarball link of imagemagick

---
 recipes/wip/imagemagick/recipe.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/wip/imagemagick/recipe.toml b/recipes/wip/imagemagick/recipe.toml
index 85b8a7306..8ec99dcb7 100644
--- a/recipes/wip/imagemagick/recipe.toml
+++ b/recipes/wip/imagemagick/recipe.toml
@@ -1,5 +1,5 @@
 #TODO compiled but not tested
 [source]
-tar = "https://imagemagick.org/archive/ImageMagick-7.1.1-20.tar.xz"
+tar = "https://imagemagick.org/archive/releases/ImageMagick-7.1.1-23.tar.xz"
 [build]
 template = "configure"
-- 
GitLab