Skip to content

Commit

Permalink
zstd: Update to version 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rashil2000 committed Feb 16, 2023
1 parent 07b316f commit e9ee17d
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions bucket/zstd.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
{
"version": "1.5.2",
"version": "1.5.4",
"description": "High compression ratios compression algorithm",
"homepage": "https://facebook.github.io/zstd/",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/facebook/zstd/releases/download/v1.5.2/zstd-v1.5.2-win64.zip",
"hash": "68897cd037ee5e44c6d36b4dbbd04f1cc4202f9037415a3251951b953a257a09",
"extract_dir": "zstd-v1.5.2-win64"
},
"32bit": {
"url": "https://github.com/facebook/zstd/releases/download/v1.5.2/zstd-v1.5.2-win32.zip",
"hash": "1d4ed9446a485cf2edf0323d3b5c139e7c4a52b16a664b380b967a51cc978cf4",
"extract_dir": "zstd-v1.5.2-win32"
"url": "https://github.com/facebook/zstd/releases/download/v1.5.4/zstd-v1.5.4-win64.zip",
"hash": "0f4e67626f8d758a219c24e780a556a88a7baf4793e95802e55a789f9a4d3cc6"
}
},
"bin": "zstd.exe",
Expand All @@ -22,12 +16,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win64.zip",
"extract_dir": "zstd-v$version-win64"
},
"32bit": {
"url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win32.zip",
"extract_dir": "zstd-v$version-win32"
"url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win64.zip"
}
}
}
Expand Down

0 comments on commit e9ee17d

Please sign in to comment.