git: fb8e9fa7c4d8 - main - graphics/vulkan-headers: update to 1.3.208
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Mar 2022 11:35:43 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb8e9fa7c4d845efef3536431ac57bdd5dd177b4 commit fb8e9fa7c4d845efef3536431ac57bdd5dd177b4 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-03-15 12:53:05 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-03-16 11:35:14 +0000 graphics/vulkan-headers: update to 1.3.208 Force rebuild vulkan-loader to make sure vulkaninfo shows the new version. Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.207...v1.3.208 Reported by: Repology --- 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 ef3141719d0a..385eb95820f1 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.207 +DISTVERSION= 1.3.208 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index 18a3626bf004..e5e1bd8712d6 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1646813923 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.207_GH0.tar.gz) = e1fd80fa34e24767ce06690c8f6ba39545dd0c318b11b931bd4faf3fbcc34dd1 -SIZE (KhronosGroup-Vulkan-Headers-v1.3.207_GH0.tar.gz) = 1437648 +TIMESTAMP = 1647348785 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.208_GH0.tar.gz) = 15050e9748633484957a166150f680a0ba8030074db599aad7c2d432191712af +SIZE (KhronosGroup-Vulkan-Headers-v1.3.208_GH0.tar.gz) = 1359359 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index 124e974667ae..edbb286eeb09 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.3.207 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org