git: 93ac40e310fa - main - graphics/vulkan-headers: update to 1.3.279
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Mar 2024 20:14:39 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=93ac40e310fa5ea22faec8f35737dc4788cfcc16 commit 93ac40e310fa5ea22faec8f35737dc4788cfcc16 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-03-01 14:26:07 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-03-02 20:13:55 +0000 graphics/vulkan-headers: update to 1.3.279 Force rebuild vulkan-loader to make sure vulkaninfo shows the new version. Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.278...v1.3.279 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 f9cf5a764148..2f76973b14a3 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.278 +DISTVERSION= 1.3.279 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index 557857bf713d..5ec18cb77171 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708079678 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.278_GH0.tar.gz) = 590cd0506be759972d0c714550c49bb90a1cc9c9e5337a10724bca6cdfd56dbe -SIZE (KhronosGroup-Vulkan-Headers-v1.3.278_GH0.tar.gz) = 2253249 +TIMESTAMP = 1709303167 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.279_GH0.tar.gz) = 7844631d7765bcaebb8db5cce9837a4561285640a4d3e9ea144c6d27fdd50d61 +SIZE (KhronosGroup-Vulkan-Headers-v1.3.279_GH0.tar.gz) = 2254852 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index e86fb7dfae32..906f1132de9a 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.3.278 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org