diff --git a/recipes/tools/xz/recipe.toml b/recipes/tools/xz/recipe.toml
index c0ed52b9ec95d001c084bd05c9bb3727be41ef00..8fe1637bb6edfb3ae461a302a9568d0d1658b5a9 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}"