diff options
Diffstat (limited to 'www/apps/drush/drush.mkbuild')
-rw-r--r-- | www/apps/drush/drush.mkbuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/apps/drush/drush.mkbuild b/www/apps/drush/drush.mkbuild index c376e72..be373c6 100644 --- a/www/apps/drush/drush.mkbuild +++ b/www/apps/drush/drush.mkbuild @@ -28,7 +28,7 @@ #------------------------ # # Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) -[[DOWNLOAD FOLDER URL]]="http://ftp.drupal.org/files/projects/drush-7.x-2.0-alpha2.tar.gz" +[[DOWNLOAD FOLDER URL]]="http://ftp.drupal.org/files/projects/drush-All-Versions-2.0-rc1.tar.gz" # Source base name. if different from package name. Null ("") to default value. # Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' @@ -46,7 +46,7 @@ # # Package version. Null ("") to auto-set. # Auto-set, get VERSION from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' -[[VERSION]]="7.x-2.0-alpha2" +[[VERSION]]="2.0-rc1" # # Package extension. Null ("") to auto-set @@ -61,7 +61,7 @@ # # Source Name construction string # Default value is: $SRC_NAME-$VERSION.tar.$EXTENSION -[[SOURCE NAME CONSTRUCTION STRING]]="$SRC_NAME-$VERSION.tar.$EXTENSION" +[[SOURCE NAME CONSTRUCTION STRING]]="$SRC_NAME-All-Versions-$VERSION.tar.$EXTENSION" # # Unpacker programa ("") to auto-set. Default "tar" |