git: b55899df9356 - main - graphics/vulkan-headers: update to 1.3.283
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Apr 2024 11:14:08 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b55899df93565e6eab2c8ca9b26ccb9a12f3e202
commit b55899df93565e6eab2c8ca9b26ccb9a12f3e202
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-04-19 06:54:17 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-04-20 11:13:50 +0000
graphics/vulkan-headers: update to 1.3.283
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.282...v1.3.283
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 8af5b27a25af..1fdedbfa117d 100644
--- a/graphics/vulkan-headers/Makefile
+++ b/graphics/vulkan-headers/Makefile
@@ -1,6 +1,6 @@
PORTNAME= vulkan-headers
DISTVERSIONPREFIX= v
-DISTVERSION= 1.3.282
+DISTVERSION= 1.3.283
CATEGORIES= graphics
MAINTAINER= jbeich@FreeBSD.org
diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo
index fca77a965622..6e841aaf91a1 100644
--- a/graphics/vulkan-headers/distinfo
+++ b/graphics/vulkan-headers/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1713079731
-SHA256 (KhronosGroup-Vulkan-Headers-v1.3.282_GH0.tar.gz) = 425fcf58c82731e9ce188b395d1d3fe65741ada6f0482bae034780eb530b76dc
-SIZE (KhronosGroup-Vulkan-Headers-v1.3.282_GH0.tar.gz) = 2269847
+TIMESTAMP = 1713509657
+SHA256 (KhronosGroup-Vulkan-Headers-v1.3.283_GH0.tar.gz) = a76ff77815012c76abc9811215c2167128a73a697bcc23948e858d1f7dd54a85
+SIZE (KhronosGroup-Vulkan-Headers-v1.3.283_GH0.tar.gz) = 2271437
diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile
index 13ded56654ae..00a27ec06b1d 100644
--- a/graphics/vulkan-loader/Makefile
+++ b/graphics/vulkan-loader/Makefile
@@ -1,6 +1,7 @@
PORTNAME= vulkan-loader
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.282
+PORTREVISION= 1
CATEGORIES= graphics devel
MAINTAINER= jbeich@FreeBSD.org