git: 908d981a529f - main - graphics/vulkan-headers: update to 1.3.262
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Aug 2023 01:00:07 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=908d981a529f58da356ba8afe67a3a335d7d8292 commit 908d981a529f58da356ba8afe67a3a335d7d8292 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-08-25 08:23:58 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-08-26 00:46:45 +0000 graphics/vulkan-headers: update to 1.3.262 Force rebuild vulkan-loader to make sure vulkaninfo shows the new version. Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.261...v1.3.262 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 c7da8ac0a31a..9cd0db6c02dc 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.261 +DISTVERSION= 1.3.262 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index ec3e475da835..0b1f6d8ec330 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691147041 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.261_GH0.tar.gz) = 0c67b2b76a7d6534c0f98085dbbcd4a1ac945b15b269bc81ee7dbe6cf28d53bb -SIZE (KhronosGroup-Vulkan-Headers-v1.3.261_GH0.tar.gz) = 2045807 +TIMESTAMP = 1692951838 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.262_GH0.tar.gz) = 317e467a5fb2eaa6a18b984ec70fdbfaccd93595a3e6f4bcceca7d3fab280505 +SIZE (KhronosGroup-Vulkan-Headers-v1.3.262_GH0.tar.gz) = 2071734 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index e9cd92c4d979..9e69897207ea 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.3.261 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org