update drush to drush-6.x-4.0-rc7

Closes Homebrew/homebrew#3803.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
flow 2011-01-03 10:11:58 +01:00 committed by Mike McQuaid
parent d1bdb07092
commit f37f20113d

View file

@ -7,10 +7,10 @@ class DrushMake <Formula
end
class Drush <Formula
url 'http://ftp.drupal.org/files/projects/drush-6.x-4.0-rc3.tar.gz'
url 'http://ftp.drupal.org/files/projects/drush-6.x-4.0-rc7.tar.gz'
homepage 'http://drupal.org/project/drush'
version '4.0-rc3' # Lets be explicit here
md5 '87659a5b3559f9eb7ef0a16c320a01ad'
version '4.0-rc7'
md5 '327e09a3fd9eef6c918ea1eac2ceb312'
def install
prefix.install Dir['*'] # No lib folder, so this is OK for now.