diff options
| author | Misty De Meo | 2014-03-10 10:25:43 -0700 |
|---|---|---|
| committer | Misty De Meo | 2014-03-13 09:45:31 -0700 |
| commit | 9b5eb30cd15f8f300fbf30733ae5ef4d268b158e (patch) | |
| tree | 0af9d3565f67e1a7541e92a3a356249609366c21 | |
| parent | 1c8e821e79336704b92811db2c413d9303a2e0f5 (diff) | |
| download | homebrew-9b5eb30cd15f8f300fbf30733ae5ef4d268b158e.tar.bz2 | |
gist 4.2.1
| -rw-r--r-- | Library/Formula/gist.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gist.rb b/Library/Formula/gist.rb index 3d9f788e9..fc6b7fc05 100644 --- a/Library/Formula/gist.rb +++ b/Library/Formula/gist.rb @@ -2,8 +2,8 @@ require 'formula' class Gist < Formula homepage 'https://github.com/defunkt/gist' - url 'https://github.com/defunkt/gist/archive/v4.1.3.tar.gz' - sha1 '592afe5f45f476f2d9129bcd250892c884c3664d' + url 'https://github.com/defunkt/gist/archive/v4.2.1.tar.gz' + sha1 'a081ce290e601263c2e42cc3c584c2cd23f06951' head 'https://github.com/defunkt/gist.git' def install |
