Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Added requiested modules LuaDist/Repository#88
Browse files Browse the repository at this point in the history
  • Loading branch information
drahosp committed May 16, 2012
1 parent f1fb20a commit f64f829
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -5,7 +5,7 @@
# Please note that the package source code is licensed under its own license.

project ( batteries NONE )
cmake_minimum_required ( VERSION 2.6 )
cmake_minimum_required ( VERSION 2.8 )
include ( cmake/dist.cmake )

# Just install the README
Expand Down
4 changes: 3 additions & 1 deletion dist.info
@@ -1,7 +1,7 @@
--- This file is part of LuaDist project

name = "batteries"
version = "0.9.1"
version = "0.9.2"

desc = "Lua Batteries. A meta package modeled after LuaForWindows distribution."
author = "N/A"
Expand All @@ -28,6 +28,8 @@ depends = {

-- Modules available on all platforms
-- "lua-apr>=0.22" -- needs dependencies
"slnunicode>=1.1",
"lua_iconv>=6",
"luaex>=20091018",
"lpeg>=0.9",
"luadate>=2",
Expand Down

0 comments on commit f64f829

Please sign in to comment.