diff options
author | Francois Perrad <fperrad@gmail.com> | 2018-12-16 21:19:03 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-12-17 09:56:05 +0100 |
commit | 3cac66f07c4e7e76800b294d50f3d9420d186a2e (patch) | |
tree | d4e5b7ccd6e843a3c9f1ad1bfc4a6a61e7326cb5 /package/lua-periphery/lua-periphery.mk | |
parent | 9b0ac875385e3bcb052fc2f376f45fa61e102673 (diff) | |
download | buildroot-3cac66f07c4e7e76800b294d50f3d9420d186a2e.tar.gz buildroot-3cac66f07c4e7e76800b294d50f3d9420d186a2e.zip |
package/lua-periphery: bump to version 1.1.1
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/lua-periphery/lua-periphery.mk')
-rw-r--r-- | package/lua-periphery/lua-periphery.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lua-periphery/lua-periphery.mk b/package/lua-periphery/lua-periphery.mk index 2c04eede86..af5abe70df 100644 --- a/package/lua-periphery/lua-periphery.mk +++ b/package/lua-periphery/lua-periphery.mk @@ -4,7 +4,7 @@ # ################################################################################ -LUA_PERIPHERY_VERSION = 1.0.6-1 +LUA_PERIPHERY_VERSION = 1.1.1-1 LUA_PERIPHERY_SUBDIR = lua-periphery LUA_PERIPHERY_LICENSE = MIT LUA_PERIPHERY_LICENSE_FILES = $(LUA_PERIPHERY_SUBDIR)/LICENSE |