From 279651d6837ae6b7054c479c9d6992663e1b831a Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Fri, 30 Mar 2018 16:03:50 -0400 Subject: [PATCH] Fix zstd autoupdate --- zstd.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zstd.json b/zstd.json index 74580e17f4..4afd124c3f 100644 --- a/zstd.json +++ b/zstd.json @@ -25,10 +25,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/facebook/zstd/releases/download/v1.3.3/zstd-v$version-win64.zip" + "url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win64.zip" }, "32bit": { - "url": "https://github.com/facebook/zstd/releases/download/v1.3.3/zstd-v$version-win32.zip" + "url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win32.zip" } } }