diff options
author | Lars Op den Kamp <opdenkamp@gmail.com> | 2012-12-06 14:08:04 -0800 |
---|---|---|
committer | Lars Op den Kamp <opdenkamp@gmail.com> | 2012-12-06 14:08:04 -0800 |
commit | d78d85ec857faac1b17abe7c04ff1e1000615b0e (patch) | |
tree | e17e66bcea3cafcff6e2a94870fff60b50f7b2af /tools | |
parent | 130e8f77e2d5091a3401035fc6c6ef06acf2c868 (diff) | |
parent | 77bd76787efa2a4aab069cf8ac73f2632c856725 (diff) |
Merge pull request #1896 from opdenkamp/pvr-addons-b3
[pvr] bump add-ons to d3671def0a4bd826f1fc29d18f5618e6ed4fc068
Diffstat (limited to 'tools')
-rw-r--r-- | tools/android/depends/xbmc-pvr-addons/Makefile | 2 | ||||
-rw-r--r-- | tools/darwin/depends/xbmc-pvr-addons/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/android/depends/xbmc-pvr-addons/Makefile b/tools/android/depends/xbmc-pvr-addons/Makefile index 7aab008af5..59bfd8f24f 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=252fbbeaa1b2615ec21204756f5db8309b144da8 +VERSION=d3671def0a4bd826f1fc29d18f5618e6ed4fc068 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 7b023fa6ff..21d2c82a53 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=252fbbeaa1b2615ec21204756f5db8309b144da8 +VERSION=d3671def0a4bd826f1fc29d18f5618e6ed4fc068 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz |