From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 09 Oct 2024 15:00:07 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1syWIR-002ETl-1a for lore@lore.pengutronix.de; Wed, 09 Oct 2024 15:00:07 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1syWIR-0005M3-2F; Wed, 09 Oct 2024 15:00:07 +0200 Received: from lupine.office.stw.pengutronix.de ([2a0a:edc0:0:900:1d::4e]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1syWHL-0004Qy-1u; Wed, 09 Oct 2024 14:58:59 +0200 From: Philipp Zabel To: ptxdist@pengutronix.de Date: Wed, 9 Oct 2024 14:58:54 +0200 Message-Id: <20241009125857.41402-7-p.zabel@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20241009125857.41402-1-p.zabel@pengutronix.de> References: <20241009125857.41402-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH 07/10] vulkan-utility-libraries: version bump 1.3.290.0 -> 1.3.296.0 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Philipp Zabel Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Signed-off-by: Philipp Zabel --- rules/vulkan-utility-libraries.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/vulkan-utility-libraries.make b/rules/vulkan-utility-libraries.make index 5f91cf1a0f0a..e6b65cecf691 100644 --- a/rules/vulkan-utility-libraries.make +++ b/rules/vulkan-utility-libraries.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_VULKAN_UTILITY_LIBRARIES) += vulkan-utility-libraries # # Paths and names # -VULKAN_UTILITY_LIBRARIES_VERSION := 1.3.290.0 -VULKAN_UTILITY_LIBRARIES_MD5 := ebb93325da55c4c684d51ead687ca80b +VULKAN_UTILITY_LIBRARIES_VERSION := 1.3.296.0 +VULKAN_UTILITY_LIBRARIES_MD5 := 34ec6b0cfb484fc9fc3c2a94d83ecc2e VULKAN_UTILITY_LIBRARIES := vulkan-utility-libraries-$(VULKAN_UTILITY_LIBRARIES_VERSION) VULKAN_UTILITY_LIBRARIES_SUFFIX := tar.gz VULKAN_UTILITY_LIBRARIES_URL := https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/vulkan-sdk-$(VULKAN_UTILITY_LIBRARIES_VERSION).$(VULKAN_UTILITY_LIBRARIES_SUFFIX) -- 2.39.5