Skip to content

Commit 9dc4e84

Browse files
committed
[script.module.arlo] 1.2.62
1 parent c9d82f4 commit 9dc4e84

File tree

4 files changed

+256
-88
lines changed

4 files changed

+256
-88
lines changed

script.module.arlo/addon.xml

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<addon id="script.module.arlo"
33
name="arlo"
4-
version="1.2.50+matrix.1"
4+
version="1.2.62+matrix.1"
55
provider-name="jeffreydwalter">
66
<requires>
77
<import addon="xbmc.python" version="3.0.0"/>
8+
<import addon="script.module.googleapi" version="2.67.0+matrix.1"/>
9+
<import addon="script.module.google-auth-library" version="2.14.1+matrix.1"/>
10+
<import addon="script.module.google-auth-oauthlib" version="0.7.1+matrix.1"/>
811
<import addon="script.module.monotonic" version="1.5.0+matrix.1"/>
12+
<import addon="script.module.pyasn1" version="0.4.8+matrix.1"/>
13+
<import addon="script.module.pyasn1_modules" version="0.2.8+matrix.1"/>
914
<import addon="script.module.pysocks" version="1.7.0+matrix.1"/>
1015
<import addon="script.module.requests" version="2.22.0+matrix.1"/>
1116
<import addon="script.module.sseclient" version="0.0.22+matrix.1"/>
@@ -14,7 +19,7 @@
1419
library="lib" />
1520
<extension point="xbmc.addon.metadata">
1621
<summary lang="en_GB">Python module for interacting with Netgear's Arlo camera system.</summary>
17-
<description lang="en_GB">Packed for KODI from https://github.com/jeffreydwalter/arlo</description>
22+
<description lang="en_GB">Packed for KODI from https://github.com/jeffreydwalter/arlo.</description>
1823
<platform>all</platform>
1924
<license>Apache-2.0</license>
2025
<website>https://github.com/jeffreydwalter/arlo</website>

0 commit comments

Comments
 (0)