From 9ef5464038b6fe5a7bf092084ae0f858429d538f Mon Sep 17 00:00:00 2001 From: Alwin Esch Date: Mon, 13 Sep 2021 23:30:29 +0200 Subject: [PATCH 1/2] change test builds to released 'Kodi Matrix' --- appveyor.yml | 2 +- azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4ac5bc2..ae3eb87 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,7 +20,7 @@ environment: build_script: - cd .. - - git clone --branch master --depth=1 https://github.com/xbmc/xbmc.git + - git clone --branch Matrix --depth=1 https://github.com/xbmc/xbmc.git - cd %app_id% - mkdir build - cd build diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 79a4d9a..863ce5b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -41,7 +41,7 @@ jobs: - script: | cd .. - git clone --branch master --depth=1 https://github.com/xbmc/xbmc.git kodi + git clone --branch Matrix --depth=1 https://github.com/xbmc/xbmc.git kodi cd $(Build.SourcesDirectory) mkdir build cd build From 276c7bdf83d6eb251c9b70bd0de164d84aef99f2 Mon Sep 17 00:00:00 2001 From: Alwin Esch Date: Mon, 13 Sep 2021 23:30:57 +0200 Subject: [PATCH 2/2] increase version to 19.0.0 (see note below) With start of Kodi 20 Nexus, takes addon as major the same version number as Kodi. This done to know easier to which Kodi the addon works. For here now used by Kodi 19 Matrix. --- visualization.milkdrop2/addon.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visualization.milkdrop2/addon.xml.in b/visualization.milkdrop2/addon.xml.in index c196671..f7d2ede 100644 --- a/visualization.milkdrop2/addon.xml.in +++ b/visualization.milkdrop2/addon.xml.in @@ -1,7 +1,7 @@  @ADDON_DEPENDS@