Fix zstd autoupdate

This commit is contained in:
Brandon Smith 2018-03-30 16:03:50 -04:00
parent 5067e6ca08
commit 279651d683

View File

@ -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"
}
}
}