aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/numactl/portfile.cmake4
-rw-r--r--ports/numactl/vcpkg.json7
2 files changed, 6 insertions, 5 deletions
diff --git a/ports/numactl/portfile.cmake b/ports/numactl/portfile.cmake
index 73215a441..302f1ba7f 100644
--- a/ports/numactl/portfile.cmake
+++ b/ports/numactl/portfile.cmake
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO numactl/numactl
- REF v2.0.12
- SHA512 3814efd924d1c9152a30f6ae5b665afc20648226cd475d72b933c0ec4f30249af4e25110de17f144734b787ed765644dca09a657219806ab5c9c550abd45bf8e
+ REF v2.0.14
+ SHA512 ADAF405F092FD9653F26D00F8C80CB83852C56EBD5D00E714E20D505008E74AA7105B0FB7AA55A605DEAC0D1491CEFF57DE931037D33E7944FCA105BC6510ED4
HEAD_REF master
)
diff --git a/ports/numactl/vcpkg.json b/ports/numactl/vcpkg.json
index 062e737ea..62684dd4d 100644
--- a/ports/numactl/vcpkg.json
+++ b/ports/numactl/vcpkg.json
@@ -1,6 +1,7 @@
{
"name": "numactl",
- "version-string": "2.0.12",
- "port-version": 1,
- "description": "NUMA support for Linux"
+ "version": "2.0.14",
+ "description": "NUMA support for Linux",
+ "homepage": "https://github.com/numactl/numactl",
+ "supports": "linux"
}