git: ffa744462343 - main - graphics/vulkan-headers: update to 1.3.250
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 May 2023 09:59:30 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=ffa744462343fb4f081d920cbb904ff3660b9533 commit ffa744462343fb4f081d920cbb904ff3660b9533 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-05-04 08:19:53 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-05-05 09:58:43 +0000 graphics/vulkan-headers: update to 1.3.250 Force rebuild vulkan-loader to make sure vulkaninfo shows the new version. Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.249...v1.3.250 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 02178aaa33b7..2587c7149557 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.249 +DISTVERSION= 1.3.250 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index 7674899d426c..c61d003fa20f 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682591851 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.249_GH0.tar.gz) = 3d957cc9d07c22b35226c931ac9253321d3b56a769794081a970ccce6b1bbed7 -SIZE (KhronosGroup-Vulkan-Headers-v1.3.249_GH0.tar.gz) = 1959649 +TIMESTAMP = 1683188393 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.250_GH0.tar.gz) = c4c5a706a1f8f4d329fec2909b8c3fef4a4be043f393dbde5ce1439daa1194ab +SIZE (KhronosGroup-Vulkan-Headers-v1.3.250_GH0.tar.gz) = 1964419 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index 511958f70ef3..392ace397593 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.3.249 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org