git: aa6cce0188f5 - main - graphics/vulkan-headers: update to 1.3.226
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Sep 2022 04:04:02 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa6cce0188f5468b33bd6d2820e9cb9e5b4e9563 commit aa6cce0188f5468b33bd6d2820e9cb9e5b4e9563 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-09-01 11:46:04 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-09-02 04:03:20 +0000 graphics/vulkan-headers: update to 1.3.226 Force rebuild vulkan-loader to make sure vulkaninfo shows the new version. Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.225...v1.3.226 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 db1b98f11f3a..2b947d19d4c4 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.225 +DISTVERSION= 1.3.226 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index 46c11c742b5e..bad610af039a 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660821713 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.225_GH0.tar.gz) = 71bfa18ef3df0c39b1dc194727166e4ec1c51df7254ac86e0b9c27fd10cf85ad -SIZE (KhronosGroup-Vulkan-Headers-v1.3.225_GH0.tar.gz) = 1521839 +TIMESTAMP = 1662032764 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.226_GH0.tar.gz) = aa0059f516eaa4af327a2b08737ffb0f9503849836e0d60ac3aab183c3b1532b +SIZE (KhronosGroup-Vulkan-Headers-v1.3.226_GH0.tar.gz) = 1553730 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index d12dbe956f72..81fdf87f24af 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.3.225 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org