diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-11-23 16:07:23 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-11-26 15:38:17 +0000 |
commit | 3a78bc3be46680b238e89ba73e2b94d46c0ef906 (patch) | |
tree | adf587b4c81af115e11e5a6fd08b52b17de4306a /graphics | |
parent | 7b46b367bc5881b480848b5312a5a6e8953d8aea (diff) |
graphics/vulkan-headers: update to 1.2.200
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.2.199...v1.2.200
Reported by: Repology
Diffstat (limited to 'graphics')
-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 7c5b7e405b2e..6fc1b18fc85c 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.2.199 +DISTVERSION= 1.2.200 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index 792d52e7fa16..5e0aa0a0bd6e 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1637073531 -SHA256 (KhronosGroup-Vulkan-Headers-v1.2.199_GH0.tar.gz) = c4b860e267312364aa0b36e457e5ac8c114fe0957f216668c9da9211ef4643d0 -SIZE (KhronosGroup-Vulkan-Headers-v1.2.199_GH0.tar.gz) = 1298572 +TIMESTAMP = 1637683643 +SHA256 (KhronosGroup-Vulkan-Headers-v1.2.200_GH0.tar.gz) = 2fa518da0614a45ca473cd3f5efa72e101fa88549da14a9cbef3ff6cb3e7280b +SIZE (KhronosGroup-Vulkan-Headers-v1.2.200_GH0.tar.gz) = 1301911 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index 809a47928ab8..c0b0fa910ba3 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.2.199 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org |