diff options
| author | Brett Koonce | 2014-04-19 09:54:57 -0500 | 
|---|---|---|
| committer | Brett Koonce | 2014-04-19 12:15:59 -0500 | 
| commit | 0c4af4b07629da9d7e7101cc4b5b8b3fa5f531d2 (patch) | |
| tree | ea00c3604b1f3a6ea29e96752801f7bef953945c | |
| parent | 4803fd5d57e8865b5a6c8387a69039cf29cbad2e (diff) | |
| download | homebrew-0c4af4b07629da9d7e7101cc4b5b8b3fa5f531d2.tar.bz2 | |
gpm 1.2.1
| -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 5bd191977..afb4ab8a5 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.0.tar.gz" -  sha1 "9d676d76c7ee9c21a404286b528323db12adb1c8" +  url "https://github.com/pote/gpm/archive/v1.2.1.tar.gz" +  sha1 "225eabbf7f2ec01e4c6e2cce57950ad3a1034c39"    bottle do      cellar :any | 
