git: 382fc0a9aa56 - main - graphics/vulkan-headers: update to 1.3.245
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Mar 2023 19:27:23 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=382fc0a9aa56623b85fad607ed8ba8cac6e96b8b
commit 382fc0a9aa56623b85fad607ed8ba8cac6e96b8b
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-24 11:59:20 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-24 19:26:32 +0000
graphics/vulkan-headers: update to 1.3.245
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.244...v1.3.245
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 77a00dc2ac71..8f87038d734d 100644
--- a/graphics/vulkan-headers/Makefile
+++ b/graphics/vulkan-headers/Makefile
@@ -1,6 +1,6 @@
PORTNAME= vulkan-headers
DISTVERSIONPREFIX= v
-DISTVERSION= 1.3.244
+DISTVERSION= 1.3.245
CATEGORIES= graphics
MAINTAINER= jbeich@FreeBSD.org
diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo
index 1f818fc5ddda..39ace65805dc 100644
--- a/graphics/vulkan-headers/distinfo
+++ b/graphics/vulkan-headers/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1679111243
-SHA256 (KhronosGroup-Vulkan-Headers-v1.3.244_GH0.tar.gz) = 3c3da58940dcac5b007198f9bb0baf060044e86c992ffded3ac3ee31b5dceead
-SIZE (KhronosGroup-Vulkan-Headers-v1.3.244_GH0.tar.gz) = 1844029
+TIMESTAMP = 1679659160
+SHA256 (KhronosGroup-Vulkan-Headers-v1.3.245_GH0.tar.gz) = ccd84342df20a7dfe98943064c5c7cc41bc902021d9eb0a8722f299b0e1e4dbe
+SIZE (KhronosGroup-Vulkan-Headers-v1.3.245_GH0.tar.gz) = 1848509
diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile
index 316116800cb4..d23dc4e60514 100644
--- a/graphics/vulkan-loader/Makefile
+++ b/graphics/vulkan-loader/Makefile
@@ -1,6 +1,7 @@
PORTNAME= vulkan-loader
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.244
+PORTREVISION= 1
CATEGORIES= graphics devel
MAINTAINER= jbeich@FreeBSD.org