diff options
author | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2009-05-27 19:35:35 +0000 |
---|---|---|
committer | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2009-05-27 19:35:35 +0000 |
commit | 5baf5401d21aa73dd62e08a420d2515edb211d80 (patch) | |
tree | 7f5959540d9020c323182ab3f11962d09254867d /www/apps/drush/drush.mkbuild | |
parent | 577e022bd636e60b2e811c8c1d1857bfe32f7c61 (diff) | |
download | mkbuilds-5baf5401d21aa73dd62e08a420d2515edb211d80.tar.gz mkbuilds-5baf5401d21aa73dd62e08a420d2515edb211d80.tar.bz2 |
drush: updating to 2.0rc1
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@473 18ef50b8-d735-4ccd-97c1-689132df3dd9
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" |