diff options
| author | Hisham <hisham@gobolinux.org> | 2016-11-07 00:28:08 -0200 |
|---|---|---|
| committer | Hisham <hisham@gobolinux.org> | 2016-11-07 00:28:08 -0200 |
| commit | 6a299fc4c2b25482bf53ae1ab8ee4c330bc82890 (patch) | |
| tree | e7eac4eb93e75bff18079b49600d75df2ec09652 | |
| parent | bfab09559cdbbc7e163490129ac7d3c4060b905d (diff) | |
| download | luarocks-6a299fc4c2b25482bf53ae1ab8ee4c330bc82890.tar.gz luarocks-6a299fc4c2b25482bf53ae1ab8ee4c330bc82890.tar.bz2 luarocks-6a299fc4c2b25482bf53ae1ab8ee4c330bc82890.zip | |
keplerproject/luarocks -> luarocks/luarocks
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | install.bat | 2 |
2 files changed, 4 insertions, 4 deletions
| @@ -1,10 +1,10 @@ | |||
| 1 | <p align="center"><a href="http://luarocks.org"><img border="0" src="http://keplerproject.github.io/luarocks/luarocks.png" alt="LuaRocks" width="500px"></a></p> | 1 | <p align="center"><a href="http://luarocks.org"><img border="0" src="http://luarocks.github.io/luarocks/luarocks.png" alt="LuaRocks" width="500px"></a></p> |
| 2 | 2 | ||
| 3 | A package manager for Lua modules. | 3 | A package manager for Lua modules. |
| 4 | 4 | ||
| 5 | [](https://travis-ci.org/keplerproject/luarocks) | 5 | [](https://travis-ci.org/luarocks/luarocks) |
| 6 | [](https://ci.appveyor.com/project/hishamhm/luarocks/branch/master) | 6 | [](https://ci.appveyor.com/project/hishamhm/luarocks/branch/master) |
| 7 | [](https://codecov.io/gh/keplerproject/luarocks/branch/master) | 7 | [](https://codecov.io/gh/luarocks/luarocks/branch/master) |
| 8 | [](https://gitter.im/keplerproject/luarocks?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | 8 | [](https://gitter.im/keplerproject/luarocks?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
| 9 | 9 | ||
| 10 | Main website: [luarocks.org](http://www.luarocks.org) | 10 | Main website: [luarocks.org](http://www.luarocks.org) |
diff --git a/install.bat b/install.bat index 0a35a28a..92d7b830 100644 --- a/install.bat +++ b/install.bat | |||
| @@ -459,7 +459,7 @@ local function get_windows_sdk_directory() | |||
| 459 | assert(type(vars.LUA_RUNTIME) == "string", "requires vars.LUA_RUNTIME to be set before calling this function.") | 459 | assert(type(vars.LUA_RUNTIME) == "string", "requires vars.LUA_RUNTIME to be set before calling this function.") |
| 460 | -- Only v7.1 and v6.1 shipped with compilers | 460 | -- Only v7.1 and v6.1 shipped with compilers |
| 461 | -- Other versions requires a separate installation of Visual Studio. | 461 | -- Other versions requires a separate installation of Visual Studio. |
| 462 | -- see https://github.com/keplerproject/luarocks/pull/443#issuecomment-152792516 | 462 | -- see https://github.com/luarocks/luarocks/pull/443#issuecomment-152792516 |
| 463 | local wsdks = { | 463 | local wsdks = { |
| 464 | ["MSVCR100"] = "v7.1", -- shipped with Visual Studio 2010 compilers. | 464 | ["MSVCR100"] = "v7.1", -- shipped with Visual Studio 2010 compilers. |
| 465 | ["MSVCR100D"] = "v7.1", -- shipped with Visual Studio 2010 compilers. | 465 | ["MSVCR100D"] = "v7.1", -- shipped with Visual Studio 2010 compilers. |
