diff options
| author | Conrad Irwin | 2013-09-07 13:58:26 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2013-09-07 22:06:08 +0100 |
| commit | 17d0fd6db0a318924f0a78c17f7ca737b8fc2c12 (patch) | |
| tree | 0892362034a71e4155b99aae27b972c045957dfa | |
| parent | d5199173b1bc576b58d4550cfa2fb658068b9342 (diff) | |
| download | homebrew-17d0fd6db0a318924f0a78c17f7ca737b8fc2c12.tar.bz2 | |
gist 4.1.1
Closes #22383.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -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 b802212bf..6ce00299c 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.0.3.tar.gz' - sha1 '4c88ac3550833154beab134d7ccc9ec8330ad281' + url 'https://github.com/defunkt/gist/archive/v4.1.1.tar.gz' + sha1 '47c9708acd56fb2e7cd463b607a5dd12b9a77235' head 'https://github.com/defunkt/gist.git' def install |
