diff options
author | Rainer Hochecker <fernetmenta@online.de> | 2014-12-28 10:01:34 +0100 |
---|---|---|
committer | Rainer Hochecker <fernetmenta@online.de> | 2014-12-28 10:01:34 +0100 |
commit | f2fa0e696c673e9257ffacfa979f28796d50929b (patch) | |
tree | f18cdd4f43c9697e883380dbc24b6e88baa99206 | |
parent | 9d4644e0a935a4a1ca030710b75523c5f69c167c (diff) |
[pvr] bump addons after #6036
-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 9372aee771..b4cf4142ba 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=9f63d1bc39ffcb28f8aea580ea0669211e4d16e5 +SET VERSION=28f0e74864791cb9bb123559acb3d82e995b2b80 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 987fc0e0cf..5a43f66ed6 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=9f63d1bc39ffcb28f8aea580ea0669211e4d16e5 +VERSION=28f0e74864791cb9bb123559acb3d82e995b2b80 GIT_DIR=$(TARBALLS_LOCATION)/$(LIBNAME).git BASE_URL=git://github.com/opdenkamp/$(LIBNAME).git DYLIB=$(PLATFORM)/addons/pvr.demo/.libs/libpvrdemo-addon.so |