diff options
| author | Adam Vandenberg | 2011-05-25 14:11:10 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-05-25 14:11:10 -0700 |
| commit | c4bb11e59254db0c0226d6197474e7220a7bbd8b (patch) | |
| tree | 3dd2c63e366f46a97bd44f51e45d0eb1dab47091 /Library | |
| parent | ce48b71648006a91b760262b5f94674c976e200b (diff) | |
| download | homebrew-c4bb11e59254db0c0226d6197474e7220a7bbd8b.tar.bz2 | |
magit 1.0.0
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/magit.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/magit.rb b/Library/Formula/magit.rb index 490f365c1..43c9c7ea0 100644 --- a/Library/Formula/magit.rb +++ b/Library/Formula/magit.rb @@ -1,10 +1,10 @@ require 'formula' class Magit < Formula - url 'https://github.com/downloads/philjackson/magit/magit-0.8.2.tar.gz' - homepage 'https://github.com/philjackson/magit' - md5 'fe7e1a1085190ede6bed49e406fe0ce9' - head 'git://github.com/philjackson/magit.git' + url 'https://github.com/downloads/magit/magit/magit-1.0.0.tar.gz' + homepage 'https://github.com/magit/magit' + md5 '1f640741ff0cf94ea84c607fac8758d6' + head 'git://github.com/magit/magit.git' def install system "./autogen.sh" if File.exist? "autogen.sh" |
