git: 2483985c3df2 - main - graphics/vulkan-headers: update to 1.3.214
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 May 2022 15:06:16 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=2483985c3df20776850c0d728d0e0f7f06ed9e74 commit 2483985c3df20776850c0d728d0e0f7f06ed9e74 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-05-17 14:40:06 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-05-18 15:04:18 +0000 graphics/vulkan-headers: update to 1.3.214 Force rebuild vulkan-loader to make sure vulkaninfo shows the new version. Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.213...v1.3.214 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 7acbd034581f..75fc316dfb8f 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.213 +DISTVERSION= 1.3.214 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index 279378c4d769..f1cce4529ea8 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1652178699 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.213_GH0.tar.gz) = 7f4a6118dc3524703c1ce0a44089379e89eeb930fbe28188b90fdac1f10ef676 -SIZE (KhronosGroup-Vulkan-Headers-v1.3.213_GH0.tar.gz) = 1485380 +TIMESTAMP = 1652798406 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.214_GH0.tar.gz) = 4b16611b5f8e48a3e30a8e5a1bc149110bd5e1b3d49f79f3992d07e7e0627d1e +SIZE (KhronosGroup-Vulkan-Headers-v1.3.214_GH0.tar.gz) = 1488569 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index a9fe90f41a9d..98ab667850a4 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.3.213 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org