diff options
| author | Matthew Price | 2014-03-12 20:10:13 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2014-03-12 20:59:40 -0700 |
| commit | 65e2073c8af47571a6c4644243dd4760073bdb2e (patch) | |
| tree | 187886ba8371f22660843428d284f3a2aebb9385 /Library | |
| parent | 05b3cae4ebb21bee223f3750e474487600cc2d60 (diff) | |
| download | homebrew-65e2073c8af47571a6c4644243dd4760073bdb2e.tar.bz2 | |
ghi 0.9.3
Closes #27492.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ghi.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ghi.rb b/Library/Formula/ghi.rb index 7f4fae930..e08d8a2f8 100644 --- a/Library/Formula/ghi.rb +++ b/Library/Formula/ghi.rb @@ -2,9 +2,9 @@ require 'formula' class Ghi < Formula homepage 'https://github.com/stephencelis/ghi' - url 'https://github.com/stephencelis/ghi/archive/0.9.2.tar.gz' + url 'https://github.com/stephencelis/ghi/archive/0.9.3.tar.gz' head 'https://github.com/stephencelis/ghi.git' - sha1 'c62c8d0e8e510db82ca3880a13c4f965c728cfb5' + sha1 '59512443c778cacc8c0488e6ab64965f18b3a279' def install bin.install "ghi" |
