From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sat, 11 Oct 2025 10:25:37 +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 1v7Uv3-006bEE-1S for lore@lore.pengutronix.de; Sat, 11 Oct 2025 10:25:37 +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 1v7Uv2-00037o-Pk; Sat, 11 Oct 2025 10:25:36 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1v7Uua-0002HB-97; Sat, 11 Oct 2025 10:25:08 +0200 From: Philipp Zabel To: ptxdist@pengutronix.de Date: Sat, 11 Oct 2025 10:24:58 +0200 Message-ID: <20251011082459.1676245-8-p.zabel@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251011082459.1676245-1-p.zabel@pengutronix.de> References: <20251011082459.1676245-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH 8/9] vulkan-utility-libraries: version bump 1.4.328.0 -> 1.4.328.1 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 69b1121c811f..8a3abd324580 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.4.328.0 -VULKAN_UTILITY_LIBRARIES_MD5 := a0d9e29cd72e631e0111b229d37cd9e0 +VULKAN_UTILITY_LIBRARIES_VERSION := 1.4.328.1 +VULKAN_UTILITY_LIBRARIES_MD5 := d72bf7fa60e669b6b06e8e91498d6040 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.47.3