diff options
author | AlwinEsch <alwin.esch@web.de> | 2015-02-16 11:58:05 +0100 |
---|---|---|
committer | AlwinEsch <alwin.esch@web.de> | 2015-02-16 11:58:05 +0100 |
commit | fa6e4277b266fcc85ec4c3c1d83b0c0c5ad06ccd (patch) | |
tree | ecfd452135fb23ba900e5e4c17aeee1d21cc00f0 | |
parent | 871d24f015092568ac1a8a414cd6196c28d81726 (diff) |
[pvr] bump addons with #6367
-rw-r--r-- | project/Win32BuildSetup/buildpvraddons.bat | 2 | ||||
-rw-r--r-- | tools/depends/target/xbmc-pvr-addons/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/project/Win32BuildSetup/buildpvraddons.bat b/project/Win32BuildSetup/buildpvraddons.bat index c13cc35d5b..53a6af2a59 100644 --- a/project/Win32BuildSetup/buildpvraddons.bat +++ b/project/Win32BuildSetup/buildpvraddons.bat @@ -9,7 +9,7 @@ SET DEPS_DIR=..\BuildDependencies SET TMP_DIR=%DEPS_DIR%\tmp SET LIBNAME=xbmc-pvr-addons -SET VERSION=b2dc035404e14f137033876d14ad92ae3bde5f27 +SET VERSION=63be5d6bd030708f6621707a8b23ede74bf4494b SET SOURCE=%LIBNAME% SET GIT_URL=git://github.com/opdenkamp/%LIBNAME%.git SET SOURCE_DIR=%TMP_DIR%\%SOURCE% diff --git a/tools/depends/target/xbmc-pvr-addons/Makefile b/tools/depends/target/xbmc-pvr-addons/Makefile index 5abf2b7566..61d109bab6 100644 --- a/tools/depends/target/xbmc-pvr-addons/Makefile +++ b/tools/depends/target/xbmc-pvr-addons/Makefile @@ -2,7 +2,7 @@ include ../../Makefile.include #DEPS= ../../Makefile.include Makefile LIBNAME=xbmc-pvr-addons -VERSION=b2dc035404e14f137033876d14ad92ae3bde5f27 +VERSION=63be5d6bd030708f6621707a8b23ede74bf4494b GIT_DIR=$(TARBALLS_LOCATION)/$(LIBNAME).git BASE_URL=git://github.com/opdenkamp/$(LIBNAME).git DYLIB=$(PLATFORM)/addons/pvr.demo/.libs/libpvrdemo-addon.so |