Update drush to 4.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
b85aaaa2ca
commit
cb306d7b44
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-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.
|
||||
|
|
Loading…
Reference in a new issue