git: 17123fd644e6 - main - graphics/vulkan-headers: update to 1.3.288
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Jun 2024 14:36:53 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=17123fd644e62add03f7b0392c1d48514e9d9e16 commit 17123fd644e62add03f7b0392c1d48514e9d9e16 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-06-14 12:46:24 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-06-15 14:36:19 +0000 graphics/vulkan-headers: update to 1.3.288 Force rebuild vulkan-loader to make sure vulkaninfo shows the new version. Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.287...v1.3.288 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 777382d408a9..e5748a8a90e4 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.287 +DISTVERSION= 1.3.288 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index b643f1ae2b28..725684fdb8f2 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1717762174 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.287_GH0.tar.gz) = 514d5e2425979ffe313b77f71274f199654b2d895719047636cb46d10555cd6b -SIZE (KhronosGroup-Vulkan-Headers-v1.3.287_GH0.tar.gz) = 2286337 +TIMESTAMP = 1718369184 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.288_GH0.tar.gz) = 6f21dd9efe65fb7aeba6beaef2d274a0a31d32b4f494637b0d1a49853cf20ca6 +SIZE (KhronosGroup-Vulkan-Headers-v1.3.288_GH0.tar.gz) = 2288124 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index afe6286e4621..fc353ee31f18 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.3.287 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org