]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
update brew formula 312/head
authorYann Collet <cyan@fb.com>
Wed, 31 Aug 2016 16:16:19 +0000 (09:16 -0700)
committerYann Collet <cyan@fb.com>
Wed, 31 Aug 2016 16:16:19 +0000 (09:16 -0700)
zstd.rb

diff --git a/zstd.rb b/zstd.rb
index 62b1e0b8f336348339b62365739847f775117541..0aa72a2138551c2ba5296e4a7c780b67d944bf66 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.8.1.tar.gz"
-  sha256 "4632bee45988dd0fe3edf1e67bdf0a833895cbb1a7d1eb23ef0b7d753f8bffdd"
+  url "https://github.com/Cyan4973/zstd/archive/v1.0.0.tar.gz"
+  sha256 "197e6ef74da878cbf72844f38461bb18129d144fd5221b3598e973ecda6f5963"
 
   def install
     system "make", "install", "PREFIX=#{prefix}"