git: 03f30b1bdb34 - main - graphics/vulkan-headers: update to 1.3.252
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Jun 2023 20:07:20 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=03f30b1bdb348bb3fe9589069f4eb830c40845f2
commit 03f30b1bdb348bb3fe9589069f4eb830c40845f2
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-06-02 13:23:03 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-06-03 20:06:45 +0000
graphics/vulkan-headers: update to 1.3.252
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.251...v1.3.252
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 ba8ebb8d1374..f0f14dc0b60f 100644
--- a/graphics/vulkan-headers/Makefile
+++ b/graphics/vulkan-headers/Makefile
@@ -1,6 +1,6 @@
PORTNAME= vulkan-headers
DISTVERSIONPREFIX= v
-DISTVERSION= 1.3.251
+DISTVERSION= 1.3.252
CATEGORIES= graphics
MAINTAINER= jbeich@FreeBSD.org
diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo
index e0695588f338..09f1e0277120 100644
--- a/graphics/vulkan-headers/distinfo
+++ b/graphics/vulkan-headers/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1685277947
-SHA256 (KhronosGroup-Vulkan-Headers-v1.3.251_GH0.tar.gz) = e14ac3a6868d9cffcd76e8e92eb0373eb675ab5725672af35b4ba664348e8261
-SIZE (KhronosGroup-Vulkan-Headers-v1.3.251_GH0.tar.gz) = 1973537
+TIMESTAMP = 1685712183
+SHA256 (KhronosGroup-Vulkan-Headers-v1.3.252_GH0.tar.gz) = 2262a7ba3e12583a5f5f7ebac0c01003cf106baf0ea75809e07958fa9334ea49
+SIZE (KhronosGroup-Vulkan-Headers-v1.3.252_GH0.tar.gz) = 1984978
diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile
index 70a1a3eefa62..688181124c0c 100644
--- a/graphics/vulkan-loader/Makefile
+++ b/graphics/vulkan-loader/Makefile
@@ -1,6 +1,7 @@
PORTNAME= vulkan-loader
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.251
+PORTREVISION= 1
CATEGORIES= graphics devel
MAINTAINER= jbeich@FreeBSD.org