Skip to content

Commit

Permalink
Forward porting PR microsoft#38037 to unblock builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkpunkd committed Apr 9, 2024
1 parent dd3afb6 commit 4447e61
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
8 changes: 4 additions & 4 deletions ports/liblzma/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
vcpkg_from_sourceforge(
OUT_SOURCE_PATH SOURCE_PATH
REPO tukaani-project/xz
REF "v${VERSION}"
SHA512 c28461123562564e030f3f733f078bc4c840e87598d9f4b718d4bca639120d8133f969c45d7bdc62f33f081d789ec0f14a1791fb7da18515682bfe3c0c7362e0
REPO lzmautils
FILENAME "xz-5.4.4.tar.gz"
SHA512 2e27d864c9f346e53afc549d7046385b5d35a749af15d84f69de14612657df2f0e2ce71d3be03d57adadf8fd28549ecf4ef1c214bdcd1f061b5a47239e0104e8
HEAD_REF master
PATCHES
fix_config_include.patch
Expand Down
3 changes: 2 additions & 1 deletion ports/liblzma/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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 All @@ -20,4 +21,4 @@
"supports": "!windows, mingw"
}
}
}
}
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4594,7 +4594,7 @@
},
"liblzma": {
"baseline": "5.4.4",
"port-version": 0
"port-version": 1
},
"libmad": {
"baseline": "0.16.4",
Expand Down Expand Up @@ -9677,4 +9677,4 @@
"port-version": 0
}
}
}
}
7 changes: 6 additions & 1 deletion versions/l-/liblzma.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e043f163404466852c9f05a1a06dc03b08cc7eb7",
"version": "5.4.4",
"port-version": 1
},
{
"git-tree": "b362003b452b95b7fef8577175651a7e33940f7f",
"version": "5.6.0",
Expand Down Expand Up @@ -121,4 +126,4 @@
"port-version": 0
}
]
}
}

0 comments on commit 4447e61

Please sign in to comment.