diff options
| author | Brett Koonce | 2012-07-28 16:05:11 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-07-28 15:42:52 -0700 | 
| commit | a4bdea9e4a31bc49b2de9b0a0f6c9f8eb8f858b9 (patch) | |
| tree | 4ec3cf6714c254adc41624843ee302247185ea13 | |
| parent | 1bd27e2cac830f20447a36492ded359d3c6d3e2b (diff) | |
| download | homebrew-a4bdea9e4a31bc49b2de9b0a0f6c9f8eb8f858b9.tar.bz2 | |
yeti 0.9.6
Closes #13694.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/yeti.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/yeti.rb b/Library/Formula/yeti.rb index 27ec16bb5..2c7c4a237 100644 --- a/Library/Formula/yeti.rb +++ b/Library/Formula/yeti.rb @@ -2,8 +2,8 @@ require 'formula'  class Yeti < Formula    homepage 'http://mth.github.com/yeti/' -  url 'https://github.com/mth/yeti/tarball/v0.9.5' -  sha1 '8f92d74609923c462c184ebfe28cb05209e08f1b' +  url 'https://github.com/mth/yeti/tarball/v0.9.6' +  sha1 'f10d17d9235740cee1f7c37711d9979f84a9e078'    head 'https://github.com/mth/yeti.git'  | 
