git: 5c5169fc38e3 - main - graphics/vulkan-headers: update to 1.3.228
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Sep 2022 20:43:52 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=5c5169fc38e39509e57e54aa68d877ad528bf1cb commit 5c5169fc38e39509e57e54aa68d877ad528bf1cb Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-09-15 10:02:47 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-09-15 20:43:36 +0000 graphics/vulkan-headers: update to 1.3.228 Force rebuild vulkan-loader to make sure vulkaninfo shows the new version. Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.227...v1.3.228 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 1a478c36a0f4..fda7d6bcbf15 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.227 +DISTVERSION= 1.3.228 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index 83711c3f287d..30e1155ef594 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662628310 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.227_GH0.tar.gz) = 5b345a9f0dafc96e4d0cd2d95547702c4451691dc731f6b486ba36fd9bab7bfe -SIZE (KhronosGroup-Vulkan-Headers-v1.3.227_GH0.tar.gz) = 1585677 +TIMESTAMP = 1663236167 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.228_GH0.tar.gz) = e5a4dcdfb9361ee8d1b9401ed337b65e7c34a54224b99a9cde303a650a9cb350 +SIZE (KhronosGroup-Vulkan-Headers-v1.3.228_GH0.tar.gz) = 1588315 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index 778294a453bc..5289b91622c9 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v PORTVERSION= 1.3.227 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org