git: 98a156d5e643 - main - graphics/vulkan-headers: update to 1.3.244
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Mar 2023 08:07:46 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=98a156d5e64318d507a47f7a0eafde5e234a8b0f
commit 98a156d5e64318d507a47f7a0eafde5e234a8b0f
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-18 03:47:23 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-19 08:07:27 +0000
graphics/vulkan-headers: update to 1.3.244
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.243...v1.3.244
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 4ae6de7da783..77a00dc2ac71 100644
--- a/graphics/vulkan-headers/Makefile
+++ b/graphics/vulkan-headers/Makefile
@@ -1,6 +1,6 @@
PORTNAME= vulkan-headers
DISTVERSIONPREFIX= v
-DISTVERSION= 1.3.243
+DISTVERSION= 1.3.244
CATEGORIES= graphics
MAINTAINER= jbeich@FreeBSD.org
diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo
index bf9e2b7d82ac..1f818fc5ddda 100644
--- a/graphics/vulkan-headers/distinfo
+++ b/graphics/vulkan-headers/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1678610121
-SHA256 (KhronosGroup-Vulkan-Headers-v1.3.243_GH0.tar.gz) = 76c57490740369a26d68dd26d308e2faa2e0fc5d255498aa48ee389534fc5a48
-SIZE (KhronosGroup-Vulkan-Headers-v1.3.243_GH0.tar.gz) = 1841020
+TIMESTAMP = 1679111243
+SHA256 (KhronosGroup-Vulkan-Headers-v1.3.244_GH0.tar.gz) = 3c3da58940dcac5b007198f9bb0baf060044e86c992ffded3ac3ee31b5dceead
+SIZE (KhronosGroup-Vulkan-Headers-v1.3.244_GH0.tar.gz) = 1844029
diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile
index adcc87c461cb..02b5b3bb39ac 100644
--- a/graphics/vulkan-loader/Makefile
+++ b/graphics/vulkan-loader/Makefile
@@ -1,6 +1,7 @@
PORTNAME= vulkan-loader
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.243
+PORTREVISION= 1
CATEGORIES= graphics devel
MAINTAINER= jbeich@FreeBSD.org