git: ea37244dcf35 - main - graphics/vulkan-headers: update to 1.2.199
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 Nov 2021 06:20:22 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ea37244dcf358cca1dcde7c53ce9f063a3b052a1
commit ea37244dcf358cca1dcde7c53ce9f063a3b052a1
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-11-16 14:38:51 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-11-17 06:19:04 +0000
graphics/vulkan-headers: update to 1.2.199
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.2.198...v1.2.199
Reported by: Repology
---
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 8d95403cd4a2..7c5b7e405b2e 100644
--- a/graphics/vulkan-headers/Makefile
+++ b/graphics/vulkan-headers/Makefile
@@ -1,6 +1,6 @@
PORTNAME= vulkan-headers
DISTVERSIONPREFIX= v
-DISTVERSION= 1.2.198
+DISTVERSION= 1.2.199
CATEGORIES= graphics
MAINTAINER= jbeich@FreeBSD.org
diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo
index 33a00ec4f06c..792d52e7fa16 100644
--- a/graphics/vulkan-headers/distinfo
+++ b/graphics/vulkan-headers/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1636446623
-SHA256 (KhronosGroup-Vulkan-Headers-v1.2.198_GH0.tar.gz) = 0b2c69bc392a0022652f65efe5c51ec39ae90ec427065a914ba74ac6c728db30
-SIZE (KhronosGroup-Vulkan-Headers-v1.2.198_GH0.tar.gz) = 1288016
+TIMESTAMP = 1637073531
+SHA256 (KhronosGroup-Vulkan-Headers-v1.2.199_GH0.tar.gz) = c4b860e267312364aa0b36e457e5ac8c114fe0957f216668c9da9211ef4643d0
+SIZE (KhronosGroup-Vulkan-Headers-v1.2.199_GH0.tar.gz) = 1298572
diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile
index b12b29b71343..aec2503915a9 100644
--- a/graphics/vulkan-loader/Makefile
+++ b/graphics/vulkan-loader/Makefile
@@ -1,6 +1,7 @@
PORTNAME= vulkan-loader
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.198
+PORTREVISION= 1
CATEGORIES= graphics devel
MAINTAINER= jbeich@FreeBSD.org