diff options
author | Francois Perrad <fperrad@gmail.com> | 2016-01-10 15:49:24 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-01-12 22:26:53 +0100 |
commit | cf903fa515638c14368f45c5e275aedb3103b64b (patch) | |
tree | 74520782961024af6310b011f338d3121453745c | |
parent | 8f6b5d4cb395bc3d0474a1e3120b649f5d8ca691 (diff) | |
download | buildroot-cf903fa515638c14368f45c5e275aedb3103b64b.tar.gz buildroot-cf903fa515638c14368f45c5e275aedb3103b64b.zip |
luarocks: bump to version 2.3.0
[Peter: add .hash file]
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/luarocks/luarocks.hash | 2 | ||||
-rw-r--r-- | package/luarocks/luarocks.mk | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/package/luarocks/luarocks.hash b/package/luarocks/luarocks.hash new file mode 100644 index 0000000000..4d9840a348 --- /dev/null +++ b/package/luarocks/luarocks.hash @@ -0,0 +1,2 @@ +# Locally calculated +sha256 68e38feeb66052e29ad1935a71b875194ed8b9c67c2223af5f4d4e3e2464ed97 luarocks-2.3.0.tar.gz diff --git a/package/luarocks/luarocks.mk b/package/luarocks/luarocks.mk index ccbaaf7947..656b832b9b 100644 --- a/package/luarocks/luarocks.mk +++ b/package/luarocks/luarocks.mk @@ -4,7 +4,7 @@ # ################################################################################ -LUAROCKS_VERSION = 2.2.2 +LUAROCKS_VERSION = 2.3.0 LUAROCKS_SITE = http://luarocks.org/releases LUAROCKS_LICENSE = MIT LUAROCKS_LICENSE_FILES = COPYING |