magit 1.0.0

This commit is contained in:
Adam Vandenberg 2011-05-25 14:11:10 -07:00
parent 0f3c1fe787
commit a5f506d52e

View file

@ -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"