diff options
-rw-r--r-- | lib/libcec/Makefile | 2 | ||||
-rw-r--r-- | project/BuildDependencies/scripts/libcec_d.txt | 2 | ||||
-rw-r--r-- | tools/darwin/depends/libcec/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcec/Makefile b/lib/libcec/Makefile index bb82a099aa..e48760ffc1 100644 --- a/lib/libcec/Makefile +++ b/lib/libcec/Makefile @@ -7,7 +7,7 @@ # lib name, version LIBNAME=libcec -VERSION=2.0.2 +VERSION=2.0.3 SOURCE=$(LIBNAME)-$(VERSION) # download location and format diff --git a/project/BuildDependencies/scripts/libcec_d.txt b/project/BuildDependencies/scripts/libcec_d.txt index 706d0a9c73..c4032f92a3 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.2.zip http://mirrors.xbmc.org/build-deps/win32/ +libcec-2.0.3.zip http://mirrors.xbmc.org/build-deps/win32/ diff --git a/tools/darwin/depends/libcec/Makefile b/tools/darwin/depends/libcec/Makefile index 5a757a82f6..a82ad02d23 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.2 +VERSION=2.0.3 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz |