Skip to content

Commit

Permalink
[liblzma] Workaround source repo having been disabled (microsoft#37893)
Browse files Browse the repository at this point in the history
https://github.com/tukaani-project/xz has been disabled.

Use bminor's fork of xz until the liblzma project publishes a new official
repository as proposed by @MichaelCurrie in a comment on microsoft#37839
  • Loading branch information
SchaichAlonso committed Apr 3, 2024
1 parent 11ed791 commit fa0190d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ports/liblzma/portfile.cmake
@@ -1,6 +1,6 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO tukaani-project/xz
REPO bminor/xz
REF "v${VERSION}"
SHA512 c28461123562564e030f3f733f078bc4c840e87598d9f4b718d4bca639120d8133f969c45d7bdc62f33f081d789ec0f14a1791fb7da18515682bfe3c0c7362e0
HEAD_REF master
Expand Down
1 change: 1 addition & 0 deletions 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,
Expand Down

0 comments on commit fa0190d

Please sign in to comment.