File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ class Zstd < Formula
5
5
mirror "http://fresh-center.net/linux/misc/zstd-1.5.6.tar.gz"
6
6
mirror "http://fresh-center.net/linux/misc/legacy/zstd-1.5.6.tar.gz"
7
7
sha256 "30f35f71c1203369dc979ecde0400ffea93c27391bfd2ac5a9715d2173d92ff7"
8
- license "BSD-3-Clause"
8
+ license all_of : [
9
+ { any_of : [ "BSD-3-Clause" , "GPL-2.0-only" ] } ,
10
+ "BSD-2-Clause" , # programs/zstdgrep, lib/libzstd.pc.in
11
+ "MIT" , # lib/dictBuilder/divsufsort.c
12
+ ]
9
13
head "https://github.com/facebook/zstd.git" , branch : "dev"
10
14
11
15
# The upstream repository contains old, one-off tags (5.5.5, 6.6.6) that are
@@ -28,6 +32,7 @@ class Zstd < Formula
28
32
depends_on "cmake" => :build
29
33
depends_on "lz4"
30
34
depends_on "xz"
35
+
31
36
uses_from_macos "zlib"
32
37
33
38
def install
You can’t perform that action at this time.
0 commit comments