diff options
| author | Koen Van der Auwera | 2010-10-13 11:45:00 +0200 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-10-13 06:00:32 -0700 | 
| commit | 9036c7964c42b47390f5c2c02c79ac59bf88c123 (patch) | |
| tree | c7f7c422bdcd07e4daa4d57ab334e1bf06fe14bf /Library/Formula/magit.rb | |
| parent | 0f813e65f132c90e6313bf2f9f1a46a15953d85e (diff) | |
| download | homebrew-9036c7964c42b47390f5c2c02c79ac59bf88c123.tar.bz2 | |
magit 0.8.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/magit.rb')
| -rw-r--r-- | Library/Formula/magit.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/magit.rb b/Library/Formula/magit.rb index 95428255d..6d026bda0 100644 --- a/Library/Formula/magit.rb +++ b/Library/Formula/magit.rb @@ -1,9 +1,9 @@  require 'formula'  class Magit <Formula -  url 'http://github.com/downloads/philjackson/magit/magit-0.8.1.tar.gz' +  url 'http://github.com/downloads/philjackson/magit/magit-0.8.2.tar.gz'    homepage 'http://github.com/philjackson/magit' -  md5 'ab5dc15540942dabd9861d9dfaa5601f' +  md5 'fe7e1a1085190ede6bed49e406fe0ce9'    head 'git://github.com/philjackson/magit.git'    def install  | 
