Skip to content

Commit

Permalink
[script.module.arlo] 1.2.62
Browse files Browse the repository at this point in the history
  • Loading branch information
JavaWiz1 committed Dec 9, 2022
1 parent c9d82f4 commit 9dc4e84
Show file tree
Hide file tree
Showing 4 changed files with 256 additions and 88 deletions.
9 changes: 7 additions & 2 deletions script.module.arlo/addon.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.arlo"
name="arlo"
version="1.2.50+matrix.1"
version="1.2.62+matrix.1"
provider-name="jeffreydwalter">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.googleapi" version="2.67.0+matrix.1"/>
<import addon="script.module.google-auth-library" version="2.14.1+matrix.1"/>
<import addon="script.module.google-auth-oauthlib" version="0.7.1+matrix.1"/>
<import addon="script.module.monotonic" version="1.5.0+matrix.1"/>
<import addon="script.module.pyasn1" version="0.4.8+matrix.1"/>
<import addon="script.module.pyasn1_modules" version="0.2.8+matrix.1"/>
<import addon="script.module.pysocks" version="1.7.0+matrix.1"/>
<import addon="script.module.requests" version="2.22.0+matrix.1"/>
<import addon="script.module.sseclient" version="0.0.22+matrix.1"/>
Expand All @@ -14,7 +19,7 @@
library="lib" />
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Python module for interacting with Netgear's Arlo camera system.</summary>
<description lang="en_GB">Packed for KODI from https://github.com/jeffreydwalter/arlo</description>
<description lang="en_GB">Packed for KODI from https://github.com/jeffreydwalter/arlo.</description>
<platform>all</platform>
<license>Apache-2.0</license>
<website>https://github.com/jeffreydwalter/arlo</website>
Expand Down
Loading

0 comments on commit 9dc4e84

Please sign in to comment.