aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/magit.rb8
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"