Browse Source

luarocks: bump to version 2.2.0beta1

this version includes a new default repository for rocks

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Francois Perrad 11 years ago
parent
commit
0b8411afac
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Config.in
  2. 1 1
      package/luarocks/luarocks.mk

+ 1 - 1
Config.in

@@ -234,7 +234,7 @@ endif
 
 
 config BR2_LUAROCKS_MIRROR
 config BR2_LUAROCKS_MIRROR
 	string "LuaRocks mirror"
 	string "LuaRocks mirror"
-	default "http://luarocks.org/repositories/rocks"
+	default "http://rocks.moonscript.org"
 	help
 	help
 	  LuaRocks repository.
 	  LuaRocks repository.
 
 

+ 1 - 1
package/luarocks/luarocks.mk

@@ -4,7 +4,7 @@
 #
 #
 ################################################################################
 ################################################################################
 
 
-LUAROCKS_VERSION = 2.1.2
+LUAROCKS_VERSION = 2.2.0beta1
 LUAROCKS_SITE = http://luarocks.org/releases/
 LUAROCKS_SITE = http://luarocks.org/releases/
 LUAROCKS_LICENSE = MIT
 LUAROCKS_LICENSE = MIT
 LUAROCKS_LICENSE_FILES = COPYING
 LUAROCKS_LICENSE_FILES = COPYING