diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-03-24 11:59:20 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-03-24 19:26:32 +0000 |
commit | 382fc0a9aa56623b85fad607ed8ba8cac6e96b8b (patch) | |
tree | 8c7b9e3746975dfd2d42870667f04e5d8f166227 | |
parent | fd63a3a8c9653ca789eea711015ac5e3e96749ee (diff) | |
download | ports-382fc0a9aa56623b85fad607ed8ba8cac6e96b8b.tar.gz ports-382fc0a9aa56623b85fad607ed8ba8cac6e96b8b.zip |
graphics/vulkan-headers: update to 1.3.245
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.244...v1.3.245
Reported by: Repology, portscout
-rw-r--r-- | graphics/vulkan-headers/Makefile | 2 | ||||
-rw-r--r-- | graphics/vulkan-headers/distinfo | 6 | ||||
-rw-r--r-- | graphics/vulkan-loader/Makefile | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/graphics/vulkan-headers/Makefile b/graphics/vulkan-headers/Makefile index 77a00dc2ac71..8f87038d734d 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.244 +DISTVERSION= 1.3.245 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index 1f818fc5ddda..39ace65805dc 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679111243 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.244_GH0.tar.gz) = 3c3da58940dcac5b007198f9bb0baf060044e86c992ffded3ac3ee31b5dceead -SIZE (KhronosGroup-Vulkan-Headers-v1.3.244_GH0.tar.gz) = 1844029 +TIMESTAMP = 1679659160 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.245_GH0.tar.gz) = ccd84342df20a7dfe98943064c5c7cc41bc902021d9eb0a8722f299b0e1e4dbe +SIZE (KhronosGroup-Vulkan-Headers-v1.3.245_GH0.tar.gz) = 1848509 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index 316116800cb4..d23dc4e60514 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.3.244 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org |