Skip to content

Commit 2515782

Browse files
authored
[liblzma] update to 5.8.1 (#44848)
1 parent 976c22b commit 2515782

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ports/liblzma/portfile.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
33
REPO tukaani-project/xz
44
REF "v${VERSION}"
5-
SHA512 32c65500ccb49f598d88bca27cdd7bff35b505f16736ed341797eb308dc7fc9f4b01a9c8cacbecd6480701a2f8427777d476504eced663fc4f8b161f0e16adec
5+
SHA512 2f51fb316adb2962e0f2ef6ccc8b544cdc45087b9ad26dcd33f2025784be56578ab937c618e5826b2220b49b79b8581dcb8c6d43cd50ded7ad9de9fe61610f46
66
HEAD_REF master
77
PATCHES
88
build-tools.patch

ports/liblzma/vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "liblzma",
3-
"version": "5.8.0",
3+
"version": "5.8.1",
44
"description": "Compression library with an API similar to that of zlib.",
55
"homepage": "https://tukaani.org/xz/",
66
"license": null,

versions/baseline.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4861,7 +4861,7 @@
48614861
"port-version": 1
48624862
},
48634863
"liblzma": {
4864-
"baseline": "5.8.0",
4864+
"baseline": "5.8.1",
48654865
"port-version": 0
48664866
},
48674867
"libmad": {

versions/l-/liblzma.json

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "55eb3803f1d0388aebca8fd293963721bbf0092c",
5+
"version": "5.8.1",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "d1fb572d9cdc913cb384d358e5746a669961b004",
510
"version": "5.8.0",

0 commit comments

Comments
 (0)