Update drush to 4.1

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Victor Castell 2011-01-11 11:51:21 +01:00 committed by Adam Vandenberg
parent b85aaaa2ca
commit cb306d7b44

View file

@ -7,10 +7,10 @@ class DrushMake <Formula
end
class Drush <Formula
url 'http://ftp.drupal.org/files/projects/drush-7.x-4.0.tar.gz'
url 'http://ftp.drupal.org/files/projects/drush-All-versions-4.1.tar.gz'
homepage 'http://drupal.org/project/drush'
version '4.0'
md5 'dbfba4f79be85122d7173e2ac7531a6b'
version '4.1'
md5 '880997e341af70ee84a99cdc98b35eb9'
def install
prefix.install Dir['*'] # No lib folder, so this is OK for now.