Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zstd 1.5.0 #77434

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions Formula/clazy.rb
Expand Up @@ -4,6 +4,7 @@ class Clazy < Formula
url "https://download.kde.org/stable/clazy/1.9/src/clazy-1.9.tar.xz"
sha256 "4c6c2e473e6aa011cc5fab120ebcffec3fc11a9cc677e21ad8c3ea676eb076f8"
license "LGPL-2.0-or-later"
revision 1
head "https://invent.kde.org/sdk/clazy.git"

livecheck do
Expand Down
5 changes: 2 additions & 3 deletions Formula/zstd.rb
@@ -1,10 +1,9 @@
class Zstd < Formula
desc "Zstandard is a real-time compression algorithm"
homepage "https://facebook.github.io/zstd/"
url "https://github.com/facebook/zstd/archive/v1.4.9.tar.gz"
sha256 "acf714d98e3db7b876e5b540cbf6dee298f60eb3c0723104f6d3f065cd60d6a8"
url "https://github.com/facebook/zstd/archive/v1.5.0.tar.gz"
sha256 "0d9ade222c64e912d6957b11c923e214e2e010a18f39bec102f572e693ba2867"
license "BSD-3-Clause"
revision 1
head "https://github.com/facebook/zstd.git", branch: "dev"

bottle do
Expand Down