git: 140e7a841cf1 - main - graphics/vulkan-headers: update to 1.3.231
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Oct 2022 18:15:37 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=140e7a841cf1d1c6eff641915aed527fc5554cb2
commit 140e7a841cf1d1c6eff641915aed527fc5554cb2
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-10-13 08:07:51 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-10-13 18:15:23 +0000
graphics/vulkan-headers: update to 1.3.231
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.230...v1.3.231
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 a6d57ea0bc0b..7f0de160a272 100644
--- a/graphics/vulkan-headers/Makefile
+++ b/graphics/vulkan-headers/Makefile
@@ -1,6 +1,6 @@
PORTNAME= vulkan-headers
DISTVERSIONPREFIX= v
-DISTVERSION= 1.3.230
+DISTVERSION= 1.3.231
CATEGORIES= graphics
MAINTAINER= jbeich@FreeBSD.org
diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo
index 21a3234be5e1..760948e2b520 100644
--- a/graphics/vulkan-headers/distinfo
+++ b/graphics/vulkan-headers/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1664425115
-SHA256 (KhronosGroup-Vulkan-Headers-v1.3.230_GH0.tar.gz) = 7ffa5489eb64c11449ebc63579cbbd3bf6d8144cdd96434033f837c2b615847d
-SIZE (KhronosGroup-Vulkan-Headers-v1.3.230_GH0.tar.gz) = 1696454
+TIMESTAMP = 1665648471
+SHA256 (KhronosGroup-Vulkan-Headers-v1.3.231_GH0.tar.gz) = 4cb1c0aeb858e1a4955a736b86b0da8511ca8701222e9a252adcf093d40a8d28
+SIZE (KhronosGroup-Vulkan-Headers-v1.3.231_GH0.tar.gz) = 1691505
diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile
index f6512348ecba..fb17cb3bbad0 100644
--- a/graphics/vulkan-loader/Makefile
+++ b/graphics/vulkan-loader/Makefile
@@ -1,6 +1,7 @@
PORTNAME= vulkan-loader
DISTVERSIONPREFIX= v
PORTVERSION= 1.3.230
+PORTREVISION= 1
CATEGORIES= graphics devel
MAINTAINER= jbeich@FreeBSD.org