diff options
| author | chausner <15180557+chausner@users.noreply.github.com> | 2021-10-12 05:16:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-11 20:16:07 -0700 |
| commit | 75c6d757a3b924d09053f40e56eee2c47cee3257 (patch) | |
| tree | a47363fe8001b28601e02f508fb17c9229c4a096 /ports | |
| parent | 7e3c65d4a39c294538f7e82550724da80d4365dd (diff) | |
| download | vcpkg-75c6d757a3b924d09053f40e56eee2c47cee3257.tar.gz vcpkg-75c6d757a3b924d09053f40e56eee2c47cee3257.zip | |
[numactl] Update to 2.0.14 (#20626)
* Update numactl to 2.0.14
* Update CI baseline
Co-authored-by: chausner <chausner@users.noreply.github.com>
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/numactl/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/numactl/vcpkg.json | 7 |
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" } |
