From 62846491f0ab256c8e03d0bb30604507a719751c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ante=20Dra=C5=BEi=C4=87?=
<96959476+dretva@users.noreply.github.com>
Date: Mon, 13 Nov 2023 22:55:55 +0100
Subject: [PATCH 1/2] Update package to v1.5.5
---
tools/chocolateyInstall.ps1 | 8 ++++----
zstandard.nuspec | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/tools/chocolateyInstall.ps1 b/tools/chocolateyInstall.ps1
index ee6e9ff..737265e 100644
--- a/tools/chocolateyInstall.ps1
+++ b/tools/chocolateyInstall.ps1
@@ -1,11 +1,11 @@
$packageName = 'zstandard'
-$packageVersion = '1.5.0'
-$urlArray = @('https://github.com/facebook/zstd/releases/download/v1.5.0/zstd-v1.5.0-win32.zip', 'https://github.com/facebook/zstd/releases/download/v1.5.0/zstd-v1.5.0-win64.zip')
+$packageVersion = '1.5.5'
+$urlArray = @('https://github.com/facebook/zstd/releases/download/v1.5.5/zstd-v1.5.5-win32.zip', 'https://github.com/facebook/zstd/releases/download/v1.5.5/zstd-v1.5.5-win64.zip')
$url = $urlArray[0]
-$checksum = 'd406d1e404a4c09d16df234953eaa706928946dd160eead7cdf5cbe75b3f72344635c7ca71ff23a10a5375b2d2805d4967f71747b8f07b1347a9fa09298646a0'
+$checksum = '6bf70c7a07b70f99fd0734e0513be7271c3fcb9d69441e798aca3064367355172f5e72ff27f36412647dce2b0b8c0a0658eb1be96b559c737c04917bfcb06c10'
$checksumType = 'sha512'
$url64 = $urlArray[1]
-$checksum64 = 'fcd4e974a6701a395b6c8bb7f0625253047b18d88f22fbb1fe97128dfc3f327850bc56f12560bea591efeca904b54a1dc536a8e9a7b76d8b45795d3a191454b6'
+$checksum64 = '8d0f5fb98e98cb15b7f8a6af265093d94524798a93ef12bd4528e25fd6234ee14d6a84545273ce9d02748b4aa87052f630ba168c870f3f7975bbe409cb60496c'
$checksumType64 = 'sha512'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
diff --git a/zstandard.nuspec b/zstandard.nuspec
index 37400cf..c1eae0a 100644
--- a/zstandard.nuspec
+++ b/zstandard.nuspec
@@ -4,7 +4,7 @@
zstandard
- 1.5.0
+ 1.5.5
https://github.com/maki-chan/choco.zstandard
Michael Armbruster
@@ -12,7 +12,7 @@
Zstandard
Facebook
https://facebook.github.io/zstd/
- https://cdn.jsdelivr.net/gh/facebook/zstd@v1.5.0/doc/images/zstd_logo86.png
+ https://cdn.jsdelivr.net/gh/facebook/zstd@v1.5.5/doc/images/zstd_logo86.png
Copyright © 2016-present, Facebook, Inc. All rights reserved.
https://raw.githubusercontent.com/facebook/zstd/dev/LICENSE
false
@@ -23,7 +23,7 @@
Zstandard, or zstd as short version, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level and better compression ratios. It's backed by a very fast entropy stage, provided by Huff0 and FSE library.
The project is provided as an open-source dual BSD and GPLv2 licensed C library, and a command line utility producing and decoding .zst, .gz, .xz and .lz4 files. Should your project require another programming language, a list of known ports and bindings is provided on Zstandard homepage.
- https://github.com/facebook/zstd/blob/v1.5.0/CHANGELOG
+ https://github.com/facebook/zstd/blob/v1.5.5/CHANGELOG
From c85ab0f71a260a0c3381ab1160ffc1cb4ce96817 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ante=20Dra=C5=BEi=C4=87?=
<96959476+readycool@users.noreply.github.com>
Date: Fri, 12 Apr 2024 02:14:26 +0200
Subject: [PATCH 2/2] Update package to v1.5.6
---
tools/chocolateyInstall.ps1 | 8 ++++----
zstandard.nuspec | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/tools/chocolateyInstall.ps1 b/tools/chocolateyInstall.ps1
index 737265e..8dc5032 100644
--- a/tools/chocolateyInstall.ps1
+++ b/tools/chocolateyInstall.ps1
@@ -1,11 +1,11 @@
$packageName = 'zstandard'
-$packageVersion = '1.5.5'
-$urlArray = @('https://github.com/facebook/zstd/releases/download/v1.5.5/zstd-v1.5.5-win32.zip', 'https://github.com/facebook/zstd/releases/download/v1.5.5/zstd-v1.5.5-win64.zip')
+$packageVersion = '1.5.6'
+$urlArray = @('https://github.com/facebook/zstd/releases/download/v1.5.6/zstd-v1.5.6-win32.zip', 'https://github.com/facebook/zstd/releases/download/v1.5.6/zstd-v1.5.6-win64.zip')
$url = $urlArray[0]
-$checksum = '6bf70c7a07b70f99fd0734e0513be7271c3fcb9d69441e798aca3064367355172f5e72ff27f36412647dce2b0b8c0a0658eb1be96b559c737c04917bfcb06c10'
+$checksum = '4a088296edf5e9a74ad9dd80e463cb7d37eaf4f62012a62804f768333e6c42160c6c6b41624b3d219936cdf3e73fd8a544334858efdba8804fd567ab0d95caab'
$checksumType = 'sha512'
$url64 = $urlArray[1]
-$checksum64 = '8d0f5fb98e98cb15b7f8a6af265093d94524798a93ef12bd4528e25fd6234ee14d6a84545273ce9d02748b4aa87052f630ba168c870f3f7975bbe409cb60496c'
+$checksum64 = '5e3e4893607c7fc5e18f8fe5e6dd392d574d7449ba6ce878bf5547663258e3db3fa20834ac2ac48811ae772b047bb936f7e0f7b71cbd088f54df5bd5f0ee56c9'
$checksumType64 = 'sha512'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
diff --git a/zstandard.nuspec b/zstandard.nuspec
index c1eae0a..26e7d54 100644
--- a/zstandard.nuspec
+++ b/zstandard.nuspec
@@ -4,7 +4,7 @@
zstandard
- 1.5.5
+ 1.5.6
https://github.com/maki-chan/choco.zstandard
Michael Armbruster
@@ -12,7 +12,7 @@
Zstandard
Facebook
https://facebook.github.io/zstd/
- https://cdn.jsdelivr.net/gh/facebook/zstd@v1.5.5/doc/images/zstd_logo86.png
+ https://cdn.jsdelivr.net/gh/facebook/zstd@v1.5.6/doc/images/zstd_logo86.png
Copyright © 2016-present, Facebook, Inc. All rights reserved.
https://raw.githubusercontent.com/facebook/zstd/dev/LICENSE
false
@@ -23,7 +23,7 @@
Zstandard, or zstd as short version, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level and better compression ratios. It's backed by a very fast entropy stage, provided by Huff0 and FSE library.
The project is provided as an open-source dual BSD and GPLv2 licensed C library, and a command line utility producing and decoding .zst, .gz, .xz and .lz4 files. Should your project require another programming language, a list of known ports and bindings is provided on Zstandard homepage.
- https://github.com/facebook/zstd/blob/v1.5.5/CHANGELOG
+ https://github.com/facebook/zstd/blob/v1.5.6/CHANGELOG