]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
updated mac homebrew install script
authorYann Collet <yann.collet.73@gmail.com>
Wed, 10 Aug 2016 05:16:30 +0000 (07:16 +0200)
committerYann Collet <yann.collet.73@gmail.com>
Wed, 10 Aug 2016 05:16:30 +0000 (07:16 +0200)
zstd.rb

diff --git a/zstd.rb b/zstd.rb
index 999238331d5554c258ac024fd90dc8d0c07bd982..1817c2ebe73cf215b514a3331eeecd3871b5c08a 100644 (file)
--- a/zstd.rb
+++ b/zstd.rb
@@ -1,8 +1,8 @@
 class Zstd < Formula
   desc "Zstandard - Fast real-time compression algorithm"
   homepage "http://www.zstd.net/"
-  url "https://github.com/Cyan4973/zstd/archive/v0.7.4.tar.gz"
-  sha256 "35ab3a5084d0194e9ff08e702edb6f507eab1bfb8c09c913639241cec852e2b7"
+  url "https://github.com/Cyan4973/zstd/archive/v0.7.5.tar.gz"
+  sha256 "6800defac9a93ddb1d9673d62c78526800df71cf9f353456f8e488ba4de51061"
 
   def install
     system "make", "install", "PREFIX=#{prefix}"