diff --git a/jquery.module b/jquery.module
index bd8adb3..520fab0 100644
--- a/jquery.module
+++ b/jquery.module
@@ -73,6 +73,11 @@ function jquery_libraries_info() {
     'name' => 'jQuery',
     'vendor url' => 'http://jquery.com',
     'download url' => 'http://docs.jquery.com/Downloading_jQuery',
+    'download' => array(
+      'type' => 'file',
+      'url' => 'http://code.jquery.com/jquery.min.js',
+      'filename' => 'jquery.min.js',
+    ),
     'files' => array(
       'js' => array('jquery.js'),
     ),
