Releases: mpeterv/hererocks
Releases · mpeterv/hererocks
hererocks 0.3.1
Fixes:
- Fetch LuaJIT from GitHub mirror archive to avoid 'Connection refused' errors when installing it on Travis.
hererocks 0.3.0
New features/improvements:
- LuaRocks versions 2.0.8 - 2.0.12 are now supported.
--compat=none
now turns off Lua 5.0 compatibility options when installing Lua 5.1- Default git repos are cached.
- New
--cflags
option for adding custom compiler flags when compiling Lua and LuaJIT.
Fixes:
- LuaJIT
jit.*
modules are now properly installed.
hererocks 0.2.0
New features/improvements:
- Lua 5.3.2 is now supported
- Versions of installed programs are showed in status messages
hererocks 0.1.0
New features/improvements:
--verbose
flag that prints commands hererocks runs.- hererocks now checks if requested versions are already installed, and skips installation in that case. Override using
--ignore-installed/-i
flag. - PUC Rio Lua now has default git URI.
Fixes:
- Installing from a git branch now works with newer git versions.
Breaking changes:
- Removed
-c
and-t
shortcuts.
hererocks 0.0.3
Package for pip