mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 02:52:03 +08:00
[libmount] Update to 2.38 (#25727)
* [libmount] Update to 2.38 * x-add-version Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
This commit is contained in:
parent
6d66b8fbbb
commit
9241267aa1
@ -1,12 +1,11 @@
|
||||
set(VERSION_MAJOR 2)
|
||||
set(VERSION_MINOR 37)
|
||||
set(VERSION_PATCH 2)
|
||||
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
|
||||
set(VERSION_MINOR 38)
|
||||
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
|
||||
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v${VERSION_MAJOR}.${VERSION_MINOR}/util-linux-${VERSION}.tar.xz"
|
||||
FILENAME "util-linux-${VERSION}.tar.xz"
|
||||
SHA512 38f0fe820445e3bfa79550e6581c230f98c7661566ccc4daa51c7208a5f972c61b4e57dfc86bed074fdbc7c40bc79f856be8f6a05a8860c1c0cecc4208e8b81d
|
||||
SHA512 d0f7888f457592067938e216695871ce6475a45d83a092cc3fd72b8cf8fca145ca5f3a99122f1744ef60b4f773055cf4e178dc6c59cd30837172aee0b5597e8c
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive_ex(
|
||||
|
@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "libmount",
|
||||
"version": "2.37.2",
|
||||
"version": "2.38",
|
||||
"description": "Block device identification library from util-linux",
|
||||
"homepage": "https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/about/",
|
||||
"license": "GPL-2.0-only",
|
||||
"supports": "linux"
|
||||
}
|
||||
|
@ -3841,7 +3841,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"libmount": {
|
||||
"baseline": "2.37.2",
|
||||
"baseline": "2.38",
|
||||
"port-version": 0
|
||||
},
|
||||
"libmpeg2": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "bf368ca79f716bd0b287bf1eeedd87c3529831cf",
|
||||
"version": "2.38",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "0f746b3d702445fd2de54c25c08491cdaae45810",
|
||||
"version": "2.37.2",
|
||||
|
Loading…
Reference in New Issue
Block a user