diff options
| author | BrewTestBot | 2014-03-25 14:28:07 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-03-25 14:43:25 +0000 | 
| commit | e1a0e13b35d2ce742f3c0fe7677c38890556abbf (patch) | |
| tree | e37c0ba0b8280a298357f2454b9eb8f949466ad0 | |
| parent | 30f839fa3b724d6e2faf2787fdfd5124844b0a21 (diff) | |
| download | homebrew-e1a0e13b35d2ce742f3c0fe7677c38890556abbf.tar.bz2 | |
gpm: update 1.2.0 bottle.
Closes #27854.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/gpm.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/gpm.rb b/Library/Formula/gpm.rb index 45ff39eb1..5bd191977 100644 --- a/Library/Formula/gpm.rb +++ b/Library/Formula/gpm.rb @@ -17,9 +17,9 @@ class Gpm < Formula    bottle do      cellar :any -    sha1 "be4a9a7e9a5e920d04c145e3fcb55580607a0f53" => :mavericks -    sha1 "551c3f73f109eddf6fa1938cfa2fbe05088c0dad" => :mountain_lion -    sha1 "433716c37294d5380affb56371d6677fe6e2e58b" => :lion +    sha1 "95096e58bdf1fac62b758f1d7b4f45b2a6fc8586" => :mavericks +    sha1 "1ac597052f23d3f82a0fd47b14a2f81343da6c3e" => :mountain_lion +    sha1 "feb12d15984f48f4499fd59ca7810ec95ad5a1e5" => :lion    end    depends_on GoInstalled | 
