Skip to content

Commit

Permalink
build: fix urls
Browse files Browse the repository at this point in the history
  • Loading branch information
trueChazza committed Sep 5, 2023
1 parent 1d33b6e commit 7ea9a74
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<import addon="xbmc.addon" version="15.0.0"/>
</requires>
<extension point="xbmc.addon.repository" name="release">
<info compressed="false">https://raw.githubusercontent.com/midarrlabs/repository.midarr/main/release/addons.xml</info>
<checksum>https://raw.githubusercontent.com/midarrlabs/repository.midarr/main/release/addons.xml.md5</checksum>
<info compressed="false">https://raw.githubusercontent.com/midarrlabs/repository.midarr/main/release/addon.xml</info>
<checksum>https://raw.githubusercontent.com/midarrlabs/repository.midarr/main/release/addon.xml.md5</checksum>
<datadir zip="true">https://github.com/midarrlabs/repository.midarr/raw/main/release/</datadir>
</extension>
<extension point="xbmc.addon.metadata">
Expand Down
Binary file modified release/plugin.video.midarr/plugin.video.midarr-1.0.0.zip
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6135f8814f42d17d9988565ea0cc8820 *plugin.video.midarr-1.0.0.zip
9e1eff16eddb706a246775a8b5485389 *plugin.video.midarr-1.0.0.zip
10 changes: 5 additions & 5 deletions release/repository.midarr/addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<addon id="repository.midarr" version="1.0.0" name="Midarr Labs repository" provider-name="midarrlabs">
<extension point="xbmc.addon.repository" name="Midarr Labs repository">
<dir>
<info compressed="false">https://raw.githubusercontent.com/midarrlabs/repository.midarr/main/release/repository.midarr/addons.xml</info>
<checksum>https://raw.githubusercontent.com/midarrlabs/repository.midarr/main/release/repository.midarr/addons.xml.md5</checksum>
<datadir>https://github.com/midarrlabs/repository.midarr/raw/main/release/</datadir>
<info compressed="false">https://raw.githubusercontent.com/midarrlabs/repository.midarr/main/release/repository.midarr/addon.xml</info>
<checksum>https://raw.githubusercontent.com/midarrlabs/repository.midarr/main/release/repository.midarr/addon.xml.md5</checksum>
<datadir zip="true">https://github.com/midarrlabs/repository.midarr/raw/main/release/</datadir>
</dir>
<dir>
<info compressed="false">https://raw.githubusercontent.com/midarrlabs/repository.midarr/main/release/plugin.video.midarr/addon.xml</info>
<checksum>https://raw.githubusercontent.com/midarrlabs/repository.midarr/main/release/plugin.video.midarr/addons.xml.md5</checksum>
<datadir>https://github.com/midarrlabs/repository.midarr/raw/main/release/plugin.video.midarr</datadir>
<checksum>https://raw.githubusercontent.com/midarrlabs/repository.midarr/main/release/plugin.video.midarr/addon.xml.md5</checksum>
<datadir zip="true">https://github.com/midarrlabs/repository.midarr/raw/main/release/plugin.video.midarr</datadir>
</dir>
</extension>
<extension point="xbmc.addon.metadata">
Expand Down
Binary file modified release/repository.midarr/repository.midarr-1.0.0.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion release/repository.midarr/repository.midarr-1.0.0.zip.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
be97b954dbf2073e284f35a47185894f *repository.midarr-1.0.0.zip
5ddd6a4741668492f5555224499130d7 *repository.midarr-1.0.0.zip
Binary file modified repository.midarr-1.0.0.zip
Binary file not shown.

0 comments on commit 7ea9a74

Please sign in to comment.