diff options
| author | PoTe | 2014-09-28 11:56:16 -0300 |
|---|---|---|
| committer | Jack Nagel | 2014-09-28 11:21:12 -0500 |
| commit | 7703e6a87b9bfc90a428611fc9120251bbad4956 (patch) | |
| tree | 5cbc0536743b9ca26e7103e798226d682f9ae465 /Library | |
| parent | b118cdd1a6a4939be72f53af563830a7cd675fe5 (diff) | |
| download | homebrew-7703e6a87b9bfc90a428611fc9120251bbad4956.tar.bz2 | |
gpm v1.3.1
Closes #32751.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -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 56ee4bc40..6d7814b42 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.3.tar.gz" - sha1 "dc616876b874f01e7eaec75ef34f13e43df7ae91" + url "https://github.com/pote/gpm/archive/v1.3.1.tar.gz" + sha1 "e29a009aeddad05d08a23c3694bedad7602dbe7a" bottle do cellar :any |
