drush 6.0
Closes Homebrew/homebrew#22028. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
5c7cde1794
commit
70652b7530
1 changed files with 3 additions and 4 deletions
|
@ -2,10 +2,9 @@ require 'formula'
|
|||
|
||||
class Drush < Formula
|
||||
homepage 'http://drupal.org/project/drush'
|
||||
url 'http://ftp.drupal.org/files/projects/drush-8.x-6.0-rc4.tar.gz'
|
||||
sha1 '66a96f3540e9502b86385b1c62358b839410ac92'
|
||||
|
||||
head 'git://git.drupal.org/project/drush.git', :branch => '8.x-6.x'
|
||||
head 'https://github.com/drush-ops/drush.git'
|
||||
url 'https://github.com/drush-ops/drush/archive/6.0.0.tar.gz'
|
||||
sha1 '6ff849b5d0807c4c4a39afeed28b9aa2dbc6de5e'
|
||||
|
||||
def install
|
||||
libexec.install Dir['*']
|
||||
|
|
Loading…
Reference in a new issue