package/lzlib: bump to version 0.4.3
Switch to more recent github repository. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> [Thomas: add hash file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
3c02a88337
commit
0682970b3d
@ -7,4 +7,4 @@ config BR2_PACKAGE_LZLIB
|
||||
functions and also to read/write gzip files using an
|
||||
interface similar to the base io package.
|
||||
|
||||
http://luaforge.net/projects/lzlib/
|
||||
https://github.com/LuaDist/lzlib
|
||||
|
@ -1,2 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 c10055bde2c0a0ed14f22c1ee0701910b0b9885245baf7911201ab4dfd3b828c lzlib-0.4.work3-1.src.rock
|
||||
sha256 cbb0cac5825e940b4ea2f31a336d2aaf6db39847d456920afd8e443804420dbb lzlib-0.4.3.tar.gz
|
||||
|
@ -4,9 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LZLIB_VERSION = 0.4.work3-1
|
||||
LZLIB_SUBDIR = lzlib-0.4-work3
|
||||
LZLIB_VERSION = 0.4.3
|
||||
LZLIB_SITE = $(call github,LuaDist,lzlib,$(LZLIB_VERSION))
|
||||
LZLIB_DEPENDENCIES = zlib
|
||||
LZLIB_LICENSE = MIT
|
||||
LZLIB_CONF_OPTS = -DINSTALL_CMOD="/usr/lib/lua/$(LUAINTERPRETER_ABIVER)" \
|
||||
-DINSTALL_LMOD="/usr/share/lua/$(LUAINTERPRETER_ABIVER)"
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
$(eval $(cmake-package))
|
||||
|
Loading…
Reference in New Issue
Block a user