diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-05-08 13:05:09 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-05-08 13:05:09 +0200 |
commit | 00e6b30e26b079c3c1cbe4d0b9a138916036c444 (patch) | |
tree | 8f1adb16fab24846d295f974bd4fac751cf8e7bf /tools | |
parent | ddb4e35e93fea55d2e7c919d2da75b94d0460dc9 (diff) |
[depends] lzo 2.09
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/native/liblzo2-native/Makefile | 2 | ||||
-rw-r--r-- | tools/depends/target/liblzo2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/depends/native/liblzo2-native/Makefile b/tools/depends/native/liblzo2-native/Makefile index 41809ea6c5..927ffb55b4 100644 --- a/tools/depends/native/liblzo2-native/Makefile +++ b/tools/depends/native/liblzo2-native/Makefile @@ -5,7 +5,7 @@ DEPS= ../../Makefile.include.in Makefile # lib name, version LIBNAME=lzo -VERSION=2.03 +VERSION=2.09 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz diff --git a/tools/depends/target/liblzo2/Makefile b/tools/depends/target/liblzo2/Makefile index 9a670ed2ab..32d29d87b6 100644 --- a/tools/depends/target/liblzo2/Makefile +++ b/tools/depends/target/liblzo2/Makefile @@ -3,7 +3,7 @@ DEPS= ../../Makefile.include Makefile # lib name, version LIBNAME=lzo -VERSION=2.06 +VERSION=2.09 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz |