diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gh.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/gh.rb b/Library/Formula/gh.rb index 9d89dfb0d..ee0e0f59d 100644 --- a/Library/Formula/gh.rb +++ b/Library/Formula/gh.rb @@ -7,9 +7,10 @@ class Gh < Formula head "https://github.com/jingweno/gh.git" bottle do - sha1 "8f4434cfa3a015ac92f22dd5b043d7c7ed5bd094" => :mavericks - sha1 "c6fdfd0562cd00fd2c30aaeb9926e0372a5c31cf" => :mountain_lion - sha1 "c910b882aec49ae1057c1510d79bf84acab8d447" => :lion + revision 1 + sha1 "bac12bb9f1b776a10eab9d7b3fd859f4fb459a23" => :mavericks + sha1 "9706eaf67eed09dc7e1267afed043c32c67c4ca1" => :mountain_lion + sha1 "3f46e4ee7a3e2d63e514f057e9dd8e116b3c18e2" => :lion end depends_on "go" => :build |
