diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2024-12-04 09:19:07 +0100 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2024-12-04 19:25:09 +0100 |
commit | 4868165d658cda92dfea971dab8dc476a6dccc03 (patch) | |
tree | 4f1af724de0607e86546f5d01faf8c7128ebe05d | |
parent | mail/nmh-devel: update to latest git commit on savannah (diff) |
graphics/vulkan-headers: update to 1.4.303
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.302...v1.4.303
Reported by: Repology, portscout
-rw-r--r-- | graphics/vulkan-headers/Makefile | 2 | ||||
-rw-r--r-- | graphics/vulkan-headers/distinfo | 6 | ||||
-rw-r--r-- | 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 cabbeece8678..d8b74a877a4d 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.302 +DISTVERSION= 1.4.303 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index 93246ba15354..a8cbe32f8f6b 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1732171211 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.302_GH0.tar.gz) = 996c3f4220971e3b3cd6b8933e9e81f0bc82b6d2d6449b6f02c66946d65bf944 -SIZE (KhronosGroup-Vulkan-Headers-v1.3.302_GH0.tar.gz) = 2408373 +TIMESTAMP = 1733300347 +SHA256 (KhronosGroup-Vulkan-Headers-v1.4.303_GH0.tar.gz) = fdf0e2e05356b455137ff97f837c9689ba253ec7d20f87ad81575b9bdbe7fdd4 +SIZE (KhronosGroup-Vulkan-Headers-v1.4.303_GH0.tar.gz) = 2440533 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index b10b1a22683b..d3ea1a447b7f 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.3.302 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org |