Skip to content

Commit

Permalink
magit 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed May 25, 2011
1 parent ce48b71 commit c4bb11e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Library/Formula/magit.rb
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit c4bb11e

Please sign in to comment.