diff options
| author | Kristoffer | 2014-09-20 16:47:07 +0200 |
|---|---|---|
| committer | Tim D. Smith | 2014-09-20 09:26:10 -0700 |
| commit | 76375071386912f7ccbe12331690085abadbc563 (patch) | |
| tree | ded3389b7a5d622b7e874551acfbfa0cf20be3f3 /Library/Formula | |
| parent | b674280fbb5b2427de6221db3150f7626f3f0c0f (diff) | |
| download | homebrew-76375071386912f7ccbe12331690085abadbc563.tar.bz2 | |
zpaq 6.55
Closes #32453.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/zpaq.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/zpaq.rb b/Library/Formula/zpaq.rb index 3fab88d3f..4ca88b511 100644 --- a/Library/Formula/zpaq.rb +++ b/Library/Formula/zpaq.rb @@ -2,9 +2,9 @@ require "formula" class Zpaq < Formula homepage "http://mattmahoney.net/dc/zpaq.html" - url "http://mattmahoney.net/dc/zpaq649.zip" - sha1 "aa0d8241679f314d0be8a43e7a87e5b4d4529017" - version "6.49" + url "http://mattmahoney.net/dc/zpaq655.zip" + sha1 "0a64fada7112e59a85b8a53c5bf13f22b6f63620" + version "6.55" def install ENV.append_to_cflags "-Dunix -O3" |
