From 0370344afb080a2103a7d30be818e9f3a007beee Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Thu, 11 Oct 2012 19:39:49 +0200 Subject: [PATCH] [cec] bump to libCEC 2.0.2 --- lib/libcec/Makefile | 2 +- project/BuildDependencies/scripts/libcec_d.txt | 2 +- tools/darwin/depends/libcec/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libcec/Makefile b/lib/libcec/Makefile index edc6ea8fc0cac..bb82a099aa877 100644 --- a/lib/libcec/Makefile +++ b/lib/libcec/Makefile @@ -7,7 +7,7 @@ # lib name, version LIBNAME=libcec -VERSION=2.0.0 +VERSION=2.0.2 SOURCE=$(LIBNAME)-$(VERSION) # download location and format diff --git a/project/BuildDependencies/scripts/libcec_d.txt b/project/BuildDependencies/scripts/libcec_d.txt index 38918333b2844..706d0a9c7308e 100644 --- a/project/BuildDependencies/scripts/libcec_d.txt +++ b/project/BuildDependencies/scripts/libcec_d.txt @@ -1,3 +1,3 @@ ; filename source of the file -libcec-2.0.0.zip http://mirrors.xbmc.org/build-deps/win32/ +libcec-2.0.2.zip http://mirrors.xbmc.org/build-deps/win32/ diff --git a/tools/darwin/depends/libcec/Makefile b/tools/darwin/depends/libcec/Makefile index 3f7bd0505e248..5a757a82f6aa1 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