Updating drush to 4.0 and drush make to beta10.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Jake Bell 2010-12-19 21:18:56 -06:00 committed by Adam Vandenberg
parent d94bf546cf
commit 793072fd7f
1 changed files with 4 additions and 4 deletions

View File

@ -1,16 +1,16 @@
require 'formula'
class DrushMake <Formula
url 'http://ftp.drupal.org/files/projects/drush_make-6.x-2.0-beta9.tar.gz'
url 'http://ftp.drupal.org/files/projects/drush_make-6.x-2.0-beta10.tar.gz'
homepage 'http://drupal.org/project/drush_make'
md5 '971cde5da1fcf8ae63e42c074cbb5476'
md5 '3be3c6473198652900f7695e09a1806c'
end
class Drush <Formula
url 'http://ftp.drupal.org/files/projects/drush-6.x-3.3.tar.gz'
url 'http://ftp.drupal.org/files/projects/drush-6.x-4.0-rc3.tar.gz'
homepage 'http://drupal.org/project/drush'
version '3.3' # 3.3 is detected, but lets be explicit here
md5 'ed7ee13415548c643358a8a870534a5e'
md5 '87659a5b3559f9eb7ef0a16c320a01ad'
def install
prefix.install Dir['*'] # No lib folder, so this is OK for now.