diff options
| author | Jan Beich <jbeich@FreeBSD.org> | 2023-06-23 12:19:14 +0000 |
|---|---|---|
| committer | Jan Beich <jbeich@FreeBSD.org> | 2023-06-24 00:48:29 +0000 |
| commit | b9441e6ffa4c98dc6fa0b19a7529432628096c7d (patch) | |
| tree | 477fcf2bc67c5e786859b5d12629a36c30b50381 | |
| parent | 0b49beedf31a2ccb09111d9277f58f799f99b2ce (diff) | |
graphics/vulkan-headers: update to 1.3.255
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.254...v1.3.255
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 ef8129fa3e42..d2da1f61bb17 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.254 +DISTVERSION= 1.3.255 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index eee77b1c18d7..b617d109d3c4 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1686927147 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.254_GH0.tar.gz) = 6be000a33b665ecac05971819b4c29ba5e21b800627f288f4d3a0b28e86b290f -SIZE (KhronosGroup-Vulkan-Headers-v1.3.254_GH0.tar.gz) = 2014520 +TIMESTAMP = 1687522754 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.255_GH0.tar.gz) = 8e1db7041ad6dbaf4f3326a297b4aee17f3178a0d1cf9cd76a3f934c855357b5 +SIZE (KhronosGroup-Vulkan-Headers-v1.3.255_GH0.tar.gz) = 1934452 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index de6d2fd77c2e..b9186aca8561 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.3.254 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org |
