diff options
| author | Chris Wanstrath | 2010-02-28 13:23:51 -0700 |
|---|---|---|
| committer | Chris Wanstrath | 2010-02-28 12:26:23 -0800 |
| commit | 78df5918177e68bc6c2538de145ed558dd52ac2f (patch) | |
| tree | c7f2b8931346e2335cb727351d371faa9c74d664 /Library/Formula | |
| parent | 7967dd85a1341f2028b6a6f5b31b36c9c68a6a98 (diff) | |
| download | homebrew-78df5918177e68bc6c2538de145ed558dd52ac2f.tar.bz2 | |
Update gist.rb to 1.0.1
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gist.rb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Library/Formula/gist.rb b/Library/Formula/gist.rb index 3c7a76a80..880bdd451 100644 --- a/Library/Formula/gist.rb +++ b/Library/Formula/gist.rb @@ -1,13 +1,11 @@ require 'formula' class Gist <Formula - url 'http://github.com/defunkt/gist/raw/595bddc77386b46f30dcae83748d4e2cc9d1b219/gist.rb' - homepage 'http://github.com/defunkt/gist/' - version '20091019' - md5 '61ada08a5871b7011c1682be38e51da1' + url 'http://github.com/defunkt/gist/tarball/v1.0.1' + homepage 'http://github.com/defunkt/gist' + md5 'b1ee3a40dfe3c4fff2a98f2c525cb64a' def install - mv 'gist.rb', 'gist' - bin.install "gist" + system "rake", "install", "prefix=#{prefix}" end end |
