Skip to content

Commit a652d3c

Browse files
author
wangsai
committed
fix
1 parent 5160292 commit a652d3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gruntfile.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ moment.locale('zh-cn');
99
/*global module:false*/
1010
module.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();

0 commit comments

Comments
 (0)