Skip to content

Commit

Permalink
Merge pull request #299 from Cyan4973/dev
Browse files Browse the repository at this point in the history
update Mac homebrew installation script
  • Loading branch information
Cyan4973 authored Aug 18, 2016
2 parents be6180c + b944ce0 commit 80b0e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zstd.rb
Original file line number Diff line number Diff line change
@@ -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}"
Expand Down

0 comments on commit 80b0e53

Please sign in to comment.