diff options
| author | Peter Aronoff | 2010-06-28 17:02:17 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2010-06-28 14:19:18 -0700 |
| commit | 5607309c2249f62e81e72172144af75bf5dedc99 (patch) | |
| tree | 5fffbb89d763bfd63ead6cfdd39d133d5b0157d3 /Library/Formula/gist.rb | |
| parent | ade1e035e37276db253d3a827b9f7ca672c0e663 (diff) | |
| download | homebrew-5607309c2249f62e81e72172144af75bf5dedc99.tar.bz2 | |
Update gist to 1.2.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/gist.rb')
| -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 e7a1ff5b3..332445196 100644 --- a/Library/Formula/gist.rb +++ b/Library/Formula/gist.rb @@ -1,9 +1,9 @@ require 'formula' class Gist <Formula - url 'http://github.com/defunkt/gist/tarball/v1.1.1' + url 'http://github.com/defunkt/gist/tarball/v1.2.1' homepage 'http://github.com/defunkt/gist' - md5 'a1288387245cee6b1605d6756a2dac3b' + md5 'f89e4d059e35041acc215808a8d59cd5' def install system "rake", "install", "prefix=#{prefix}" |
