Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions recipes/recipes_emscripten/xz/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
context:
version: 5.4.3
version: 5.4.4

package:
name: xz
version: ${{ version }}

source:
url: http://downloads.sourceforge.net/project/lzmautils/xz-${{ version }}.tar.bz2
sha256: 9243a04598d7a70c1f567a0143a255581ac5c64b140fd55fd5cbc1e00b0e6f90
sha256: 0b6fcde1ac38e90433a2556f500c065950b9bcd2d602006efc334782bdfe6296

build:
number: 0
Expand All @@ -33,7 +33,7 @@ tests:

about:
homepage: http://tukaani.org/xz/
license: LGPL-2.1 AND GPL-2.0
license: LGPL-2.1-or-later AND GPL-2.0-or-later
license_file: COPYING
summary: Data compression software with high compression ratio
description: |
Expand Down
Loading