diff options
| author | PoTe | 2014-06-17 11:33:25 -0300 | 
|---|---|---|
| committer | Jack Nagel | 2014-06-17 15:47:14 -0500 | 
| commit | 8ae361bcc03b3224dec8ed1dcb1b5297b66b6eba (patch) | |
| tree | b54231a221779531b800d7dd40cd21b1855f6431 | |
| parent | b25d927dab7df649c4c7a5495c8519a03f11d38d (diff) | |
| download | homebrew-8ae361bcc03b3224dec8ed1dcb1b5297b66b6eba.tar.bz2 | |
gpm 1.2.3
Closes #30232.
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 18309c0af..3849b447b 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.2.1.tar.gz" -  sha1 "225eabbf7f2ec01e4c6e2cce57950ad3a1034c39" +  url "https://github.com/pote/gpm/archive/v1.2.3.tar.gz" +  sha1 "dc616876b874f01e7eaec75ef34f13e43df7ae91"    bottle do      cellar :any | 
