From 5d1b09750d99197eb5d55dbe9772d3bdf2034a67 Mon Sep 17 00:00:00 2001 From: R2 <136319114+emscripten-forge-bot@users.noreply.github.com> Date: Thu, 23 May 2024 07:45:40 +0200 Subject: [PATCH] Update xz from 5.2.9 to 5.2.10 (#1062) Co-authored-by: emscripten-forge-bot --- recipes/recipes_emscripten/xz/recipe.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/recipes/recipes_emscripten/xz/recipe.yaml b/recipes/recipes_emscripten/xz/recipe.yaml index 66f6ce101..0f361eb7d 100644 --- a/recipes/recipes_emscripten/xz/recipe.yaml +++ b/recipes/recipes_emscripten/xz/recipe.yaml @@ -1,5 +1,5 @@ context: - version: "5.2.9" + version: 5.2.10 package: name: xz @@ -7,17 +7,17 @@ package: source: url: http://downloads.sourceforge.net/project/lzmautils/xz-${{ version }}.tar.bz2 - sha256: b194507fba3a462a753c553149ccdaa168337bcb7deefddd067ba987c83dfce6 + sha256: 01b71df61521d9da698ce3c33148bff06a131628ff037398c09482f3a26e5408 build: number: 0 requirements: build: - - ${{ compiler('c') }} - - make - - automake - - libtool + - ${{ compiler('c') }} + - make + - automake + - libtool about: homepage: http://tukaani.org/xz/ @@ -29,4 +29,4 @@ about: compression ratio. XZ Utils were written for POSIX-like systems, but also work on some not-so-POSIX systems. documentation: http://tukaani.org/xz/ - repository: http://git.tukaani.org/ \ No newline at end of file + repository: http://git.tukaani.org/