diff options
author | Lars Op den Kamp <lars@opdenkamp.eu> | 2013-12-16 11:47:27 +0100 |
---|---|---|
committer | Lars Op den Kamp <lars@opdenkamp.eu> | 2013-12-18 10:03:56 +0100 |
commit | 1e7cccbb644d503ef53aa85f96c41f6f85866f4d (patch) | |
tree | 9ac61c09d5e38eb898324d4f075e6a81c4b6c75b /tools | |
parent | 66e8eb2e9c0c9d7f044850ddd5e3b8e6aeb14925 (diff) |
[CEC] bump to libCEC 2.1.4
changelog can be found here: https://github.com/Pulse-Eight/libcec/blob/release/ChangeLog
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/target/libcec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/depends/target/libcec/Makefile b/tools/depends/target/libcec/Makefile index 0a42317775..e30c549bc2 100644 --- a/tools/depends/target/libcec/Makefile +++ b/tools/depends/target/libcec/Makefile @@ -3,8 +3,8 @@ DEPS= ../../Makefile.include Makefile # lib name, version LIBNAME=libcec -VERSION=2.1.1 -SOURCE=$(LIBNAME)-$(VERSION) +VERSION=2.1.4 +SOURCE=$(LIBNAME)-$(VERSION)-2 ARCHIVE=$(SOURCE).tar.gz # configuration settings |