git: b9c400441b0d - main - graphics/vulkan-headers: update to 1.3.294
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Aug 2024 10:53:51 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b9c400441b0d55491105f1753d88c0c52e486906
commit b9c400441b0d55491105f1753d88c0c52e486906
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-08-23 11:06:14 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-08-24 10:53:00 +0000
graphics/vulkan-headers: update to 1.3.294
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.293...v1.3.294
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 22c3c6db4f5d..c913da6554c4 100644
--- a/graphics/vulkan-headers/Makefile
+++ b/graphics/vulkan-headers/Makefile
@@ -1,6 +1,6 @@
PORTNAME= vulkan-headers
DISTVERSIONPREFIX= v
-DISTVERSION= 1.3.293
+DISTVERSION= 1.3.294
CATEGORIES= graphics
MAINTAINER= jbeich@FreeBSD.org
diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo
index 38768bcfb01c..c28cc024c8e9 100644
--- a/graphics/vulkan-headers/distinfo
+++ b/graphics/vulkan-headers/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1723806098
-SHA256 (KhronosGroup-Vulkan-Headers-v1.3.293_GH0.tar.gz) = 2d7ca5577e5b94d1023b89ad28e8eda387a3488abdbb876f0177353f968d4ad1
-SIZE (KhronosGroup-Vulkan-Headers-v1.3.293_GH0.tar.gz) = 2291976
+TIMESTAMP = 1724411174
+SHA256 (KhronosGroup-Vulkan-Headers-v1.3.294_GH0.tar.gz) = 7c3844f5bd6648d5c13941941cd72b42d7f5a5dd5fbaaff546e92eb73e216b13
+SIZE (KhronosGroup-Vulkan-Headers-v1.3.294_GH0.tar.gz) = 2308898
diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile
index 2a777aa82bf9..023cbda066d0 100644
--- a/graphics/vulkan-loader/Makefile
+++ b/graphics/vulkan-loader/Makefile
@@ -1,6 +1,7 @@
PORTNAME= vulkan-loader
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.293
+PORTREVISION= 1
CATEGORIES= graphics devel
MAINTAINER= jbeich@FreeBSD.org