git: f5ab285e4461 - main - graphics/vulkan-headers: update to 1.3.220
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Jul 2022 00:48:59 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=f5ab285e44619a5299b5efca3ec66cd645bd5c42 commit f5ab285e44619a5299b5efca3ec66cd645bd5c42 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-07-07 12:30:26 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-07-09 00:46:13 +0000 graphics/vulkan-headers: update to 1.3.220 Force rebuild vulkan-loader to make sure vulkaninfo shows the new version. Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.219...v1.3.220 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 396116152ab2..9677327e6a9a 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.219 +DISTVERSION= 1.3.220 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index f104a0c6d6f2..3f413758ccc7 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656586091 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.219_GH0.tar.gz) = 3e5d1b727a5e3a5546e6b0709d520d3f522f0a83808277a313357140645be90c -SIZE (KhronosGroup-Vulkan-Headers-v1.3.219_GH0.tar.gz) = 1512300 +TIMESTAMP = 1657197026 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.220_GH0.tar.gz) = a41707ef4cd506626990799f7679c64c2e9cc72b8641bed69a7fec16a850930f +SIZE (KhronosGroup-Vulkan-Headers-v1.3.220_GH0.tar.gz) = 1513498 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index d1acf11a31dc..77502c01db85 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.3.219 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org