Updated drush to 4.4.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
d3309d8057
commit
b889d91a4b
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@ class DrushMake < Formula
|
|||
end
|
||||
|
||||
class Drush < Formula
|
||||
url 'http://ftp.drupal.org/files/projects/drush-7.x-4.3.tar.gz'
|
||||
url 'http://ftp.drupal.org/files/projects/drush-7.x-4.4.tar.gz'
|
||||
homepage 'http://drupal.org/project/drush'
|
||||
md5 '630005bef9521e3469991a79d2db423b'
|
||||
md5 'b8f89ee75a8d45a4765679524ebdf8b4'
|
||||
|
||||
def install
|
||||
prefix.install Dir['*'] # No lib folder, so this is OK for now.
|
||||
|
|
Loading…
Reference in a new issue