diff options
author | davilla <davilla@4pi.com> | 2012-03-28 11:22:50 -0400 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2012-03-28 11:22:50 -0400 |
commit | cd9bdd58bc534ade72c946dd04b06f2c97564dc0 (patch) | |
tree | c37335cc7d82ae570b9c828f101a3f1226b31db8 /tools | |
parent | 7f7f20c01ee81d46a2f68c1c135472ade2c77b88 (diff) |
[osx/ios] bump libcec from vauge 'latest' to libcec-1.5.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 2eaa7f67fa..161b0b3ce0 100644 --- a/tools/darwin/depends/libcec/Makefile +++ b/tools/darwin/depends/libcec/Makefile @@ -2,7 +2,7 @@ include ../Makefile.include # lib name, version LIBNAME=libcec -VERSION=latest +VERSION=1.5.2 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.bz2 |