diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-10-13 08:07:51 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-10-13 18:15:23 +0000 |
commit | 140e7a841cf1d1c6eff641915aed527fc5554cb2 (patch) | |
tree | 8bb85df2b8e3b507e40e7a5eb2312e2afe0ba9cf | |
parent | 4d7416192bdc1e54ba044a6800129d621cee2f4d (diff) | |
download | ports-140e7a841cf1d1c6eff641915aed527fc5554cb2.tar.gz ports-140e7a841cf1d1c6eff641915aed527fc5554cb2.zip |
graphics/vulkan-headers: update to 1.3.231
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.230...v1.3.231
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 a6d57ea0bc0b..7f0de160a272 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.230 +DISTVERSION= 1.3.231 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index 21a3234be5e1..760948e2b520 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1664425115 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.230_GH0.tar.gz) = 7ffa5489eb64c11449ebc63579cbbd3bf6d8144cdd96434033f837c2b615847d -SIZE (KhronosGroup-Vulkan-Headers-v1.3.230_GH0.tar.gz) = 1696454 +TIMESTAMP = 1665648471 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.231_GH0.tar.gz) = 4cb1c0aeb858e1a4955a736b86b0da8511ca8701222e9a252adcf093d40a8d28 +SIZE (KhronosGroup-Vulkan-Headers-v1.3.231_GH0.tar.gz) = 1691505 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index f6512348ecba..fb17cb3bbad0 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v PORTVERSION= 1.3.230 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org |