Skip to content

Commit

Permalink
[service.xbmc.versioncheck] 0.5.28+matrix.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anxdpanic committed Mar 13, 2023
1 parent 1c31eb7 commit 2243459
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
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

0 comments on commit 2243459

Please sign in to comment.