Update to 8.3.3:
Bugfix release primarily fixing issues to support: Drupal 9 (#4408) PHP 7.4 (#4362) Mysql 8 (#4313 & #4261)
This commit is contained in:
parent
63abc6a5dc
commit
fdf37f04fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=540564
3 changed files with 6 additions and 6 deletions
|
@ -2,8 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= drush
|
||||
DISTVERSION= 8.1.16
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 8.3.3
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://github.com/drush-ops/drush/releases/download/${DISTVERSION}/
|
||||
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1518347463
|
||||
SHA256 (drush.phar) = cf41ff329761aa28ef9770efd4d02d3b0a5bc5efeb52de6654756bd8103a04f4
|
||||
SIZE (drush.phar) = 4590001
|
||||
TIMESTAMP = 1593244065
|
||||
SHA256 (drush.phar) = a568bf0bcad1b6f300f0d35d79cccc53f93e7e90edc9822f3a6354145e456f98
|
||||
SIZE (drush.phar) = 5028695
|
||||
|
|
|
@ -2,4 +2,4 @@ Drush is a command line shell and Unix scripting interface for the Drupal CMS
|
|||
and is designed to make life easier for those who spend some of their working
|
||||
hours hacking away at the command prompt.
|
||||
|
||||
WWW: http://drupal.org/project/drush
|
||||
WWW: https://github.com/drush-ops/drush
|
||||
|
|
Loading…
Reference in a new issue