diff options
Diffstat (limited to 'publishrelease')
| -rwxr-xr-x | publishrelease | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/publishrelease b/publishrelease index 98717bc9..48c3e311 100755 --- a/publishrelease +++ b/publishrelease | |||
| @@ -124,7 +124,7 @@ gawk ' | |||
| 124 | print "\"'$v'\": {" | 124 | print "\"'$v'\": {" |
| 125 | print "\"date\": \"'$(date +'%Y-%m-%d')'\"," | 125 | print "\"date\": \"'$(date +'%Y-%m-%d')'\"," |
| 126 | print "\"files\": [\"luarocks-'$v'.tar.gz\", \"luarocks-'$v'.tar.gz.asc\", \"luarocks-'$v'-win32.zip\", \"luarocks-'$v'-win32.zip.asc\", \"luarocks-'$v'-windows-32.zip\", \"luarocks-'$v'-windows-32.zip.asc\", \"luarocks-'$v'-windows-64.zip\", \"luarocks-'$v'-windows-64.zip.asc\", \"luarocks-'$v'-linux-x86_64.zip\", \"luarocks-'$v'-linux-x86_64.zip.asc\"]," | 126 | print "\"files\": [\"luarocks-'$v'.tar.gz\", \"luarocks-'$v'.tar.gz.asc\", \"luarocks-'$v'-win32.zip\", \"luarocks-'$v'-win32.zip.asc\", \"luarocks-'$v'-windows-32.zip\", \"luarocks-'$v'-windows-32.zip.asc\", \"luarocks-'$v'-windows-64.zip\", \"luarocks-'$v'-windows-64.zip.asc\", \"luarocks-'$v'-linux-x86_64.zip\", \"luarocks-'$v'-linux-x86_64.zip.asc\"]," |
| 127 | print "\"about\": []" | 127 | print "\"about\": []," |
| 128 | print "\"source_digest\": \"'$source_digest'\"" | 128 | print "\"source_digest\": \"'$source_digest'\"" |
| 129 | print "}}," | 129 | print "}}," |
| 130 | } | 130 | } |
