Skip to content

Commit 46f10b6

Browse files
authored
Merge pull request #208334 from Homebrew/bump-zstd-1.5.7
zstd 1.5.7
2 parents 6f78b0f + d666140 commit 46f10b6

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

Formula/z/zstd.rb

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
class Zstd < Formula
22
desc "Zstandard is a real-time compression algorithm"
33
homepage "https://facebook.github.io/zstd/"
4-
url "https://github.com/facebook/zstd/archive/refs/tags/v1.5.6.tar.gz"
5-
mirror "http://fresh-center.net/linux/misc/zstd-1.5.6.tar.gz"
6-
mirror "http://fresh-center.net/linux/misc/legacy/zstd-1.5.6.tar.gz"
7-
sha256 "30f35f71c1203369dc979ecde0400ffea93c27391bfd2ac5a9715d2173d92ff7"
4+
url "https://github.com/facebook/zstd/archive/refs/tags/v1.5.7.tar.gz"
5+
mirror "http://fresh-center.net/linux/misc/zstd-1.5.7.tar.gz"
6+
mirror "http://fresh-center.net/linux/misc/legacy/zstd-1.5.7.tar.gz"
7+
sha256 "37d7284556b20954e56e1ca85b80226768902e2edabd3b649e9e72c0c9012ee3"
88
license all_of: [
99
{ any_of: ["BSD-3-Clause", "GPL-2.0-only"] },
1010
"BSD-2-Clause", # programs/zstdgrep, lib/libzstd.pc.in
@@ -20,15 +20,12 @@ class Zstd < Formula
2020
end
2121

2222
bottle do
23-
sha256 cellar: :any, arm64_sequoia: "487f35700f563b07036cfd429e4e7a4e37f13e22578e688cbfee2fa9484aaf9d"
24-
sha256 cellar: :any, arm64_sonoma: "2028141683f55bffcd0693b9e49eef1e3dabc1e184214cacb173ca9bd54dabc0"
25-
sha256 cellar: :any, arm64_ventura: "035cbadb205abbe00107f0c7746f3715e3841c007e4b3a309398e65d50c43cf5"
26-
sha256 cellar: :any, arm64_monterey: "7f12fa16033d6576099c481f93a7423a526a7b3252a0ea0921ea0016c18f49f8"
27-
sha256 cellar: :any, sequoia: "eb32988fe6b57b6a5f46ed6de10f0e7c74177c8971f4ae1f9c6e7cd4af539a77"
28-
sha256 cellar: :any, sonoma: "09953f22fd56bc85e0d7ceac8de7e35ed622f3affe78dd782154e5e21623037b"
29-
sha256 cellar: :any, ventura: "78fd5d1b6afaef60879445e3de8227257e79ec6fca6af1e1324896bc93cf2a75"
30-
sha256 cellar: :any, monterey: "b5099f7c339af2fff89af3a844a004b35aba400787ef71e1db6e856889f56557"
31-
sha256 cellar: :any_skip_relocation, x86_64_linux: "0e6ddbd4c969bb84261f12b759fb78a828d6f734c9e515793c6ac2c3a846b01e"
23+
sha256 cellar: :any, arm64_sequoia: "b039c851ef22617804576274872c33727ebb3a0b5e0db2ab62e0d8a97ec9605a"
24+
sha256 cellar: :any, arm64_sonoma: "af7a39452f08144cb27f8f9c31feafd46beca7eb4dd3047c49925800e00c6e7a"
25+
sha256 cellar: :any, arm64_ventura: "56faac95df2a57e866c23339db384c5b3fe7d58984314c1a0bba2823123e0972"
26+
sha256 cellar: :any, sonoma: "fa320bd56f0b839438336ae22fa6f404522e53f8297d72de04355f5483324499"
27+
sha256 cellar: :any, ventura: "a109e4645ddd9a1f091f082b525b5ef5032d3568c016c3ec657f63068c068cc4"
28+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4748929efb3666f0fd60451479cb306991c75fc6a84253e81828354185f4a23b"
3229
end
3330

3431
depends_on "cmake" => :build

0 commit comments

Comments
 (0)