Skip to content

Commit de85012

Browse files
authored
Merge pull request #75 from AlwinEsch/Nexus-change
[Nexus] initial release change for new Kodi 20 Nexus version
2 parents e32bcdf + cc751d5 commit de85012

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
buildPlugin(version: "Matrix")
1+
buildPlugin(version: "Nexus")

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
This is a [Kodi](https://kodi.tv) VFS addon to support archives.
44

55
[![License: GPL-2.0-or-later](https://img.shields.io/badge/License-GPL%20v2+-blue.svg)](LICENSE.md)
6-
[![Build and run tests](https://github.com/xbmc/vfs.libarchive/actions/workflows/build.yml/badge.svg?branch=Matrix)](https://github.com/xbmc/vfs.libarchive/actions/workflows/build.yml)
7-
[![Build Status](https://dev.azure.com/teamkodi/binary-addons/_apis/build/status/xbmc.vfs.libarchive?branchName=Matrix)](https://dev.azure.com/teamkodi/binary-addons/_build/latest?definitionId=51&branchName=Matrix)
8-
[![Build Status](https://jenkins.kodi.tv/view/Addons/job/xbmc/job/vfs.libarchive/job/Matrix/badge/icon)](https://jenkins.kodi.tv/blue/organizations/jenkins/xbmc%2Fvfs.libarchive/branches/)
9-
<!--- [![Build Status](https://ci.appveyor.com/api/projects/status/github/xbmc/vfs.libarchive?branch=Matrix&svg=true)](https://ci.appveyor.com/project/xbmc/vfs-libarchive?branch=Matrix) -->
6+
[![Build and run tests](https://github.com/xbmc/vfs.libarchive/actions/workflows/build.yml/badge.svg?branch=Nexus)](https://github.com/xbmc/vfs.libarchive/actions/workflows/build.yml)
7+
[![Build Status](https://dev.azure.com/teamkodi/binary-addons/_apis/build/status/xbmc.vfs.libarchive?branchName=Nexus)](https://dev.azure.com/teamkodi/binary-addons/_build/latest?definitionId=51&branchName=Nexus)
8+
[![Build Status](https://jenkins.kodi.tv/view/Addons/job/xbmc/job/vfs.libarchive/job/Nexus/badge/icon)](https://jenkins.kodi.tv/blue/organizations/jenkins/xbmc%2Fvfs.libarchive/branches/)
9+
<!--- [![Build Status](https://ci.appveyor.com/api/projects/status/github/xbmc/vfs.libarchive?branch=Nexus&svg=true)](https://ci.appveyor.com/project/xbmc/vfs-libarchive?branch=Nexus) -->
1010

1111
## Build instructions
1212

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ trigger:
55
branches:
66
include:
77
- Matrix
8+
- Nexus
89
- releases/*
910
paths:
1011
include:

vfs.libarchive/addon.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<addon
33
id="vfs.libarchive"
4-
version="2.0.1"
4+
version="20.0.0"
55
name="Archive support"
66
provider-name="spiff">
77
<requires>@ADDON_DEPENDS@</requires>

0 commit comments

Comments
 (0)