File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ moment.locale('zh-cn');
99/*global module:false*/
1010module . exports = function ( grunt ) {
1111
12- var DOWNLOAD_PREFIX = 'http://down.golaravel.com/%3Cspan%20class="x x-first x-last">laravel/ ';
12+ var DOWNLOAD_PREFIX = 'http://down.golaravel.com/' ;
1313 var laravel_tags ;
1414 var lumen_tags ;
1515
@@ -295,7 +295,7 @@ module.exports = function(grunt) {
295295
296296 return {
297297 version : tag ,
298- download_url : DOWNLOAD_PREFIX + 'laravel-' + tag + '.zip' ,
298+ download_url : DOWNLOAD_PREFIX + 'laravel/laravel -' + tag + '.zip' ,
299299 size : states . size
300300 } ;
301301 } ) . reverse ( ) ;
@@ -305,7 +305,7 @@ module.exports = function(grunt) {
305305
306306 return {
307307 version : tag ,
308- download_url : DOWNLOAD_PREFIX + 'lumen-' + tag + '.zip' ,
308+ download_url : DOWNLOAD_PREFIX + 'lumen/lumen -' + tag + '.zip' ,
309309 size : states . size
310310 } ;
311311 } ) . reverse ( ) ;
You can’t perform that action at this time.
0 commit comments