git: cb3978dc04e4 - main - graphics/vulkan-headers: update to 1.3.210
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Mar 2022 13:44:31 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cb3978dc04e4ed73cdeac65d4c73d5a88e759f10
commit cb3978dc04e4ed73cdeac65d4c73d5a88e759f10
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-03-29 11:38:10 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-03-30 13:44:13 +0000
graphics/vulkan-headers: update to 1.3.210
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.209...v1.3.210
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 8fb42396d8ab..cacaf0df1fae 100644
--- a/graphics/vulkan-headers/Makefile
+++ b/graphics/vulkan-headers/Makefile
@@ -1,6 +1,6 @@
PORTNAME= vulkan-headers
DISTVERSIONPREFIX= v
-DISTVERSION= 1.3.209
+DISTVERSION= 1.3.210
CATEGORIES= graphics
MAINTAINER= jbeich@FreeBSD.org
diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo
index e90af2bc4057..7580da648004 100644
--- a/graphics/vulkan-headers/distinfo
+++ b/graphics/vulkan-headers/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1648024100
-SHA256 (KhronosGroup-Vulkan-Headers-v1.3.209_GH0.tar.gz) = 345011af2369963ef65eff2f678419efca728a3035741882d52f871bbd3575bd
-SIZE (KhronosGroup-Vulkan-Headers-v1.3.209_GH0.tar.gz) = 1439808
+TIMESTAMP = 1648553890
+SHA256 (KhronosGroup-Vulkan-Headers-v1.3.210_GH0.tar.gz) = e3a1bb9e089c62a8ad62b19f9617f382e974536d00dac39d190a2a1b95d1ea89
+SIZE (KhronosGroup-Vulkan-Headers-v1.3.210_GH0.tar.gz) = 1456829
diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile
index ce311f5148cf..445b85f98acd 100644
--- a/graphics/vulkan-loader/Makefile
+++ b/graphics/vulkan-loader/Makefile
@@ -1,6 +1,7 @@
PORTNAME= vulkan-loader
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.209
+PORTREVISION= 1
CATEGORIES= graphics devel
MAINTAINER= jbeich@FreeBSD.org