updated mac homebrew install script
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
class Zstd < Formula
|
class Zstd < Formula
|
||||||
desc "Zstandard - Fast real-time compression algorithm"
|
desc "Zstandard - Fast real-time compression algorithm"
|
||||||
homepage "http://www.zstd.net/"
|
homepage "http://www.zstd.net/"
|
||||||
url "https://github.com/Cyan4973/zstd/archive/v0.7.4.tar.gz"
|
url "https://github.com/Cyan4973/zstd/archive/v0.7.5.tar.gz"
|
||||||
sha256 "35ab3a5084d0194e9ff08e702edb6f507eab1bfb8c09c913639241cec852e2b7"
|
sha256 "6800defac9a93ddb1d9673d62c78526800df71cf9f353456f8e488ba4de51061"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "make", "install", "PREFIX=#{prefix}"
|
system "make", "install", "PREFIX=#{prefix}"
|
||||||
|
|||||||
Reference in New Issue
Block a user