diff options
author | Lars Op den Kamp <lars@opdenkamp.eu> | 2012-10-11 19:39:49 +0200 |
---|---|---|
committer | Lars Op den Kamp <lars@opdenkamp.eu> | 2012-10-16 00:58:52 +0200 |
commit | 0370344afb080a2103a7d30be818e9f3a007beee (patch) | |
tree | dc30ff0d0b714f09b8324cf8dd2a2b7981b906f9 /tools | |
parent | b2faddb6f5a4d6d2a2faf9b39c89fc08969a5e8f (diff) |
[cec] bump to libCEC 2.0.2
Diffstat (limited to 'tools')
-rw-r--r-- | tools/darwin/depends/libcec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/depends/libcec/Makefile b/tools/darwin/depends/libcec/Makefile index 3f7bd0505e..5a757a82f6 100644 --- a/tools/darwin/depends/libcec/Makefile +++ b/tools/darwin/depends/libcec/Makefile @@ -3,7 +3,7 @@ include ../config.site.mk # lib name, version LIBNAME=libcec -VERSION=2.0.0 +VERSION=2.0.2 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz |