From 2892a6fb9e35252cb48e0378dcabbed7942f73c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Tue, 12 Nov 2024 16:20:27 +0100 Subject: [PATCH] component/zstd: Version up 1.5.6 --- component/zstd/buildout.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/component/zstd/buildout.cfg b/component/zstd/buildout.cfg index b212d0abf..ce5184f3b 100644 --- a/component/zstd/buildout.cfg +++ b/component/zstd/buildout.cfg @@ -10,8 +10,8 @@ parts = recipe = slapos.recipe.cmmi shared = true url = https://github.com/facebook/zstd/releases/download/v${:version}/zstd-${:version}.tar.gz -version = 1.5.5 -md5sum = 63251602329a106220e0a5ad26ba656f +version = 1.5.6 +md5sum = 5a473726b3445d0e5d6296afd1ab6854 location = @@LOCATION@@ configure-command = : environment = -- 2.30.9