[numactl] update to 2.0.16 (#35038)

* [numactl] update to 2.0.16

* [numactl] update to 2.0.16
This commit is contained in:
Jia Yue Hua 2023-11-15 04:55:52 +08:00 committed by GitHub
parent b58df11608
commit 17c58325f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 6 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO numactl/numactl REPO numactl/numactl
REF v2.0.14 REF "v${VERSION}"
SHA512 ADAF405F092FD9653F26D00F8C80CB83852C56EBD5D00E714E20D505008E74AA7105B0FB7AA55A605DEAC0D1491CEFF57DE931037D33E7944FCA105BC6510ED4 SHA512 de89bd9f4a9be0e27b21d096aa17a554c209414b5d08b6a2dbd03f8f4830fe4fc5adc88fa8cb08ae1cf75884835dacbde5b6f5d31386244a2582924d2260fcb6
HEAD_REF master HEAD_REF master
) )

View File

@ -1,7 +1,6 @@
{ {
"name": "numactl", "name": "numactl",
"version": "2.0.14", "version": "2.0.16",
"port-version": 1,
"description": "NUMA support for Linux", "description": "NUMA support for Linux",
"homepage": "https://github.com/numactl/numactl", "homepage": "https://github.com/numactl/numactl",
"supports": "linux" "supports": "linux"

View File

@ -6001,8 +6001,8 @@
"port-version": 0 "port-version": 0
}, },
"numactl": { "numactl": {
"baseline": "2.0.14", "baseline": "2.0.16",
"port-version": 1 "port-version": 0
}, },
"numcpp": { "numcpp": {
"baseline": "2.11.0", "baseline": "2.11.0",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "2a43cd7692e36347f0bef1c92c982253051f9027",
"version": "2.0.16",
"port-version": 0
},
{ {
"git-tree": "38b7d6feca43ff05b6a059aae8ce218fa382853e", "git-tree": "38b7d6feca43ff05b6a059aae8ce218fa382853e",
"version": "2.0.14", "version": "2.0.14",