diff options
| author | Adam Vandenberg | 2013-06-01 12:50:22 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-01 12:52:00 -0700 |
| commit | 54ba68da6aef3e26b3e095f582651cf519bd47a1 (patch) | |
| tree | af05ffb12dc3c2b6332de6ced32a7b9ba29f7930 /Library/Formula | |
| parent | 1abf9c49b2a67fedb4e55fd86a1a5cf8b600eacb (diff) | |
| download | homebrew-54ba68da6aef3e26b3e095f582651cf519bd47a1.tar.bz2 | |
drush: fix checksum
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/drush.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/drush.rb b/Library/Formula/drush.rb index 1d103a4c2..af00d52a7 100644 --- a/Library/Formula/drush.rb +++ b/Library/Formula/drush.rb @@ -3,7 +3,7 @@ require 'formula' class Drush < Formula homepage 'http://drupal.org/project/drush' url 'http://ftp.drupal.org/files/projects/drush-8.x-6.0-beta1.tar.gz' - sha1 'd9d8afa277b7ff8babf1788771d5e20a' + sha1 'e7f24717a3b4d5e07df7a9708ff0540f8aae2968' head 'git://git.drupal.org/project/drush.git', :branch => '8.x-6.x' |
