aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/drush.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/drush.rb b/Library/Formula/drush.rb
index a80b103c9..663b31a83 100644
--- a/Library/Formula/drush.rb
+++ b/Library/Formula/drush.rb
@@ -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.