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:
parent
d1bdb07092
commit
f37f20113d
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue