diff --git a/ports/liblzma/portfile.cmake b/ports/liblzma/portfile.cmake index 0fdc38dfff9a5d..2a1eb824c357bd 100644 --- a/ports/liblzma/portfile.cmake +++ b/ports/liblzma/portfile.cmake @@ -1,9 +1,8 @@ -vcpkg_from_github( +vcpkg_from_sourceforge( OUT_SOURCE_PATH SOURCE_PATH - REPO tukaani-project/xz - REF "v${VERSION}" - SHA512 c28461123562564e030f3f733f078bc4c840e87598d9f4b718d4bca639120d8133f969c45d7bdc62f33f081d789ec0f14a1791fb7da18515682bfe3c0c7362e0 - HEAD_REF master + REPO lzmautils + FILENAME "xz-5.4.4.tar.gz" + SHA512 2e27d864c9f346e53afc549d7046385b5d35a749af15d84f69de14612657df2f0e2ce71d3be03d57adadf8fd28549ecf4ef1c214bdcd1f061b5a47239e0104e8 PATCHES fix_config_include.patch win_output_name.patch # Fix output name on Windows. Autotool build does not generate lib prefixed libraries on windows. diff --git a/ports/liblzma/vcpkg.json b/ports/liblzma/vcpkg.json index e9168357cc7c16..34d72ebf48a9e1 100644 --- a/ports/liblzma/vcpkg.json +++ b/ports/liblzma/vcpkg.json @@ -1,6 +1,7 @@ { "name": "liblzma", "version": "5.4.4", + "port-version": 1, "description": "Compression library with an API similar to that of zlib.", "homepage": "https://tukaani.org/xz/", "license": null, diff --git a/versions/baseline.json b/versions/baseline.json index 5db40a273ec268..23ed8592616e64 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4594,7 +4594,7 @@ }, "liblzma": { "baseline": "5.4.4", - "port-version": 0 + "port-version": 1 }, "libmad": { "baseline": "0.16.4", diff --git a/versions/l-/liblzma.json b/versions/l-/liblzma.json index 4a245513ff954b..ae41a16ecad199 100644 --- a/versions/l-/liblzma.json +++ b/versions/l-/liblzma.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e043f163404466852c9f05a1a06dc03b08cc7eb7", + "version": "5.4.4", + "port-version": 1 + }, { "git-tree": "b362003b452b95b7fef8577175651a7e33940f7f", "version": "5.6.0",