Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[service.xbmc.versioncheck@matrix] 0.5.29+matrix.1 #2528

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions service.xbmc.versioncheck/addon.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.xbmc.versioncheck" name="Version Check" version="0.5.27+matrix.1" provider-name="Team Kodi">
<addon id="service.xbmc.versioncheck" name="Version Check" version="0.5.28+matrix.1" provider-name="Team Kodi">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
<extension point="xbmc.service" library="resources/lib/runner.py"/>
<extension point="xbmc.addon.metadata">
<news>
- Fix crash when lsb_release cannot be executed on linux
- add Kodi 20.1 release
- Update translations from Weblate
</news>
<assets>
<icon>icon.png</icon>
Expand Down
9 changes: 9 additions & 0 deletions service.xbmc.versioncheck/resources/versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
"jsonrpc": "2.0",
"releases": {
"stable": [
{
"major": "20",
"minor": "1",
"tag": "stable",
"tagversion":"",
"revision": "20230312-289ec664e3",
"extrainfo": "final",
"addon_support": "yes"
},
{
"major": "20",
"minor": "0",
Expand Down
Loading