git: 2027547e307c - main - graphics/vulkan-headers: update to 1.3.260
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Jul 2023 00:49:55 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=2027547e307cc152091a960e42149c6303608333 commit 2027547e307cc152091a960e42149c6303608333 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-07-28 11:50:00 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-07-29 00:38:58 +0000 graphics/vulkan-headers: update to 1.3.260 Force rebuild vulkan-loader to make sure vulkaninfo shows the new version. Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.259...v1.3.260 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 940d75303226..f2dc02fac3f8 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.259 +DISTVERSION= 1.3.260 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index 7d1b92a797d6..2065a067651a 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1690026749 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.259_GH0.tar.gz) = da9e625935014e8aa1c31c4ab45d7b015d73185586b1bdf70c646d66cbddc3d3 -SIZE (KhronosGroup-Vulkan-Headers-v1.3.259_GH0.tar.gz) = 2000576 +TIMESTAMP = 1690545000 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.260_GH0.tar.gz) = f6e44769c42685fd5d380aea280a2406a431fe584d7ae3256ce83958cd0899f4 +SIZE (KhronosGroup-Vulkan-Headers-v1.3.260_GH0.tar.gz) = 2044625 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index 6e233bee9ca0..9130eaa409bf 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.3.259 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org