diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2025-06-27 03:45:13 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2025-12-28 19:58:58 -0300 |
| commit | f78cc689ea7b89c876f82035f1bcfdd2ce2a7f7c (patch) | |
| tree | 5347e63298872b49d2cbde7c398d85cd90ba13dc | |
| parent | 215cbc906a574687541e8cf8be84639fda20f57d (diff) | |
| download | luarocks-f78cc689ea7b89c876f82035f1bcfdd2ce2a7f7c.tar.gz luarocks-f78cc689ea7b89c876f82035f1bcfdd2ce2a7f7c.tar.bz2 luarocks-f78cc689ea7b89c876f82035f1bcfdd2ce2a7f7c.zip | |
publishrelease: fix typo
| -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 | } |
