From 4eff119dd598d19ab1db1518759d3694b8edd98e Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Wed, 18 Dec 2024 14:50:43 -0700
Subject: [PATCH] xz: use 5.2.13 tar release

---
 recipes/tools/xz/recipe.toml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/recipes/tools/xz/recipe.toml b/recipes/tools/xz/recipe.toml
index c0ed52b9e..8fe1637bb 100644
--- a/recipes/tools/xz/recipe.toml
+++ b/recipes/tools/xz/recipe.toml
@@ -1,12 +1,10 @@
 [source]
-git = "https://github.com/tukaani-project/xz"
-# v5.2.5
-rev = "2327a461e1afce862c22269b80d3517801103c1b"
+tar = "https://github.com/tukaani-project/xz/releases/download/v5.2.13/xz-5.2.13.tar.gz"
+blake3 = "edc6350542e8cb7188a878135e5b9bd592d687e5b47451ca1c89d51cc4bc6b53"
 
 [build]
 template = "custom"
 script = """
-(cd ${COOKBOOK_SOURCE} && ./autogen.sh)
 export CFLAGS="-static"
 COOKBOOK_CONFIGURE_FLAGS=(
     --host="${GNU_TARGET}"
-- 
GitLab