aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2019-08-28 17:13:42 -0300
committerHisham Muhammad <hisham@gobolinux.org>2019-08-28 17:13:42 -0300
commit38e890d4159a9c2e0ffa804bc45453225e7d4906 (patch)
tree76b836aa4aa7aefe652080f92c5e3d30911c5475
parent680d173332b866aa2b74fe714c918185ceedc5cd (diff)
downloadluarocks-38e890d4159a9c2e0ffa804bc45453225e7d4906.tar.gz
luarocks-38e890d4159a9c2e0ffa804bc45453225e7d4906.tar.bz2
luarocks-38e890d4159a9c2e0ffa804bc45453225e7d4906.zip
publishrelease: update wiki changes
-rwxr-xr-xpublishrelease7
1 files changed, 4 insertions, 3 deletions
diff --git a/publishrelease b/publishrelease
index fd67d8c8..28214aa0 100755
--- a/publishrelease
+++ b/publishrelease
@@ -175,14 +175,15 @@ else
175 cd luarocks.wiki 175 cd luarocks.wiki
176fi 176fi
177 177
178sed -i "s,The current stable release is [^:]*:,The current stable release is '''$v''':," Download.mediawiki 178sed -i "s,Latest release: .*,Latest release: '''LuaRocks $v''' - '$(date +'%d/%b/%Y')'," Download.mediawiki
179 179
180sed -i "s,luarocks-[0-9.]*[0-9],luarocks-$v," Installation-instructions-for-Unix.md 180sed -i "s,luarocks-[0-9.]*[0-9],luarocks-$v,g" Download.mediawiki
181 181
182gawk ' 182gawk '
183BEGIN { 183BEGIN {
184 print "'\'\'\''Version '$v\'\'\'' - '$(date +'%d/%b/%Y')' - [http://luarocks.org/releases/luarocks-'$v'.tar.gz All Unix] -" 184 print "'\'\'\''Version '$v\'\'\'' - '$(date +'%d/%b/%Y')' - [http://luarocks.org/releases/luarocks-'$v'.tar.gz All Unix] -"
185 print "[http://luarocks.org/releases/luarocks-'$v'-windows-32.zip Windows all-in-one executable]" 185 print "[http://luarocks.org/releases/luarocks-'$v'-windows-32.zip Windows all-in-one executable] -"
186 print "[http://luarocks.github.io/luarocks/releases other files]"
186 print "" 187 print ""
187} 188}
188// { 189// {