From c4e47c917f1e4bca1ea9bd86ef77ae335322a5c9 Mon Sep 17 00:00:00 2001 From: Julien Muchembled <jm@nexedi.com> Date: Sun, 1 Jul 2018 16:55:41 +0200 Subject: [PATCH] version up: Zstd 1.3.5 --- 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 705738fd5..0234c6529 100644 --- a/component/zstd/buildout.cfg +++ b/component/zstd/buildout.cfg @@ -5,7 +5,7 @@ parts = [zstd] recipe = slapos.recipe.cmmi location = ${buildout:parts-directory}/${:_buildout_section_name_} -url = https://github.com/facebook/zstd/archive/v1.3.4.tar.gz -md5sum = 10bf0353e3dedd8bae34a188c25d4261 +url = https://github.com/facebook/zstd/archive/v1.3.5.tar.gz +md5sum = d2fc97be4852d666f086282053c02319 configure-command = : make-options = PREFIX=${:location} -- 2.30.9