git: 9c5871cd3f82 - main - graphics/vulkan-headers: update to 1.3.263
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Sep 2023 11:00:28 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9c5871cd3f82d4e8c95cd715ddc776bafc5b7e65
commit 9c5871cd3f82d4e8c95cd715ddc776bafc5b7e65
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-09-02 10:16:59 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-09-03 10:59:50 +0000
graphics/vulkan-headers: update to 1.3.263
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.262...v1.3.263
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 9cd0db6c02dc..56bbf7cddb1e 100644
--- a/graphics/vulkan-headers/Makefile
+++ b/graphics/vulkan-headers/Makefile
@@ -1,6 +1,6 @@
PORTNAME= vulkan-headers
DISTVERSIONPREFIX= v
-DISTVERSION= 1.3.262
+DISTVERSION= 1.3.263
CATEGORIES= graphics
MAINTAINER= jbeich@FreeBSD.org
diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo
index 0b1f6d8ec330..ea9918ade56a 100644
--- a/graphics/vulkan-headers/distinfo
+++ b/graphics/vulkan-headers/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1692951838
-SHA256 (KhronosGroup-Vulkan-Headers-v1.3.262_GH0.tar.gz) = 317e467a5fb2eaa6a18b984ec70fdbfaccd93595a3e6f4bcceca7d3fab280505
-SIZE (KhronosGroup-Vulkan-Headers-v1.3.262_GH0.tar.gz) = 2071734
+TIMESTAMP = 1693649819
+SHA256 (KhronosGroup-Vulkan-Headers-v1.3.263_GH0.tar.gz) = 6a240d61965fc02b5861065dbfcd1d25418106ddb9747b99c3014faa794c2e9a
+SIZE (KhronosGroup-Vulkan-Headers-v1.3.263_GH0.tar.gz) = 2083488
diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile
index 72fd5aac471a..a3f169b4428c 100644
--- a/graphics/vulkan-loader/Makefile
+++ b/graphics/vulkan-loader/Makefile
@@ -1,6 +1,7 @@
PORTNAME= vulkan-loader
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.262
+PORTREVISION= 1
CATEGORIES= graphics devel
MAINTAINER= jbeich@FreeBSD.org