aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Op den Kamp <lars@opdenkamp.eu>2013-01-19 02:43:31 +0100
committerLars Op den Kamp <lars@opdenkamp.eu>2013-01-19 02:43:45 +0100
commit8e89facbb49a3d53ecbd729b9c4f83b5e24c580e (patch)
treeecef9e69c1a9f6215aa36a03f50dc67b8acff3b2
parentbcd130302c5814b6f92e8266fb033d385d318876 (diff)
[pvr] bump add-ons to https://github.com/opdenkamp/xbmc-pvr-addons/commit/96774c4f775b156a46fb58151379dece3e773c96
-rw-r--r--project/Win32BuildSetup/buildpvraddons.bat2
-rw-r--r--tools/android/depends/xbmc-pvr-addons/Makefile2
-rw-r--r--tools/darwin/depends/xbmc-pvr-addons/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/project/Win32BuildSetup/buildpvraddons.bat b/project/Win32BuildSetup/buildpvraddons.bat
index 8edfded49a..bd67f5fb2c 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=a9780e023c8b7728017851bfd12d4df9e5c26993
+SET VERSION=96774c4f775b156a46fb58151379dece3e773c96
SET SOURCE=%LIBNAME%
SET GIT_URL=git://github.com/opdenkamp/%LIBNAME%.git
SET SOURCE_DIR=%TMP_DIR%\%SOURCE%
diff --git a/tools/android/depends/xbmc-pvr-addons/Makefile b/tools/android/depends/xbmc-pvr-addons/Makefile
index 0a54906965..26bff3c2b1 100644
--- a/tools/android/depends/xbmc-pvr-addons/Makefile
+++ b/tools/android/depends/xbmc-pvr-addons/Makefile
@@ -2,7 +2,7 @@ include ../Makefile.include
DEPS= ../Makefile.include Makefile
LIBNAME=xbmc-pvr-addons
-VERSION=a9780e023c8b7728017851bfd12d4df9e5c26993
+VERSION=96774c4f775b156a46fb58151379dece3e773c96
GIT_DIR=$(TARBALLS_LOCATION)/$(LIBNAME).git
BASE_URL=git://github.com/opdenkamp/$(LIBNAME).git
DYLIB=$(PLATFORM)/addons/pvr.demo/.libs/libpvrdemo-addon.so
diff --git a/tools/darwin/depends/xbmc-pvr-addons/Makefile b/tools/darwin/depends/xbmc-pvr-addons/Makefile
index 9c5c718bce..c58d670aad 100644
--- a/tools/darwin/depends/xbmc-pvr-addons/Makefile
+++ b/tools/darwin/depends/xbmc-pvr-addons/Makefile
@@ -5,7 +5,7 @@ XBMC_ADDONSDIR=../../../../addons
# lib name, version
LIBNAME=xbmc-pvr-addons
-VERSION=a9780e023c8b7728017851bfd12d4df9e5c26993
+VERSION=96774c4f775b156a46fb58151379dece3e773c96
SOURCE=$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.gz