diff --git a/.travis.yml b/.travis.yml index 46add12..d3c38fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ before_install: # before_script: - cd $TRAVIS_BUILD_DIR/.. - - git clone --branch Leia --depth=1 https://github.com/xbmc/xbmc.git + - git clone --branch Matrix --depth=1 https://github.com/xbmc/xbmc.git - mkdir -p xbmc/cmake/addons/addons/pvr.octonet - echo "pvr.octonet https://github.com/DigitalDevices/pvr.octonet master" > xbmc/cmake/addons/addons/pvr.octonet/pvr.octonet.txt - cd $TRAVIS_BUILD_DIR && mkdir build && cd build diff --git a/Jenkinsfile b/Jenkinsfile index de6ae25..3d3080a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1 +1 @@ -buildPlugin(version: "Leia") +buildPlugin(version: "Matrix") diff --git a/README.md b/README.md index 7e40ffc..b2bc0ab 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ $ git clone https://github.com/DigitalDevices/pvr.octonet.git Clone the Kodi repository: ``` -$ git clone --branch Leia https://github.com/xbmc/xbmc.git +$ git clone --branch Matrix https://github.com/xbmc/xbmc.git ``` ``` diff --git a/appveyor.yml b/appveyor.yml index f12fcfd..9f049c5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,7 +29,7 @@ artifacts: build_script: - cd .. - set ROOT=%cd% - - git clone --branch Leia --depth=1 https://github.com/xbmc/xbmc.git + - git clone --branch Matrix --depth=1 https://github.com/xbmc/xbmc.git - mkdir xbmc\cmake\addons\addons\pvr.octonet - echo pvr.octonet https://github.com/DigitalDevices/pvr.octonet master > xbmc\cmake\addons\addons\pvr.octonet\pvr.octonet.txt - cd %ADDON%