git: b9441e6ffa4c - main - graphics/vulkan-headers: update to 1.3.255
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Jun 2023 00:59:25 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=b9441e6ffa4c98dc6fa0b19a7529432628096c7d commit b9441e6ffa4c98dc6fa0b19a7529432628096c7d Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-06-23 12:19:14 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-06-24 00:48:29 +0000 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 --- graphics/vulkan-headers/Makefile | 2 +- graphics/vulkan-headers/distinfo | 6 +++--- 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