From c4bb11e59254db0c0226d6197474e7220a7bbd8b Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 25 May 2011 14:11:10 -0700 Subject: magit 1.0.0 --- Library/Formula/magit.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library/Formula') 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" -- cgit v1.2.3