diff options
author | Lars Op den Kamp <opdenkamp@gmail.com> | 2014-07-14 10:09:18 +0200 |
---|---|---|
committer | Lars Op den Kamp <opdenkamp@gmail.com> | 2014-07-14 10:09:18 +0200 |
commit | ce762408da28ea42851250c40b5691f105a3a4b9 (patch) | |
tree | a1233495181a42bbb03ce5008d1bc53cf52065d4 /tools/depends | |
parent | 6b30c007e8b98ca5b99e6ccdd39075474b239fe7 (diff) | |
parent | 3cb56f0b36a0865665ab8054631116f521e2b464 (diff) |
Merge pull request #5012 from xhaggi/pvr-bump-api-version
[pvr] bump api to 1.9.1
Diffstat (limited to 'tools/depends')
-rw-r--r-- | tools/depends/target/xbmc-pvr-addons/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/xbmc-pvr-addons/Makefile b/tools/depends/target/xbmc-pvr-addons/Makefile index 1802127683..2d67f96ed7 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=1db308ba7db2aa5ecea22cb032ec20e04e4e6730 +VERSION=36eba34cabddce47878872b199fd3f13aafb8125 GIT_DIR=$(TARBALLS_LOCATION)/$(LIBNAME).git BASE_URL=git://github.com/opdenkamp/$(LIBNAME).git DYLIB=$(PLATFORM)/addons/pvr.demo/.libs/libpvrdemo-addon.so |