lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Wed, 28 Aug 2019 at 17:15, v <v19930312@gmail.com> wrote:
>
> On Wed, 2019-08-28 at 16:56 -0300, Hisham wrote:
> > Hello list,
> >
> > Announcing version 3.2.0 of LuaRocks, the Lua package manager.
> > You can find all links at https://luarocks.org
> > — source packages for all supported platforms and binaries for
> > Windows and Linux x86-64 are available.
>
> It may be a bit stupid question, but why `luarocks install luarocks`
> install only version 3.1.2-1 when 3.1.3 and now 3.2.0 are around?

Oops, please try again! (Assuming you originally installed LuaRocks
using `make bootstrap`, otherwise you have to use the installation
packages to upgrade.)

I also forgot to mention in the release highlights about the new subcommand:

   luarocks completion

which you can use to generate a shell completion file — it supports
bash, zsh and fish!
This was also added by Paul as part of his GSoC project.

Cheers,

-- Hisham