]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
update Mac homebrew installation script 299/head
authorYann Collet <yann.collet.73@gmail.com>
Thu, 18 Aug 2016 15:11:03 +0000 (17:11 +0200)
committerYann Collet <yann.collet.73@gmail.com>
Thu, 18 Aug 2016 15:11:03 +0000 (17:11 +0200)
zstd.rb

diff --git a/zstd.rb b/zstd.rb
index 1817c2ebe73cf215b514a3331eeecd3871b5c08a..62b1e0b8f336348339b62365739847f775117541 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.5.tar.gz"
-  sha256 "6800defac9a93ddb1d9673d62c78526800df71cf9f353456f8e488ba4de51061"
+  url "https://github.com/Cyan4973/zstd/archive/v0.8.1.tar.gz"
+  sha256 "4632bee45988dd0fe3edf1e67bdf0a833895cbb1a7d1eb23ef0b7d753f8bffdd"
 
   def install
     system "make", "install", "PREFIX=#{prefix}"