Skip to content
Closed
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
8 changes: 4 additions & 4 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.5

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

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

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: 0BSD AND 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