Skip to content

Commit

Permalink
Merge pull request Homebrew#208334 from Homebrew/bump-zstd-1.5.7
Browse files Browse the repository at this point in the history
zstd 1.5.7
  • Loading branch information
BrewTestBot authored Feb 21, 2025
2 parents 6f78b0f + d666140 commit 46f10b6
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions Formula/z/zstd.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
class Zstd < Formula
desc "Zstandard is a real-time compression algorithm"
homepage "https://facebook.github.io/zstd/"
url "https://github.com/facebook/zstd/archive/refs/tags/v1.5.6.tar.gz"
mirror "http://fresh-center.net/linux/misc/zstd-1.5.6.tar.gz"
mirror "http://fresh-center.net/linux/misc/legacy/zstd-1.5.6.tar.gz"
sha256 "30f35f71c1203369dc979ecde0400ffea93c27391bfd2ac5a9715d2173d92ff7"
url "https://github.com/facebook/zstd/archive/refs/tags/v1.5.7.tar.gz"
mirror "http://fresh-center.net/linux/misc/zstd-1.5.7.tar.gz"
mirror "http://fresh-center.net/linux/misc/legacy/zstd-1.5.7.tar.gz"
sha256 "37d7284556b20954e56e1ca85b80226768902e2edabd3b649e9e72c0c9012ee3"
license all_of: [
{ any_of: ["BSD-3-Clause", "GPL-2.0-only"] },
"BSD-2-Clause", # programs/zstdgrep, lib/libzstd.pc.in
Expand All @@ -20,15 +20,12 @@ class Zstd < Formula
end

bottle do
sha256 cellar: :any, arm64_sequoia: "487f35700f563b07036cfd429e4e7a4e37f13e22578e688cbfee2fa9484aaf9d"
sha256 cellar: :any, arm64_sonoma: "2028141683f55bffcd0693b9e49eef1e3dabc1e184214cacb173ca9bd54dabc0"
sha256 cellar: :any, arm64_ventura: "035cbadb205abbe00107f0c7746f3715e3841c007e4b3a309398e65d50c43cf5"
sha256 cellar: :any, arm64_monterey: "7f12fa16033d6576099c481f93a7423a526a7b3252a0ea0921ea0016c18f49f8"
sha256 cellar: :any, sequoia: "eb32988fe6b57b6a5f46ed6de10f0e7c74177c8971f4ae1f9c6e7cd4af539a77"
sha256 cellar: :any, sonoma: "09953f22fd56bc85e0d7ceac8de7e35ed622f3affe78dd782154e5e21623037b"
sha256 cellar: :any, ventura: "78fd5d1b6afaef60879445e3de8227257e79ec6fca6af1e1324896bc93cf2a75"
sha256 cellar: :any, monterey: "b5099f7c339af2fff89af3a844a004b35aba400787ef71e1db6e856889f56557"
sha256 cellar: :any_skip_relocation, x86_64_linux: "0e6ddbd4c969bb84261f12b759fb78a828d6f734c9e515793c6ac2c3a846b01e"
sha256 cellar: :any, arm64_sequoia: "b039c851ef22617804576274872c33727ebb3a0b5e0db2ab62e0d8a97ec9605a"
sha256 cellar: :any, arm64_sonoma: "af7a39452f08144cb27f8f9c31feafd46beca7eb4dd3047c49925800e00c6e7a"
sha256 cellar: :any, arm64_ventura: "56faac95df2a57e866c23339db384c5b3fe7d58984314c1a0bba2823123e0972"
sha256 cellar: :any, sonoma: "fa320bd56f0b839438336ae22fa6f404522e53f8297d72de04355f5483324499"
sha256 cellar: :any, ventura: "a109e4645ddd9a1f091f082b525b5ef5032d3568c016c3ec657f63068c068cc4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4748929efb3666f0fd60451479cb306991c75fc6a84253e81828354185f4a23b"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 46f10b6

Please sign in to comment.