From: Chip Turner Date: Sat, 16 Jul 2016 20:04:36 +0000 (-0700) Subject: Update brew for 0.7.4 X-Git-Tag: v0.8.0~1^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F249%2Fhead;p=thirdparty%2Fzstd.git Update brew for 0.7.4 --- diff --git a/zstd.rb b/zstd.rb index 5f2f6529e..999238331 100644 --- 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.3.tar.gz" - sha256 "767da2a321b70d57a0f0776c39192a6c235c8f1fd7f1268eafde94a8869c3c71" + url "https://github.com/Cyan4973/zstd/archive/v0.7.4.tar.gz" + sha256 "35ab3a5084d0194e9ff08e702edb6f507eab1bfb8c09c913639241cec852e2b7" def install system "make", "install", "PREFIX=#{prefix}"