diff options
author | Martijn Kaijser <machine.sanctum@gmail.com> | 2014-11-14 10:24:04 +0100 |
---|---|---|
committer | Martijn Kaijser <machine.sanctum@gmail.com> | 2014-11-14 10:24:04 +0100 |
commit | 9fdb4fa940698209f9881a4c9e25b633e7dc2f24 (patch) | |
tree | d51413b67fcb51daa1818af2464e838c443e3225 | |
parent | 78d666e884ee2bebc570c5bd392ca3b17fe6bb10 (diff) | |
parent | fb7929f4d3a1caad8341401667b593d8ca1aed98 (diff) |
Merge pull request #5715 from Jalle19/bump-pvr-addons
[pvr] bump addons
-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 c52b9c0479..3fc2297753 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=067befe6b8da81e29abca8cd394d08c84233677b +SET VERSION=06842b90a383420650bd3e5c5b61acfc3f224d83 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 76c73a012a..5f259bf2a7 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=067befe6b8da81e29abca8cd394d08c84233677b +VERSION=06842b90a383420650bd3e5c5b61acfc3f224d83 GIT_DIR=$(TARBALLS_LOCATION)/$(LIBNAME).git BASE_URL=git://github.com/opdenkamp/$(LIBNAME).git DYLIB=$(PLATFORM)/addons/pvr.demo/.libs/libpvrdemo-addon.so |