diff --git a/ports/libmount/portfile.cmake b/ports/libmount/portfile.cmake index 82224430c4..c4108ebf9f 100644 --- a/ports/libmount/portfile.cmake +++ b/ports/libmount/portfile.cmake @@ -1,7 +1,9 @@ +string(REGEX MATCH "^([0-9]+\\.[0-9]+)" VERSION_SHORT "${VERSION}") + vcpkg_download_distfile(ARCHIVE - URLS "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v${VERSION}/util-linux-${VERSION}.tar.xz" + URLS "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v${VERSION_SHORT}/util-linux-${VERSION}.tar.xz" FILENAME "util-linux-${VERSION}.tar.xz" - SHA512 f06e61d4ee0e196223f7341ec75a16a6671f82d6e353823490ecff17e947bb169a6b65177e3ab0da6e733e079b24d6a77905a0e8bbfed82ca9aa22a3facb6180 + SHA512 3d299f0e05a4c982a04dbcbaaeff1222152feedf51c56c5dbdeb75999c68269d652a994f5cdf4c1ee42bb7b28475dd0792192c299fd9bc3b45198c5b153dad00 ) vcpkg_extract_source_archive( diff --git a/ports/libmount/vcpkg.json b/ports/libmount/vcpkg.json index 67bebd0393..06e9250558 100644 --- a/ports/libmount/vcpkg.json +++ b/ports/libmount/vcpkg.json @@ -1,7 +1,6 @@ { "name": "libmount", - "version": "2.40", - "port-version": 1, + "version": "2.41.3", "description": "Block device identification library from util-linux", "homepage": "https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/about/", "license": null, diff --git a/versions/baseline.json b/versions/baseline.json index 43e3d014b3..1b552fd3d9 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5173,8 +5173,8 @@ "port-version": 0 }, "libmount": { - "baseline": "2.40", - "port-version": 1 + "baseline": "2.41.3", + "port-version": 0 }, "libmpeg2": { "baseline": "0.5.1", diff --git a/versions/l-/libmount.json b/versions/l-/libmount.json index b980d17ac5..05412c4ad2 100644 --- a/versions/l-/libmount.json +++ b/versions/l-/libmount.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a7a3375e27b127dd9494e4089d3d4f562f6ecb9c", + "version": "2.41.3", + "port-version": 0 + }, { "git-tree": "47e01a6a98fb0c3df918d784aa467a1c6f1455e1", "version": "2.40",