diff options
| author | pote | 2015-01-30 15:28:10 -0200 | 
|---|---|---|
| committer | Jack Nagel | 2015-01-31 17:01:36 -0500 | 
| commit | 606a096f6fb985eae770146336fb34d52fcf822f (patch) | |
| tree | 7aadf58280b5fb4d670f3c788a21e8f6e2f74282 | |
| parent | ca177eb3ca818e5411643fdfe47cc5526c3852ae (diff) | |
| download | homebrew-606a096f6fb985eae770146336fb34d52fcf822f.tar.bz2 | |
gpm v1.3.2
Closes #36387.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/gpm.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/gpm.rb b/Library/Formula/gpm.rb index cf61196b7..3928179ae 100644 --- a/Library/Formula/gpm.rb +++ b/Library/Formula/gpm.rb @@ -12,8 +12,8 @@ end  class Gpm < Formula    homepage "https://github.com/pote/gpm" -  url "https://github.com/pote/gpm/archive/v1.3.1.tar.gz" -  sha1 "e29a009aeddad05d08a23c3694bedad7602dbe7a" +  url "https://github.com/pote/gpm/archive/v1.3.2.tar.gz" +  sha1 "2ad332aa2d711cb901ce4c2be72a254ecc5f20eb"    bottle do      cellar :any | 
